Skip to content

Commit 0304cc5

Browse files
author
paolo.cavallini
committed
Added r.slope, r.aspect - simpler and faster to use than full r.slope.aspect
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@220 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent b705cc9 commit 0304cc5

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
r.slope.aspect
2+
r.aspect - Generates raster maps of aspect from a elevation raster map.
3+
Raster (r.*)
4+
ParameterRaster|elevation|Name of elevation raster map|False
5+
ParameterSelection|format|Format for reporting the slope|percent;degrees
6+
ParameterSelection|prec|Type of output aspect and slope maps|float;double;int
7+
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
8+
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
9+
ParameterBoolean|-a|Do not align the current region to the elevation layer|True
10+
OutputRaster|aspect|Name for output aspect raster map

src/sextante/grass/description/r.slope.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.slope.aspect - Generates raster maps of slope, aspect, curvatures and partial derivatives from a elevation raster map.
33
Raster (r.*)
44
ParameterRaster|elevation|Name of elevation raster map|False
5-
ParameterSelection|format|Format for reporting the slope|degrees;percent
5+
ParameterSelection|format|Format for reporting the slope|percent;degrees
66
ParameterSelection|prec|Type of output aspect and slope maps|float;double;int
77
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
88
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
r.slope.aspect
2+
r.slope - Generates raster maps of slope from a elevation raster map.
3+
Raster (r.*)
4+
ParameterRaster|elevation|Name of elevation raster map|False
5+
ParameterSelection|format|Format for reporting the slope|percent;degrees
6+
ParameterSelection|prec|Type of output aspect and slope maps|float;double;int
7+
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
8+
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
9+
ParameterBoolean|-a|Do not align the current region to the elevation layer|True
10+
OutputRaster|slope|Name for output slope raster map

0 commit comments

Comments
 (0)