Skip to content

Commit 5fe7f3d

Browse files
committedApr 27, 2015
Merge pull request #2004 from NaturalGIS/fix_grass7_slope_aspect
[processing] fix grass7 r.slope.aspect
2 parents b413271 + ac2d817 commit 5fe7f3d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ r.slope.aspect
22
r.aspect - Generates raster maps of aspect from a elevation raster map.
33
Raster (r.*)
44
ParameterRaster|elevation|Elevation|False
5-
ParameterSelection|precision|Data type|float;double;int
5+
ParameterSelection|precision|Data type|CELL;FCELL;DCELL
66
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
77
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
88
OutputRaster|aspect|Output aspect layer

‎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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
r.slope.aspect
2+
r.slope - Generates raster maps of slope from a elevation raster map.
3+
Raster (r.*)
4+
ParameterRaster|elevation|Elevation|False
5+
ParameterSelection|precision|Data type|CELL;FCELL;DCELL
6+
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
7+
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
8+
OutputRaster|slope|Output aspect layer

0 commit comments

Comments
 (0)
Please sign in to comment.