mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
r.terraflow
|
|
Flow computation for massive grids (float version).
|
|
Raster (r.*)
|
|
ParameterRaster|elevation|Name of elevation raster map|False
|
|
ParameterBoolean|-s|SFD (D8) flow (default is MFD)|False
|
|
OutputRaster|filled|Filled (flooded) elevation
|
|
OutputRaster|direction|Flow direction
|
|
OutputRaster|swatershed|Sink-watershed
|
|
OutputRaster|accumulation|Flow accumulation
|
|
OutputRaster|tci|Topographic convergence index (tci)
|
|
OutputFile|stats|Runtime statistics
|