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

37 lines
570 B
ReStructuredText

BURN STREAM NETWORK INTO DEM
============================
Description
-----------
Parameters
----------
- ``DEM[Raster]``:
- ``Streams[Raster]``:
- ``Method[Selection]``:
- ``Epsilon[Number]``:
Outputs
-------
- ``Processed DEM[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:burnstreamnetworkintodem', dem, stream, method, epsilon, burn)
Available options for selection parameters:
method(Method)
0 - [0] simply decrease cell's value by epsilon
1 - [1] lower cell's value to neighbours minimum value minus epsilon