fix grass7 r.slope.aspect

This commit is contained in:
Giovanni Manghi 2015-04-26 10:08:02 +01:00
parent d0fea65863
commit 42f0aa287b

View File

@ -3,7 +3,7 @@ r.slope.aspect - Generates raster layers of slope, aspect, curvatures and partia
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|format|Format for reporting the slope|degrees;percent
ParameterSelection|precision|Type of output aspect and slope layer|float;double;int
ParameterSelection|precision|Type of output aspect and slope layer|CELL;FCELL;DCELL
ParameterNumber|zscale|Multiplicative factor to convert elevation units to meters|None|None|1.0
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
OutputRaster|slope|Output slope layer