Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoParquet 1.1 support #189

Open
cholmes opened this issue Jun 19, 2024 · 0 comments
Open

GeoParquet 1.1 support #189

cholmes opened this issue Jun 19, 2024 · 0 comments

Comments

@cholmes
Copy link
Member

cholmes commented Jun 19, 2024

It'd be great to more broadly support GeoParquet 1.1. There's a range of what could be done with GPQ, in rough order of importance / effort:

  • Validate the new 1.1 features - recognize the new encodings, and check for the bbox (perhaps recommend adding if it's not there)
  • Write support for bounding box column - writing without trying to sort would be a good first step, and just assume/hope the file has a decent sort order
  • Option to sort by r-tree or some other nice spatial option when writing bounding box column
  • Read a subset of data leveraging the bbox column. Reading with bbox is less important right now as GPQ doesn't have a notion of filtering by bounds / getting a subset, but if it added it then it could efficiently grab overture data and other large datasets.
  • native encoding / geoarrow support, for both read and write. Perhaps would not be a huge amount of work as there's likely good arrow support in the underlying parquet/arrow libraries?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant