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.*)
2017-09-03 17:42:13 +02:00
QgsProcessingParameterRasterLayer|elevation|Elevation|None|False
2017-11-04 18:34:25 +01:00
QgsProcessingParameterEnum|format|Format for reporting the slope|degrees;percent|False|0|True
QgsProcessingParameterEnum|precision|Type of output aspect and slope layer|FCELL;CELL;DCELL|False|0|True
2017-09-03 17:42:13 +02:00
QgsProcessingParameterBoolean|-a|Do not align the current region to the elevation layer|True
2017-12-06 10:23:25 +01:00
QgsProcessingParameterNumber|zscale|Multiplicative factor to convert elevation units to meters|QgsProcessingParameterNumber.Double|1.0|True|None|None
QgsProcessingParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|QgsProcessingParameterNumber.Double|0.0|True|None|None
2017-11-04 18:34:25 +01:00
QgsProcessingParameterRasterDestination|slope|Slope|None|True
QgsProcessingParameterRasterDestination|aspect|Aspect|None|True
QgsProcessingParameterRasterDestination|pcurvature|Profile curvature|None|True
QgsProcessingParameterRasterDestination|tcurvature|Tangential curvature|None|True
QgsProcessingParameterRasterDestination|dx|First order partial derivative dx (E-W slope)|None|True
QgsProcessingParameterRasterDestination|dy|First order partial derivative dy (N-S slope)|None|True
QgsProcessingParameterRasterDestination|dxx|Second order partial derivative dxx|None|True
QgsProcessingParameterRasterDestination|dyy|Second order partial derivative dyy|None|True
QgsProcessingParameterRasterDestination|dxy|Second order partial derivative dxy|None|True