Skip to content

Accessing COGs from Azure Blob Storage #264

Answered by vincentsarago
aliasmrchips asked this question in Q&A
Discussion options

You must be logged in to vote

I'm pretty sure you are hitting this rasterio/rasterio#1906 (comment)

az:// was introduced in Rasterio 1.2 so if you are using Rasterio 1.1.8 you have to use either the https://blob or /vsiaz form. For private object, you'll need to have Rasterio 1.2.1

Note:
We are recommending to use Rasterio 1.1.8 👇

titiler/Dockerfile

Lines 9 to 11 in b5bcb0f

# rasterio 1.2.0 wheels are built using GDAL 3.2 and PROJ 7 which we found having a
# performance downgrade: https://github.com/developmentseed/titiler/discussions/216
RUN pip install -e /app/. rasterio==1.1.8 --no-cache-dir

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vincentsarago
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants