Skip to content

Commit

Permalink
fix r.drain and add a submodule for r.drain that does not need input …
Browse files Browse the repository at this point in the history
…point vectors
  • Loading branch information
gioman committed Jun 19, 2014
1 parent de6a960 commit fc519f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
@@ -0,0 +1,9 @@
r.drain
r.drain.coordinate - Traces a flow through an elevation model on a raster map.
Raster (r.*)
ParameterRaster|input|Elevation|False
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|0,0
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
OutputRaster|output|Result
Expand Up @@ -2,7 +2,7 @@ r.drain
r.drain - Traces a flow through an elevation model on a raster map.
Raster (r.*)
ParameterRaster|input|Elevation|False
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|(0,0)
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|0,0
ParameterMultipleInput|vector_points|Vector layer(s) containing starting point(s)|0|False
ParameterBoolean|-c|Copy input cell values on output|False
ParameterBoolean|-a|Accumulate input values along the path|False
Expand Down

0 comments on commit fc519f8

Please sign in to comment.