planetlabs / gpq

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

Configurable row group length for writing #80

Closed tschaub closed 1 year ago

tschaub commented 1 year ago

This adds a --row-group-length argument to the convert command. If not provided, the row group length when reading GeoJSON is 64 * 1024 * 1024, and when reading Parquet, the row group size of the input is retained.

Fixes #65.