Expand the contour of Geometries.
¶ Standard tab

Parameters:
- Geometry
- Geometry column
- Geometry data format
- Distance
- Segments in quadrant

Parameters:
- Display debug information in the log window
The ExpandGIS action expands encoded geometric data into a human-readable form and allows segmentation of geometries into smaller quadrants based on a specified distance. It supports various geometry formats, including WKT, HEX, and BASE64, and is typically used in GIS pipelines for spatial analysis and visualization.
point "Latitude Longitude"
rectangle "Latitude1 Longitude1 Latitude2 Longitude2"
WKT
HEX
BASE64
- Prepare a table with a column containing encoded geometries.
- Select the appropriate Geometry data format that matches the input column.
- Set Distance and Segments in quadrant to control subdivision.
- Execute the action to decode and segment geometries.
📌 See the screenshot below for an input table example:

📌 The decoded or segmented geometries appear in the output table:

Each row represents a processed geometry object.
- Expanding GIS-encoded geometry for display or processing.
- Splitting large polygons into smaller segments for regional analysis.
- Preparing geometry data for spatial joins or overlays.
- Decoding compact binary geometry formats (HEX, BASE64).
- ⚠️ This action assumes that the geometries are defined in a standard PLANAR coordinate system (i.e. not inside the SRID 4326).
- 🔄 For best results, reproject your geometries before using this action using reprojectGIS.
- ❌ Wrong geometry format — check your input encoding and match it in the dropdown.
- ❌ Empty output — likely due to malformed or incompatible geometry values.
- 🧪 Test on a few rows first before applying it to a large dataset.
