planetlabs / gpq

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

Convert Parquet without metadata to GeoParquet #31

Closed tschaub closed 1 year ago

tschaub commented 1 year ago

This adds support for converting Parquet files without "geo" file metadata to GeoParquet files.

gpq convert non-geo.parquet geo.parquet

For this to work, the non-geo Parquet file must have a column named "geometry" with WKT or WKB encoded geometries.