Fixed some parameter names: dot is underscore

This commit is contained in:
Markus Neteler 2014-04-01 00:08:47 +02:00 committed by Alexander Bruy
parent 8b40a63f14
commit 6ab5d21760

View File

@ -4,18 +4,18 @@ Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterRaster|depression|Locations of real depressions|True
ParameterRaster|flow|Amount of overland flow per cell|True
ParameterRaster|disturbed.land|Percent of disturbed land, for USLE|True
ParameterRaster|disturbed_land|Percent of disturbed land, for USLE|True
ParameterRaster|blocking|Terrain blocking overland surface flow, for USLE|True
ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
ParameterNumber|max.slope.length|Maximum length of surface flow, for USLE|None|None|0
ParameterNumber|max_slope_length|Maximum length of surface flow, for USLE|None|None|0
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
ParameterBoolean|-b|Beautify flat areas|False
OutputRaster|accumulation|Number of cells that drain through each cell
OutputRaster|drainage|Drainage direction
OutputRaster|basin|Unique label for each watershed basin
OutputRaster|stream|Stream segments
OutputRaster|half.basin|Half-basins output layer
OutputRaster|half_basin|Half-basins output layer
OutputRaster|visual|Visual display output layer
OutputRaster|length.slope|Slope length and steepness (LS) factor for USLE
OutputRaster|slope.steepness|Slope steepness (S) factor for USLE
OutputRaster|length_slope|Slope length and steepness (LS) factor for USLE
OutputRaster|slope_steepness|Slope steepness (S) factor for USLE
OutputRaster|tci|Topographic index ln(a / tan(b))