File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
python/plugins/sextante/grass/description Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ r.randon.raster
2
+ r.random.raster - Create random raster
3
+ Raster (r.*)
4
+ ParameterRaster|raster|Name of input raster map|False
5
+ ParameterNumericalValue|value|The number of points to allocate |None|None|1
6
+ OutputRaster|output|Output layer
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ v.to.points - Create points along input lines
3
3
Vector (v.*)
4
4
ParameterVector|input|Input lines layer|1|False
5
5
ParameterString|dmax|Maximum distance between points in map units|100
6
+ ParameterBoolean|-n|Write line nodes|True
6
7
ParameterBoolean|-v|Write line vertices|True
7
8
ParameterBoolean|-i|Interpolate points between line vertices|False
8
- OutputVector|output|Output vector map where points will be written
9
-
9
+ OutputVector|output|Output vector map where points will be written
You can’t perform that action at this time.
0 commit comments