planetlabs / gpq

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

Use gzip by default #25

Closed tschaub closed 1 year ago

tschaub commented 1 year ago

We have run into cases where support for reading ZSTD compressed Parquet is limited. For tools like GDAL, this depends on the version of arrow-cpp that it was built with (and potentially which ZSTD related options).

This change updates the default compression to be gzip instead of zstd. It is still possible to get ZSTD by passing --compression zstd to the gpq convert command.