mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
13 lines
877 B
Plaintext
13 lines
877 B
Plaintext
v.mkgrid
|
|
Creates a GRASS vector layer of a user-defined grid.
|
|
Vector (v.*)
|
|
QgsProcessingParameterString|grid|Number of rows and columns in grid|10,10
|
|
QgsProcessingParameterEnum|position|Where to place the grid|coor|False|0|True
|
|
QgsProcessingParameterPoint|coordinates|Lower left easting and northing coordinates of map|None|True
|
|
QgsProcessingParameterString|box|Width and height of boxes in grid|
|
|
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
|
|
QgsProcessingParameterBoolean|-h|Create hexagons (default: rectangles)|False
|
|
QgsProcessingParameterBoolean|-p|Create grid of points instead of areas and centroids|False
|
|
QgsProcessingParameterVectorDestination|map|Grid
|