planetlabs / gpq

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

describe and validate remote geoparquet files #93

Closed cholmes closed 9 months ago

cholmes commented 9 months ago

It'd be awesome if I could run gpq describe and gpq validate on url's. Doing everything on https would be the default, but if s3:// and others are easy that'd be nice too. I'd like to easily check row groups and validity on big remote resources, so it'd be awesome if it supported this. I feel like Brandon mentioned some go library he was liking for that, but forget where I saw that, so thought I'd put up an issue.

tschaub commented 9 months ago

I split off the blob storage support issue into #99 (there we can support reading and writing) and got in support for using input URLs in #98. You can try it out in the v0.20.0 release (brew update && brew install planetlabs/tap/gpq).