Understand the Overture Parquet schema enhancements
mainThe Parquet files follow the Overture Data Schema but include three specific technical enhancements for efficient querying and spatial operations:
idcolumn: Contains unique identifiers in the Global Entity Reference System (GERS) format.bboxcolumn: Astructcontainingxmin,xmax,ymin, andymax. This is designed to enable more efficient spatial queries when running SQL against cloud storage.geometrycolumn: Encoded as WKB (Well-Known Binary), making the files compatible with GeoParquet standards.