File tree 1 file changed +6
-1
lines changed
python/plugins/processing/algs/grass/description
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,17 @@ ParameterRaster|disturbed.land|Percent of disturbed land, for USLE|True
8
8
ParameterRaster|blocking|Terrain blocking overland surface flow, for USLE|True
9
9
ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
10
10
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
11
14
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
12
17
OutputRaster|accumulation|Number of cells that drain through each cell
13
18
OutputRaster|drainage|Drainage direction
14
19
OutputRaster|basin|Unique label for each watershed basin
15
20
OutputRaster|stream|Stream segments
16
21
OutputRaster|half.basin|Half-basins output layer
17
22
OutputRaster|visual|Visual display output layer
18
23
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
You can’t perform that action at this time.
0 commit comments