planetlabs / gpq

Utility for working with GeoParquet
https://planetlabs.github.io/gpq/
Apache License 2.0
138 stars 8 forks source link

Ensure that Parquet with complex types transforms to valid GeoParquet #84

Closed tschaub closed 10 months ago

tschaub commented 10 months ago

This addresses a couple issues when transforming Parquet to GeoParquet. Previously, the version would not always be included in the geo key/value metadata. In addition, Parquet with logical fields that were represented by multiple physical columns would not validate after being transformed to GeoParquet.