|
1 | 1 | r.slope.aspect
|
2 |
| -r.slope.aspect - Generates raster maps of slope, aspect, curvatures and partial derivatives from a elevation raster map. |
| 2 | +r.slope.aspect - Generates raster layers of slope, aspect, curvatures and partial derivatives from a elevation raster layer. |
3 | 3 | Raster (r.*)
|
4 |
| -ParameterRaster|elevation|Name of elevation raster map|False |
| 4 | +ParameterRaster|elevation|Elevation|False |
5 | 5 | ParameterSelection|format|Format for reporting the slope|degrees;percent
|
6 |
| -ParameterSelection|prec|Type of output aspect and slope maps|float;double;int |
| 6 | +ParameterSelection|prec|Type of output aspect and slope layer|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
|
9 |
| -ParameterBoolean|-a|Do not align the current region to the elevation layer|True |
10 |
| -OutputRaster|slope|Name for output slope raster map |
11 |
| -OutputRaster|aspect|Name for output aspect raster map |
12 |
| -OutputRaster|pcurv|Name for output profile curvature raster map |
13 |
| -OutputRaster|tcurv|Name for output tangential curvature raster map |
14 |
| -OutputRaster|dx|Name for output first order partial derivative dx (E-W slope) raster map |
15 |
| -OutputRaster|dy|Name for output first order partial derivative dy (N-S slope) raster map |
16 |
| -OutputRaster|dxx|Name for output second order partial derivative dxx raster map |
17 |
| -OutputRaster|dyy|Name for output second order partial derivative dyy raster map |
18 |
| -OutputRaster|dxy|Name for output second order partial derivative dxy raster map |
| 9 | +OutputRaster|slope|Output slope layer |
| 10 | +OutputRaster|aspect|Output aspect layer |
| 11 | +OutputRaster|pcurv|Output profile curvature layer |
| 12 | +OutputRaster|tcurv|Output tangential curvature layer |
| 13 | +OutputRaster|dx|Output first order partial derivative dx (E-W slope) layer |
| 14 | +OutputRaster|dy|Output first order partial derivative dy (N-S slope) layer |
| 15 | +OutputRaster|dxx|Output second order partial derivative dxx layer |
| 16 | +OutputRaster|dyy|Output second order partial derivative dyy layer |
| 17 | +OutputRaster|dxy|Output second order partial derivative dxy layer |
0 commit comments