fix also grass7 r.aspect and re-adds r.slope

This commit is contained in:
Giovanni Manghi 2015-04-26 10:25:49 +01:00
parent 42f0aa287b
commit ac2d817974
2 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@ r.slope.aspect
r.aspect - Generates raster maps of aspect from a elevation raster map.
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|precision|Data type|float;double;int
ParameterSelection|precision|Data type|CELL;FCELL;DCELL
ParameterNumber|zfactor|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|aspect|Output aspect layer

View File

@ -0,0 +1,8 @@
r.slope.aspect
r.slope - Generates raster maps of slope from a elevation raster map.
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|precision|Data type|CELL;FCELL;DCELL
ParameterNumber|zfactor|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 aspect layer