planetlabs / gpq

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

Support for reading from blob storage #99

Closed tschaub closed 5 months ago

tschaub commented 9 months ago

It should be possible to use the describe, validate, and convert commands with blob storage resource names (e.g. s3://bucket/example.parquet, gs://bucket/example.parquet, azblob://bucket/example.parquet).

The gocloud.dev/blob provides support for multiple cloud providers.

I'm splitting this from #93.