planetlabs / gpq

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

Allow empty and null geometries in validation #190

Closed tschaub closed 3 months ago

tschaub commented 3 months ago

Currently, if you run gpq validate against a Parquet file that has nulls for WKB encoded geometries, the program panics (see #188). This addresses that.