Skip to content

Commit 42f0aa2

Browse files
author
Giovanni Manghi
committedApr 26, 2015
fix grass7 r.slope.aspect
1 parent d0fea65 commit 42f0aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/grass7/description/r.slope.aspect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ r.slope.aspect - Generates raster layers of slope, aspect, curvatures and partia
33
Raster (r.*)
44
ParameterRaster|elevation|Elevation|False
55
ParameterSelection|format|Format for reporting the slope|degrees;percent
6-
ParameterSelection|precision|Type of output aspect and slope layer|float;double;int
6+
ParameterSelection|precision|Type of output aspect and slope layer|CELL;FCELL;DCELL
77
ParameterNumber|zscale|Multiplicative factor to convert elevation units to meters|None|None|1.0
88
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
99
OutputRaster|slope|Output slope layer

0 commit comments

Comments
 (0)
Please sign in to comment.