mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
12 lines
609 B
Plaintext
12 lines
609 B
Plaintext
r.terraflow
|
|
r.terraflow - Flow computation for massive grids.
|
|
Raster (r.*)
|
|
ParameterRaster|elevation|Name of elevation raster map|False
|
|
ParameterBoolean|-s|SFD (D8) flow (default is MFD)|False
|
|
OutputRaster|filled|Name for output filled (flooded) elevation raster map
|
|
OutputRaster|direction|Name for output flow direction raster map
|
|
OutputRaster|swatershed|Name for output sink-watershed raster map
|
|
OutputRaster|accumulation|Name for output flow accumulation raster map
|
|
OutputRaster|tci|Name for output topographic convergence index (tci) raster map
|
|
OutputFile|stats|Name of file containing runtime statistics
|