mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-09 00:05:52 -04:00
38 lines
525 B
ReStructuredText
38 lines
525 B
ReStructuredText
SINK REMOVAL
|
|
============
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``DEM[Raster]``:
|
|
- ``Sink Route[Raster]``:
|
|
- ``Method[Selection]``:
|
|
- ``Threshold[Boolean]``:
|
|
- ``Threshold Height[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Preprocessed DEM[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:sinkremoval', dem, sinkroute, method, threshold, thrsheight, dem_preproc)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Method)
|
|
0 - [0] Deepen Drainage Routes
|
|
1 - [1] Fill Sinks
|