File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
python/plugins/processing/algs/grass/description Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 2
2
r.drain - Traces a flow through an elevation model on a raster map.
3
3
Raster (r.*)
4
4
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
6
6
ParameterMultipleInput|vector_points|Vector layer(s) containing starting point(s)|0|False
7
7
ParameterBoolean|-c|Copy input cell values on output|False
8
8
ParameterBoolean|-a|Accumulate input values along the path|False
You can’t perform that action at this time.
0 commit comments