2014-04-19 15:53:43 +02:00
|
|
|
v.mkgrid
|
2015-07-26 03:48:27 +02:00
|
|
|
Creates a GRASS vector layer of a user-defined grid.
|
2014-04-19 15:53:43 +02:00
|
|
|
Vector (v.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterString|grid|Number of rows and columns in grid|10,10
|
|
|
|
QgsProcessingParameterEnum|position|Where to place the grid|coor
|
|
|
|
QgsProcessingParameterString|coordinates|Lower left easting and northing coordinates of map|
|
|
|
|
QgsProcessingParameterString|box|Width and height of boxes in grid|
|
|
|
|
QgsProcessingParameterString|angle|Angle of rotation (in degrees counter-clockwise)|0
|
|
|
|
QgsProcessingParameterBoolean|-h|Create hexagons (default: rectangles)|False
|
|
|
|
QgsProcessingParameterBoolean|-p|Create grid of points instead of areas and centroids|False
|
|
|
|
QgsProcessingParameterVectorDestination|map|Grid
|