Skip to content

Commit

Permalink
Merge pull request #2004 from NaturalGIS/fix_grass7_slope_aspect
Browse files Browse the repository at this point in the history
[processing] fix grass7 r.slope.aspect
  • Loading branch information
alexbruy committed Apr 27, 2015
2 parents b413271 + ac2d817 commit 5fe7f3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@ r.slope.aspect
r.aspect - Generates raster maps of aspect from a elevation raster map.
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|precision|Data type|float;double;int
ParameterSelection|precision|Data type|CELL;FCELL;DCELL
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
OutputRaster|aspect|Output aspect layer
Expand Up @@ -3,7 +3,7 @@ r.slope.aspect - Generates raster layers of slope, aspect, curvatures and partia
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|format|Format for reporting the slope|degrees;percent
ParameterSelection|precision|Type of output aspect and slope layer|float;double;int
ParameterSelection|precision|Type of output aspect and slope layer|CELL;FCELL;DCELL
ParameterNumber|zscale|Multiplicative factor to convert elevation units to meters|None|None|1.0
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
OutputRaster|slope|Output slope layer
Expand Down
8 changes: 8 additions & 0 deletions python/plugins/processing/algs/grass7/description/r.slope.txt
@@ -0,0 +1,8 @@
r.slope.aspect
r.slope - Generates raster maps of slope from a elevation raster map.
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|precision|Data type|CELL;FCELL;DCELL
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
OutputRaster|slope|Output aspect layer

0 comments on commit 5fe7f3d

Please sign in to comment.