Skip to content

Commit fc519f8

Browse files
author
gioman
committedJun 19, 2014
fix r.drain and add a submodule for r.drain that does not need input point vectors
1 parent de6a960 commit fc519f8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
r.drain
2+
r.drain.coordinate - Traces a flow through an elevation model on a raster map.
3+
Raster (r.*)
4+
ParameterRaster|input|Elevation|False
5+
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|0,0
6+
ParameterBoolean|-c|Copy input cell values on output|False
7+
ParameterBoolean|-a|Accumulate input values along the path|False
8+
ParameterBoolean|-n|Count cell numbers along the path|False
9+
OutputRaster|output|Result

‎python/plugins/processing/algs/grass/description/r.drain.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ r.drain
22
r.drain - Traces a flow through an elevation model on a raster map.
33
Raster (r.*)
44
ParameterRaster|input|Elevation|False
5-
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|(0,0)
5+
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|0,0
66
ParameterMultipleInput|vector_points|Vector layer(s) containing starting point(s)|0|False
77
ParameterBoolean|-c|Copy input cell values on output|False
88
ParameterBoolean|-a|Accumulate input values along the path|False

0 commit comments

Comments
 (0)
Please sign in to comment.