Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix grass7 r.slope.aspect
  • Loading branch information
Giovanni Manghi committed Apr 26, 2015
1 parent d0fea65 commit 42f0aa2
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 42f0aa2

Please sign in to comment.