Skip to content

Commit 3e3f1fb

Browse files
author
Giovanni Manghi
committed
fixes r.watershed parameter description for GRASS 6.4
1 parent 701f464 commit 3e3f1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/processing/algs/grass/description/r.watershed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
1010
ParameterNumber|max.slope.length|Maximum length of surface flow, for USLE|None|None|0
1111
ParameterNumber|convergence|Convergence factor for MFD (1-10)|1|10|5
1212
ParameterNumber|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
1414
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|True
1515
ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
1616
ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False

python/plugins/processing/algs/grass7/description/r.watershed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
1010
ParameterNumber|max_slope_length|Maximum length of surface flow, for USLE|None|None|0
1111
ParameterNumber|convergence|Convergence factor for MFD (1-10)|1|10|5
1212
ParameterNumber|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
1414
ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
1515
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
1616
ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False

0 commit comments

Comments
 (0)