Skip to content

Commit e1e0b15

Browse files
committed
Merge pull request #1501 from gioman/grass64watershed
[processing] fix GRASS 6.4 r.watershed
2 parents 32a3030 + d68bc59 commit e1e0b15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ 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|-f|SFD (D8) flow (default is MFD)|False
1114
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|True
15+
ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
16+
ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
1217
OutputRaster|accumulation|Number of cells that drain through each cell
1318
OutputRaster|drainage|Drainage direction
1419
OutputRaster|basin|Unique label for each watershed basin
1520
OutputRaster|stream|Stream segments
1621
OutputRaster|half.basin|Half-basins output layer
1722
OutputRaster|visual|Visual display output layer
1823
OutputRaster|length.slope|Slope length and steepness (LS) factor for USLE
19-
OutputRaster|slope.steepness|Slope steepness (S) factor for USLE
24+
OutputRaster|slope.steepness|Slope steepness (S) factor for USLE

0 commit comments

Comments
 (0)