+
K
Supported in: Batch
Returns a struct containing the entire bounding box of all valid geometries in the given column. Invalid geometries are treated as null and ignored.
Expression categories: Geospatial
Output type: LatLonBoundingBox
Argument values:
geometry
Given input table:
Outputs: { maxLat -> 8.4, maxLon -> 125.6, minLat -> -92.3, minLon -> -6.0,}
Outputs: null
Outputs: { maxLat -> 4.8, maxLon -> 2.0, minLat -> 0.0, minLon -> 0.0,}