QGIS/python/plugins/processing/algs/grass7/description/r.flow.aspect.barrier.txt
2017-11-04 15:31:21 +01:00

14 lines
1.0 KiB
Plaintext

r.flow
r.flow.aspect.barrier - 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
QgsProcessingParameterRasterLayer|barrier|Barriers|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
QgsProcessingParameterRasterDestination|flowlength|Flow path length
QgsProcessingParameterRasterDestination|flowaccumulation|Flow accumulation