Skip to content

Commit

Permalink
fix also grass7 r.aspect and re-adds r.slope
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Apr 26, 2015
1 parent 42f0aa2 commit ac2d817
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
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
8 changes: 8 additions & 0 deletions python/plugins/processing/algs/grass7/description/r.slope.txt
Original file line number Diff line number Diff line change
@@ -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 ac2d817

Please sign in to comment.