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
|
|
|
|
ParameterString|start_coordinates|Map coordinates of starting point(s) (E,N)|(0,0)
|
2015-06-19 12:16:49 +01:00
|
|
|
ParameterMultipleInput|start_points|Vector layer(s) 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
|
2015-05-18 13:16:40 +02:00
|
|
|
OutputRaster|output|Least cost path
|