Skip to content

Commit adb5b64

Browse files
author
Giovanni Manghi
committed
fix GRASS7 r.relief
1 parent 0aedbca commit adb5b64

File tree

1 file changed

+3
-3
lines changed
  • python/plugins/processing/algs/grass7/description

1 file changed

+3
-3
lines changed

python/plugins/processing/algs/grass7/description/r.relief.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ r.relief
22
r.relief - Creates shaded relief from an elevation layer (DEM).
33
Raster (r.*)
44
ParameterRaster|input|Input elevation layer
5-
ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|None|None|30.0
6-
ParameterNumber|azimuth|Azimuth of the sun in degrees to the east of north|None|None|270.0
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
77
ParameterNumber|zscale|Factor for exaggerating relief|None|None|1.0
88
ParameterNumber|scale|Scale factor for converting horizontal units to elevation units|None|None|1.0
9-
ParameterSelection|units|et scaling factor (applies to lat./long. locations only, none: scale=1)|none;meters;feet
9+
ParameterSelection|units|Elevation units (overrides scale factor)|intl;survey
1010
OutputRaster|output|Output shaded relief layer

0 commit comments

Comments
 (0)