2014-04-19 15:53:43 +02:00
|
|
|
r.drain
|
2015-07-26 03:48:27 +02:00
|
|
|
Traces a flow through an elevation model on a raster map.
|
2014-04-19 15:53:43 +02:00
|
|
|
Raster (r.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterLayer|input|Elevation|None|False
|
|
|
|
QgsProcessingParameterRasterLayer|direction|Name of input movement direction map associated with the cost surface|None|True
|
2017-10-22 10:25:09 +02:00
|
|
|
QgsProcessingParameterPoint|start_coordinates|Map coordinates of starting point(s) (E,N)|None|True
|
2018-04-08 12:31:11 +10:00
|
|
|
QgsProcessingParameterFeatureSource|start_points|Vector layer containing starting point(s)|0|None|True
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterBoolean|-c|Copy input cell values on output|False
|
|
|
|
QgsProcessingParameterBoolean|-a|Accumulate input values along the path|False
|
|
|
|
QgsProcessingParameterBoolean|-n|Count cell numbers along the path|False
|
|
|
|
QgsProcessingParameterBoolean|-d|The input raster map is a cost surface (direction surface must also be specified)|False
|
|
|
|
QgsProcessingParameterRasterDestination|output|Least cost path
|
|
|
|
QgsProcessingParameterVectorDestination|drain|Drain
|