mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-07 00:05:28 -04:00
36 lines
548 B
ReStructuredText
36 lines
548 B
ReStructuredText
STREAM POWER INDEX
|
|
==================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Slope[Raster]``:
|
|
- ``Catchment Area[Raster]``:
|
|
- ``Area Conversion[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Stream Power Index[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:streampowerindex', slope, area, conv, spi)
|
|
|
|
Available options for selection parameters:
|
|
|
|
conv(Area Conversion)
|
|
0 - [0] no conversion (areas already given as specific catchment area)
|
|
1 - [1] 1 / cell size (pseudo specific catchment area)
|