Open cholmes opened 4 months ago
Thanks for the report. The v0.23.0 release fixes the panic above. With that change, gpq validate
should work against GeoParquet v1.1 files using WKB.
I'll work separately on support for validating files using the new native geometry encodings.
We just released geoparquet 1.1, and I tried
gpq validate
on the test data with the native encoding, and it got a stack trace:It got similar results on the 'wkb' test data. But it did work just fine on the main 1.1 geoparquet example. I also generated 1.1 with arrow support gdal (just converting without arrow didn't seem to make gdal do 1.1) and it didn't stack trace, and worked as I'd expect for not being updated to 1.1:
GPQ describe commands all worked well, even with arrow, which was nice.