File tree 1 file changed +6
-2
lines changed
python/plugins/processing/algs/grass7/description
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,18 @@ 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|-s|SFD (D8) flow (default is MFD)|False
14
+ ParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
11
15
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
16
+ ParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
12
17
ParameterBoolean|-b|Beautify flat areas|False
13
18
OutputRaster|accumulation|Number of cells that drain through each cell
14
19
OutputRaster|drainage|Drainage direction
15
20
OutputRaster|basin|Unique label for each watershed basin
16
21
OutputRaster|stream|Stream segments
17
22
OutputRaster|half_basin|Half-basins output layer
18
- OutputRaster|visual|Visual display output layer
19
23
OutputRaster|length_slope|Slope length and steepness (LS) factor for USLE
20
24
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))
You can’t perform that action at this time.
0 commit comments