Skip to content

Commit

Permalink
Merge pull request #1687 from gioman/master
Browse files Browse the repository at this point in the history
fixes r.watershed parameter description for GRASS 6.4
  • Loading branch information
pcav committed Nov 14, 2014
2 parents d4f64d9 + 3e3f1fb commit 770db71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit 770db71

Please sign in to comment.