Skip to content

Commit 9011bec

Browse files
author
Médéric RIBREUX
committed
Fix r.aspect and r.slope algorithms
1 parent 8aad144 commit 9011bec

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
r.slope.aspect
2-
r.aspect - Generates raster maps of aspect from a elevation raster map.
2+
r.aspect - Generates raster maps of aspect from an elevation raster map.
33
Raster (r.*)
44
ParameterRaster|elevation|Elevation|False
5-
ParameterSelection|precision|Data type|FCELL;CELL;DCELL
6-
ParameterBoolean|-a|Do not align the current region to the elevation layer|True
7-
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
5+
ParameterSelection|precision|Data type|FCELL;CELL;DCELL|0
6+
*ParameterBoolean|-a|Do not align the current region to the elevation layer|False
7+
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|aspect|Aspect
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
r.slope.aspect
2-
r.slope - Generates raster maps of slope from a elevation raster map.
2+
r.slope - Generates raster maps of slope from an elevation raster map.
33
Raster (r.*)
44
ParameterRaster|elevation|Elevation|False
5-
ParameterSelection|precision|Data type|FCELL;CELL;DCELL
6-
ParameterBoolean|-a|Do not align the current region to the elevation layer|True
7-
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
5+
ParameterSelection|precision|Data type|FCELL;CELL;DCELL|0
6+
*ParameterBoolean|-a|Do not align the current region to the elevation layer|False
7+
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|Slope

0 commit comments

Comments
 (0)