File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
src/sextante/grass/description Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ r.slope.aspect
2
2
r.slope.aspect - Generates raster maps of slope, aspect, curvatures and partial derivatives from a elevation raster map.
3
3
Raster (r.*)
4
4
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
6
6
ParameterSelection|prec|Type of output aspect and slope maps|float;double;int
7
7
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
8
8
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments