QGIS/python/plugins/processing/algs/saga/help/surfacespecificpoints.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

39 lines
571 B
ReStructuredText

SURFACE SPECIFIC POINTS
=======================
Description
-----------
Parameters
----------
- ``Elevation[Raster]``:
- ``Method[Selection]``:
- ``Threshold[Number]``:
Outputs
-------
- ``Result[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:surfacespecificpoints', elevation, method, threshold, result)
Available options for selection parameters:
method(Method)
0 - [0] Mark Highest Neighbour
1 - [1] Opposite Neighbours
2 - [2] Flow Direction
3 - [3] Flow Direction (up and down)
4 - [4] Peucker & Douglas