2012-08-04 19:48:25 +02:00
|
|
|
r.slope.aspect
|
2013-01-26 23:55:57 +01:00
|
|
|
r.slope.aspect - Generates raster layers of slope, aspect, curvatures and partial derivatives from a elevation raster layer.
|
2012-08-04 19:48:25 +02:00
|
|
|
Raster (r.*)
|
2013-01-26 23:55:57 +01:00
|
|
|
ParameterRaster|elevation|Elevation|False
|
2012-08-04 19:48:25 +02:00
|
|
|
ParameterSelection|format|Format for reporting the slope|degrees;percent
|
2013-01-26 23:55:57 +01:00
|
|
|
ParameterSelection|prec|Type of output aspect and slope layer|float;double;int
|
2012-08-04 19:48:25 +02:00
|
|
|
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
|
|
|
|
ParameterNumber|min_slp_allowed|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|pcurv|Profile curvature
|
|
|
|
OutputRaster|tcurv|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
|