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
36 lines
450 B
ReStructuredText
36 lines
450 B
ReStructuredText
FLAT DETECTION
|
|
==============
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``DEM[Raster]``:
|
|
- ``Flat Area Values[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``No Flats[Raster]``:
|
|
- ``Flat Areas[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:flatdetection', dem, flat_output, noflats, flats)
|
|
|
|
Available options for selection parameters:
|
|
|
|
flat_output(Flat Area Values)
|
|
0 - [0] elevation
|
|
1 - [1] enumeration
|