2012-08-04 19:48:25 +02:00
|
|
|
r.drain
|
|
|
|
r.drain - Traces a flow through an elevation model on a raster map.
|
|
|
|
Raster (r.*)
|
2013-09-24 10:40:18 +02:00
|
|
|
ParameterRaster|input|Elevation|False
|
2014-06-19 15:41:14 +01:00
|
|
|
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|0,0
|
2012-12-15 18:49:32 +01:00
|
|
|
ParameterMultipleInput|vector_points|Vector layer(s) containing starting point(s)|0|False
|
2012-08-04 19:48:25 +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
|