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
37 lines
570 B
ReStructuredText
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
|