-
Notifications
You must be signed in to change notification settings - Fork 7
Description
This library is already pretty neat, I can see me using it quite a lot, thanks! I thought though it would be could if the structure and data preview screens could detect geoparquet columns. For example https://github.com/opengeospatial/geoparquet/blob/main/examples/example.parquet
This shows as a BYTE_ARRAY which isn't wrong, but it is a specific kind of byte array, with corresponding geo metadata
I'm familiar with interacting with geoparquet files via geopandas, but geoarrow-pyarrow is probably the natural fit here given this is built on pyarrow (I've just naively looked at the pyproject.toml to infer that, not looked at any of the code).
Perhaps this could be something that is conditionally triggered if geoarrow-pyarrow is installed?
(I haven't checked what happens with datanomy trying to view a parquet file with the new parquet native geometry type)