We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6be81c6 commit 4f87af0Copy full SHA for 4f87af0
python/plugins/processing/algs/grass7/description/r.relief.scaling.txt
@@ -0,0 +1,10 @@
1
+r.relief
2
+r.relief.scaling - Creates shaded relief from an elevation layer (DEM).
3
+Raster (r.*)
4
+ParameterRaster|input|Input elevation layer
5
+ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|0|90|30.0
6
+ParameterNumber|azimuth|Azimuth of the sun in degrees to the east of north|0|360|270.0
7
+ParameterNumber|zscale|Factor for exaggerating relief|None|None|1.0
8
+ParameterNumber|scale|Scale factor for converting horizontal units to elevation units|None|None|1.0
9
+ParameterSelection|units|Elevation units (overrides scale factor)|intl;survey
10
+OutputRaster|output|Output shaded relief layer
0 commit comments