2014-04-19 15:53:43 +02:00
|
|
|
v.mkgrid
|
|
|
|
v.mkgrid - Creates a GRASS vector layer of a user-defined grid.
|
|
|
|
Vector (v.*)
|
|
|
|
ParameterString|grid|Number of rows and columns in grid|10,10
|
|
|
|
ParameterSelection|position|Where to place the grid|coor
|
2015-01-11 14:32:32 +01:00
|
|
|
ParameterString|coordinates|Lower left easting and northing coordinates of map|
|
2014-04-19 15:53:43 +02:00
|
|
|
ParameterString|box|Width and height of boxes in grid|
|
|
|
|
ParameterString|angle|Angle of rotation (in degrees counter-clockwise)|0
|
2015-01-11 14:32:32 +01:00
|
|
|
ParameterBoolean|-h|Create hexagons (default: rectangles)|False
|
2014-04-19 15:53:43 +02:00
|
|
|
ParameterBoolean|-p|Create grid of points instead of areas and centroids|False
|
2015-05-20 22:41:10 +02:00
|
|
|
OutputVector|map|Grid
|