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.*)
|
2012-12-15 18:49:32 +01:00
|
|
|
ParameterRaster|input|Elevatio|False
|
|
|
|
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|(0,0)
|
|
|
|
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
|
2012-12-15 18:49:32 +01:00
|
|
|
OutputRaster|output|Result
|