Skip to content

Commit 9bd0ecb

Browse files
committedMar 11, 2013
[sextante] edited GRASS descriptions
1 parent a57965d commit 9bd0ecb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

‎python/plugins/sextante/grass/description/v.to.points.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ v.to.points - Create points along input lines
33
Vector (v.*)
44
ParameterVector|input|Input lines layer|1|False
55
ParameterString|dmax|Maximum distance between points in map units|100
6+
ParameterBoolean|-n|Write line nodes|True
67
ParameterBoolean|-v|Write line vertices|True
78
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

0 commit comments

Comments
 (0)
Please sign in to comment.