mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #2067 from NaturalGIS/fix_grass7_r_relief
[processing] fix GRASS7 r.relief
This commit is contained in:
commit
76aa0356cb
@ -2,9 +2,9 @@ r.relief
|
||||
r.relief - Creates shaded relief from an elevation layer (DEM).
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input elevation layer
|
||||
ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|None|None|30.0
|
||||
ParameterNumber|azimuth|Azimuth of the sun in degrees to the east of north|None|None|270.0
|
||||
ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|0|90|30.0
|
||||
ParameterNumber|azimuth|Azimuth of the sun in degrees to the east of north|0|360|270.0
|
||||
ParameterNumber|zscale|Factor for exaggerating relief|None|None|1.0
|
||||
ParameterNumber|scale|Scale factor for converting horizontal units to elevation units|None|None|1.0
|
||||
ParameterSelection|units|et scaling factor (applies to lat./long. locations only, none: scale=1)|none;meters;feet
|
||||
ParameterSelection|units|Elevation units (overrides scale factor)|intl;survey
|
||||
OutputRaster|output|Output shaded relief layer
|
||||
|
Loading…
x
Reference in New Issue
Block a user