Skip to content

Commit 72c56df

Browse files
author
Giovanni Manghi
committed
fix grass7 r.drain non mandatory parameter
1 parent ac08f0c commit 72c56df

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/processing/algs/grass7/description

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/description/r.drain.txt

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

0 commit comments

Comments
 (0)