Skip to content

Commit

Permalink
Fix r.aspect and r.slope algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric RIBREUX committed Jun 12, 2016
1 parent 8aad144 commit 9011bec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
@@ -1,9 +1,9 @@
r.slope.aspect
r.aspect - Generates raster maps of aspect from a elevation raster map.
r.aspect - Generates raster maps of aspect from an elevation raster map.
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|precision|Data type|FCELL;CELL;DCELL
ParameterBoolean|-a|Do not align the current region to the elevation layer|True
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
ParameterSelection|precision|Data type|FCELL;CELL;DCELL|0
*ParameterBoolean|-a|Do not align the current region to the elevation layer|False
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|aspect|Aspect
8 changes: 4 additions & 4 deletions python/plugins/processing/algs/grass7/description/r.slope.txt
@@ -1,9 +1,9 @@
r.slope.aspect
r.slope - Generates raster maps of slope from a elevation raster map.
r.slope - Generates raster maps of slope from an elevation raster map.
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|precision|Data type|FCELL;CELL;DCELL
ParameterBoolean|-a|Do not align the current region to the elevation layer|True
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
ParameterSelection|precision|Data type|FCELL;CELL;DCELL|0
*ParameterBoolean|-a|Do not align the current region to the elevation layer|False
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|Slope

0 comments on commit 9011bec

Please sign in to comment.