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.*)
|
|
|
|
ParameterRaster|input|Elevation|False
|
2016-02-27 15:19:55 +01:00
|
|
|
ParameterRaster|direction|Name of input movement direction map associated with the cost surface|True
|
2016-12-16 10:03:02 +02:00
|
|
|
ParameterPoint|start_coordinates|Map coordinates of starting point(s) (E,N)|0.0,0.0|True
|
2016-02-27 15:19:55 +01:00
|
|
|
ParameterVector|start_points|Vector layer containing starting point(s)|0|True
|
2014-04-19 15:53:43 +02:00
|
|
|
ParameterBoolean|-c|Copy input cell values on output|False
|
|
|
|
ParameterBoolean|-a|Accumulate input values along the path|False
|
|
|
|
ParameterBoolean|-n|Count cell numbers along the path|False
|
2016-02-27 15:19:55 +01:00
|
|
|
ParameterBoolean|-d|The input raster map is a cost surface (direction surface must also be specified)|False
|
2015-05-18 13:16:40 +02:00
|
|
|
OutputRaster|output|Least cost path
|
2016-02-27 15:19:55 +01:00
|
|
|
OutputVector|drain|Drain
|