mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-13 00:07:27 -05:00
19 lines
1.4 KiB
Plaintext
19 lines
1.4 KiB
Plaintext
r.slope.aspect
|
|
Generates raster layers of slope, aspect, curvatures and partial derivatives from a elevation raster layer.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|elevation|Elevation|None|False
|
|
QgsProcessingParameterEnum|format|Format for reporting the slope|degrees;percent
|
|
QgsProcessingParameterEnum|precision|Type of output aspect and slope layer|FCELL;CELL;DCELL
|
|
QgsProcessingParameterBoolean|-a|Do not align the current region to the elevation layer|True
|
|
QgsProcessingParameterNumber|zscale|Multiplicative factor to convert elevation units to meters|QgsProcessingParameterNumber.Double|1.0|False|None|None
|
|
QgsProcessingParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|QgsProcessingParameterNumber.Double|0.0|False|None|None
|
|
QgsProcessingParameterRasterDestination|slope|Slope
|
|
QgsProcessingParameterRasterDestination|aspect|Aspect
|
|
QgsProcessingParameterRasterDestination|pcurvature|Profile curvature
|
|
QgsProcessingParameterRasterDestination|tcurvature|Tangential curvature
|
|
QgsProcessingParameterRasterDestination|dx|First order partial derivative dx (E-W slope)
|
|
QgsProcessingParameterRasterDestination|dy|First order partial derivative dy (N-S slope)
|
|
QgsProcessingParameterRasterDestination|dxx|Second order partial derivative dxx
|
|
QgsProcessingParameterRasterDestination|dyy|Second order partial derivative dyy
|
|
QgsProcessingParameterRasterDestination|dxy|Second order partial derivative dxy
|