QGIS/python/plugins/processing/algs/saga/help/slopeaspectcurvature.rst
Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

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)