mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
873 B
Plaintext
11 lines
873 B
Plaintext
r.relief
|
|
Creates shaded relief from an elevation layer (DEM).
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|input|Input elevation layer
|
|
QgsProcessingParameterNumber|altitude|Altitude of the sun in degrees above the horizon|QgsProcessingParameterNumber.Double|30.0|True|0.0|90.0
|
|
QgsProcessingParameterNumber|azimuth|Azimuth of the sun in degrees to the east of north|QgsProcessingParameterNumber.Double|270.0|True|0.0|360.0
|
|
QgsProcessingParameterNumber|zscale|Factor for exaggerating relief|QgsProcessingParameterNumber.Double|1.0|True|None|None
|
|
QgsProcessingParameterNumber|scale|Scale factor for converting horizontal units to elevation units|QgsProcessingParameterNumber.Double|1.0|True|None|None
|
|
QgsProcessingParameterEnum|units|Elevation units (overrides scale factor)|intl;survey|False|0|True
|
|
QgsProcessingParameterRasterDestination|output|Output shaded relief layer
|