Accessing Microsoft Planetary Computer asset data #331
-
I am trying to use Titiler to access Microsoft Planetary Computer asset data on Azure Blob Storage (see notebook example). My goal is to load the asset data to an interactive map created using leafmap. However, it seems Titiler cannot access the URLs signed by the planetary-computer package. See the screenshot below. Here is the link to the notebook. Any advice? Thanks. @vincentsarago @lossyrob |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this is because it's a signed url. TiTiler can't support this because it cannot recognize the url parameters (for the signed url) and the url parameter for titiler itself. e.g here is what I'm getting with my titiler instance
see the rasterio error is missing some parameter in the URL. That's said, in your screenshot, rasterio seems to give back the full url but I wonder if there are some encoding issue. Sadly there is no easy fix. Usually when we work with signed url we setup a custom tiler where we pass the signed url in a base64 form and then use a custom |
Beta Was this translation helpful? Give feedback.
I think this is because it's a signed url. TiTiler can't support this because it cannot recognize the url parameters (for the signed url) and the url parameter for titiler itself.
e.g here is what I'm getting with my titiler instance