mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
fix also grass7 r.aspect and re-adds r.slope
This commit is contained in:
parent
42f0aa287b
commit
ac2d817974
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user