Create grid of points or rectangles.

Parameters:

Parameters:
See dedicated page for more information.
The createGISGrid action generates a grid structure of geometries (either points or rectangles) within a specified bounding box. This action is useful for spatial data preparation, modeling, and simulation within GIS workflows.
The grid is defined by:
⚠️ Coordinate System Notice:
This action assumes that the geometries are defined in a standard PLANAR coordinate system. It is not recommended to use SRID 4326 directly. For best results, reproject your data using thereprojectGISaction before grid creation and revert it back if needed after processing. SeereprojectGISfor an example of use.
Depending on the configuration, this action produces either:
The result is written into a column (default name: Geometry), typically used as input for downstream GIS processing or visualization.
pointsgrid perimeterTop Left: 54 -8.1, Bottom Right: 38 1310 x 10Sample Output:

rectangleswhole gridTop Left: 54 -8.1, Bottom Right: 38 1310 x 10Sample Output:

points for grid intersections, or rectangles for area-based spatial operations.grid perimeter to only generate edge points/cells when focusing on boundary conditions.intersectGIS after grid creation to mask only relevant areas.