Skip to content

Commit

Permalink
Merge pull request #1500 from gioman/grass7watershed
Browse files Browse the repository at this point in the history
[processing] fix GRASS 7 r.watershed
  • Loading branch information
alexbruy committed Jul 7, 2014
2 parents 136cd5c + b16172c commit 32a3030
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ ParameterRaster|disturbed_land|Percent of disturbed land, for USLE|True
ParameterRaster|blocking|Terrain blocking overland surface flow, for USLE|True
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|-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
ParameterBoolean|-b|Beautify flat areas|False
OutputRaster|accumulation|Number of cells that drain through each cell
OutputRaster|drainage|Drainage direction
OutputRaster|basin|Unique label for each watershed basin
OutputRaster|stream|Stream segments
OutputRaster|half_basin|Half-basins output layer
OutputRaster|visual|Visual display output layer
OutputRaster|length_slope|Slope length and steepness (LS) factor for USLE
OutputRaster|slope_steepness|Slope steepness (S) factor for USLE
OutputRaster|tci|Topographic index ln(a / tan(b))
OutputRaster|tci|Topographic index ln(a / tan(b))

0 comments on commit 32a3030

Please sign in to comment.