File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/plugins/processing/algs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
1010ParameterNumber|max.slope.length|Maximum length of surface flow, for USLE|None|None|0
1111ParameterNumber|convergence|Convergence factor for MFD (1-10)|1|10|5
1212ParameterNumber|memory|Maximum memory to be used with -m flag (in MB)|1|None|300
13- ParameterBoolean|-f|SFD (D8) flow (default is MFD )|False
13+ ParameterBoolean|-f|Enable Multiple Flow Direction flow (default is Single Flow Direction (D8) )|False
1414ParameterBoolean|-4|Allow only horizontal and vertical flow of water|True
1515ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
1616ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
1010ParameterNumber|max_slope_length|Maximum length of surface flow, for USLE|None|None|0
1111ParameterNumber|convergence|Convergence factor for MFD (1-10)|1|10|5
1212ParameterNumber|memory|Maximum memory to be used with -m flag (in MB)|1|None|300
13- ParameterBoolean|-s|SFD (D8) flow (default is MFD )|False
13+ ParameterBoolean|-s|Enable Single Flow Direction (D8) flow (default is Multiple Flow Direction )|False
1414ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
1515ParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
1616ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
You can’t perform that action at this time.
0 commit comments