Skip to content

Allow "GeoParquet" input #406

@kylebarron

Description

@kylebarron

Pyarrow assigns Parquet metadata onto the Arrow table metadata when it loads. So whenever you use pyarrow.parquet.read_table() on a GeoParquet file, you'll get a geo key in the table metadata. Even though this is not "GeoArrow" per se, because it's missing the geoarrow extension metadata on the column field, it would probably be good integration to look for the geo key and manage GeoParquet -> GeoArrow conversion.

This is something that would potentially be moved into a different geoarrow library in the future, but faster to prototype here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions