Skip to content

Commit

Permalink
Merge pull request #2067 from NaturalGIS/fix_grass7_r_relief
Browse files Browse the repository at this point in the history
[processing] fix GRASS7 r.relief
  • Loading branch information
alexbruy committed May 23, 2015
2 parents 10239a0 + adb5b64 commit 76aa035
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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

0 comments on commit 76aa035

Please sign in to comment.