@@ -4,18 +4,18 @@ Raster (r.*)
4
4
ParameterRaster|elevation|Elevation|False
5
5
ParameterRaster|depression|Locations of real depressions|True
6
6
ParameterRaster|flow|Amount of overland flow per cell|True
7
- ParameterRaster|disturbed.land |Percent of disturbed land, for USLE|True
7
+ 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
- ParameterNumber|max.slope.length |Maximum length of surface flow, for USLE|None|None|0
10
+ ParameterNumber|max_slope_length |Maximum length of surface flow, for USLE|None|None|0
11
11
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
12
12
ParameterBoolean|-b|Beautify flat areas|False
13
13
OutputRaster|accumulation|Number of cells that drain through each cell
14
14
OutputRaster|drainage|Drainage direction
15
15
OutputRaster|basin|Unique label for each watershed basin
16
16
OutputRaster|stream|Stream segments
17
- OutputRaster|half.basin |Half-basins output layer
17
+ OutputRaster|half_basin |Half-basins output layer
18
18
OutputRaster|visual|Visual display output layer
19
- OutputRaster|length.slope |Slope length and steepness (LS) factor for USLE
20
- OutputRaster|slope.steepness |Slope steepness (S) factor for USLE
19
+ OutputRaster|length_slope |Slope length and steepness (LS) factor for USLE
20
+ OutputRaster|slope_steepness |Slope steepness (S) factor for USLE
21
21
OutputRaster|tci|Topographic index ln(a / tan(b))
0 commit comments