Skip to content

Commit b16172c

Browse files
author
Giovanni Manghi
committed
[processing] fix GRASS 7 r.watershed
1 parent 1088ba7 commit b16172c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ ParameterRaster|disturbed_land|Percent of disturbed land, for USLE|True
88
ParameterRaster|blocking|Terrain blocking overland surface flow, for USLE|True
99
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
11+
ParameterNumber|convergence|Convergence factor for MFD (1-10)|1|10|5
12+
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
14+
ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
1115
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
16+
ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
1217
ParameterBoolean|-b|Beautify flat areas|False
1318
OutputRaster|accumulation|Number of cells that drain through each cell
1419
OutputRaster|drainage|Drainage direction
1520
OutputRaster|basin|Unique label for each watershed basin
1621
OutputRaster|stream|Stream segments
1722
OutputRaster|half_basin|Half-basins output layer
18-
OutputRaster|visual|Visual display output layer
1923
OutputRaster|length_slope|Slope length and steepness (LS) factor for USLE
2024
OutputRaster|slope_steepness|Slope steepness (S) factor for USLE
21-
OutputRaster|tci|Topographic index ln(a / tan(b))
25+
OutputRaster|tci|Topographic index ln(a / tan(b))

0 commit comments

Comments
 (0)