Skip to content

ENH: Geoparquet types support #25

@m-richards

Description

@m-richards

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

Image

This shows as a BYTE_ARRAY which isn't wrong, but it is a specific kind of byte array, with corresponding geo metadata

Image

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions