mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Merge pull request #2072 from NaturalGIS/fix_grass7_r_relief2
[processing] fix grass7 r.relief2
This commit is contained in:
commit
12883f50a7
@ -0,0 +1,10 @@
|
||||
r.relief
|
||||
r.relief.scaling - 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|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|Elevation units (overrides scale factor)|intl;survey
|
||||
OutputRaster|output|Output shaded relief layer
|
@ -6,5 +6,4 @@ ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|0|90|3
|
||||
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|Elevation units (overrides scale factor)|intl;survey
|
||||
OutputRaster|output|Output shaded relief layer
|
||||
|
Loading…
x
Reference in New Issue
Block a user