planetlabs / gpq

Utility for working with GeoParquet

Home Page:https://planetlabs.github.io/gpq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for reading from blob storage

tschaub opened this issue · comments

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.