Skip to content

Commit 6ab5d21

Browse files
neteleralexbruy
authored andcommittedMay 7, 2014
Fixed some parameter names: dot is underscore
1 parent 8b40a63 commit 6ab5d21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ Raster (r.*)
44
ParameterRaster|elevation|Elevation|False
55
ParameterRaster|depression|Locations of real depressions|True
66
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
88
ParameterRaster|blocking|Terrain blocking overland surface flow, for USLE|True
99
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
1111
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
1212
ParameterBoolean|-b|Beautify flat areas|False
1313
OutputRaster|accumulation|Number of cells that drain through each cell
1414
OutputRaster|drainage|Drainage direction
1515
OutputRaster|basin|Unique label for each watershed basin
1616
OutputRaster|stream|Stream segments
17-
OutputRaster|half.basin|Half-basins output layer
17+
OutputRaster|half_basin|Half-basins output layer
1818
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
2121
OutputRaster|tci|Topographic index ln(a / tan(b))

0 commit comments

Comments
 (0)
Please sign in to comment.