Module bounding_box

Source
Expand description

Bounding box for GEOMETRY or GEOGRAPHY type in the representation of min/max value pair of coordinates from each axis.

Derived from the parquet format spec: https://github.com/apache/parquet-format/blob/master/Geospatial.md

Structsยง

BoundingBox
A geospatial instance has at least two coordinate dimensions: X and Y for 2D coordinates of each point. X represents longitude/easting and Y represents latitude/northing. A geospatial instance can optionally have Z and/or M values associated with each point.