-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GTI: make the driver work with STAC GeoParquet files that don't have a assets.image.href field #11319
base: master
Are you sure you want to change the base?
Conversation
At least for planetary computer data there is already an environment variable for url signing... but not sure at first glance of an existing way to either modify asset hrefs on the fly or apply environment variable settings to the items within a catalog rather than the catalog itself? GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR \
VSICURL_PC_URL_SIGNING=YES \
gdalinfo /vsicurl/https://ai4edataeuwest.blob.core.windows.net/io-lulc/io-annual-lulc-v02/60L_20170101-20180101.tif |
Doh, I almost forgot I code that thing...
|
…a assets.image.href field Fixes OSGeo#11317
…ts.XXX.proj:transform fields in addition to top level proj:epsg and proj:transform. Also handle geotransform being a IntegerList or Integer64List. Refs OSGeo#11321 (but does no fix it)
…ny asset name, and handle all 'common_names' values
…from STAC GeoParquet eo:bands field
Fixes #11317
Note that this fixes the GTI issue only. But https://planetarycomputer.microsoft.com/api/stac/v1/collections/io-lulc-annual-v02/items/60L-2017 references files such as https://ai4edataeuwest.blob.core.windows.net/io-lulc/io-annual-lulc-v02/60L_20170101-20180101.tif that require authentication, and the driver has no clue how to do that