mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
Merge pull request #1687 from gioman/master
fixes r.watershed parameter description for GRASS 6.4
This commit is contained in:
commit
770db71993
@ -10,7 +10,7 @@ ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
|
||||
ParameterNumber|max.slope.length|Maximum length of surface flow, for USLE|None|None|0
|
||||
ParameterNumber|convergence|Convergence factor for MFD (1-10)|1|10|5
|
||||
ParameterNumber|memory|Maximum memory to be used with -m flag (in MB)|1|None|300
|
||||
ParameterBoolean|-f|SFD (D8) flow (default is MFD)|False
|
||||
ParameterBoolean|-f|Enable Multiple Flow Direction flow (default is Single Flow Direction (D8))|False
|
||||
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|True
|
||||
ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
|
||||
ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
|
||||
|
@ -10,7 +10,7 @@ ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
|
||||
ParameterNumber|max_slope_length|Maximum length of surface flow, for USLE|None|None|0
|
||||
ParameterNumber|convergence|Convergence factor for MFD (1-10)|1|10|5
|
||||
ParameterNumber|memory|Maximum memory to be used with -m flag (in MB)|1|None|300
|
||||
ParameterBoolean|-s|SFD (D8) flow (default is MFD)|False
|
||||
ParameterBoolean|-s|Enable Single Flow Direction (D8) flow (default is Multiple Flow Direction)|False
|
||||
ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
|
||||
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
|
||||
ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
|
||||
|
Loading…
x
Reference in New Issue
Block a user