mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
44 lines
913 B
ReStructuredText
44 lines
913 B
ReStructuredText
SLOPE, ASPECT, CURVATURE
|
|
========================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Method[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Slope[Raster]``:
|
|
- ``Aspect[Raster]``:
|
|
- ``Curvature[Raster]``:
|
|
- ``Plan Curvature[Raster]``:
|
|
- ``Profile Curvature[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:slopeaspectcurvature', elevation, method, slope, aspect, curv, hcurv, vcurv)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Method)
|
|
0 - [0] Maximum Slope (Travis et al. 1975)
|
|
1 - [1] Maximum Triangle Slope (Tarboton 1997)
|
|
2 - [2] Least Squares Fitted Plane (Horn 1981, Costa-Cabral & Burgess 1996)
|
|
3 - [3] Fit 2.Degree Polynom (Bauer, Rohdenburg, Bork 1985)
|
|
4 - [4] Fit 2.Degree Polynom (Heerdegen & Beran 1982)
|
|
5 - [5] Fit 2.Degree Polynom (Zevenbergen & Thorne 1987)
|
|
6 - [6] Fit 3.Degree Polynom (Haralick 1983)
|