Replies: 4 comments 2 replies
-
Hi @bertt, the "covering" element refers to the column names that contain the bounding box for each row. Some more details are here: https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md#covering. The top-level |
Beta Was this translation helpful? Give feedback.
-
Ah ok thanks, so the covering bbox is per row... Maybe there is an example file with this covering bbox somewhere? |
Beta Was this translation helpful? Give feedback.
-
Sample for countries worldwide (generated by GDAL 3.10.0dev):
|
Beta Was this translation helpful? Give feedback.
-
Addition: When opening the GeoParquet file in QGIS the extra columns geometry_bbox.xmin, geometry_bbox.xmax, geometry_bbox.ymin, geometry_bbox.ymax are there: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was looking at the JSON Schema 1.1 (https://geoparquet.org/releases/v1.1.0/schema.json).
I noticed the covering Bbox properties xmin/ymax/ymin/ymax are of type array:
Why it's not just a number?
Beta Was this translation helpful? Give feedback.
All reactions