mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-06 00:05:16 -04:00
30 lines
394 B
ReStructuredText
30 lines
394 B
ReStructuredText
CURVATURE CLASSIFICATION
|
|
========================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Plan Curvature[Raster]``:
|
|
- ``Profile Curvature[Raster]``:
|
|
- ``Threshold for plane[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Curvature Classification[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:curvatureclassification', cplan, cprof, threshold, class)
|