2014-04-19 15:53:43 +02:00
|
|
|
r.slope.aspect
|
2015-07-26 03:48:27 +02:00
|
|
|
Generates raster layers of slope, aspect, curvatures and partial derivatives from a elevation raster layer.
|
2014-04-19 15:53:43 +02:00
|
|
|
Raster (r.*)
|
|
|
|
ParameterRaster|elevation|Elevation|False
|
|
|
|
ParameterSelection|format|Format for reporting the slope|degrees;percent
|
2015-04-26 10:08:02 +01:00
|
|
|
ParameterSelection|precision|Type of output aspect and slope layer|CELL;FCELL;DCELL
|
2015-01-11 14:32:32 +01:00
|
|
|
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
|
2015-05-20 19:55:11 +02:00
|
|
|
OutputRaster|slope|Slope
|
|
|
|
OutputRaster|aspect|Aspect
|
|
|
|
OutputRaster|pcurvature|Profile curvature
|
|
|
|
OutputRaster|tcurvature|Tangential curvature
|
|
|
|
OutputRaster|dx|First order partial derivative dx (E-W slope)
|
|
|
|
OutputRaster|dy|First order partial derivative dy (N-S slope)
|
|
|
|
OutputRaster|dxx|Second order partial derivative dxx
|
|
|
|
OutputRaster|dyy|Second order partial derivative dyy
|
|
|
|
OutputRaster|dxy|Second order partial derivative dxy
|