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
|
2017-12-03 16:07:21 +01:00
|
|
|
QgsProcessingParameterEnum|position|Where to place the grid|coor|False|0|True
|
|
|
|
QgsProcessingParameterPoint|coordinates|Lower left easting and northing coordinates of map|None|True
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterString|box|Width and height of boxes in grid|
|
2017-12-03 16:07:21 +01:00
|
|
|
QgsProcessingParameterNumber|angle|Angle of rotation (in degrees counter-clockwise)|QgsProcessingParameterNumber.Double|0.0|True|0.0|360.0
|
|
|
|
QgsProcessingParameterNumber|breaks|Number of vertex points per grid cell|QgsProcessingParameterNumber.Integer|0|True|0|60
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterBoolean|-h|Create hexagons (default: rectangles)|False
|
|
|
|
QgsProcessingParameterBoolean|-p|Create grid of points instead of areas and centroids|False
|
|
|
|
QgsProcessingParameterVectorDestination|map|Grid
|