mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
14 lines
1.0 KiB
Plaintext
14 lines
1.0 KiB
Plaintext
r.flow
|
|
r.flow.aspect - Construction of flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a raster digital elevation model (DEM).
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|elevation|Elevation|None|False
|
|
QgsProcessingParameterRasterLayer|aspect|Aspect|None|False
|
|
QgsProcessingParameterNumber|skip|Number of cells between flowlines|QgsProcessingParameterNumber.Double|7|False|None|None
|
|
QgsProcessingParameterNumber|bound|Maximum number of segments per flowline|QgsProcessingParameterNumber.Double|1609|False|None|None
|
|
QgsProcessingParameterBoolean|-u|Compute upslope flowlines instead of default downhill flowlines|False
|
|
QgsProcessingParameterBoolean|-3|3-D lengths instead of 2-D|False
|
|
*QgsProcessingParameterBoolean|-m|Use less memory, at a performance penalty|False
|
|
QgsProcessingParameterVectorDestination|flowline|Flow line|QgsProcessing.TypeVectorLine|None|True
|
|
QgsProcessingParameterRasterDestination|flowlength|Flow path length
|
|
QgsProcessingParameterRasterDestination|flowaccumulation|Flow accumulation
|