Replies: 5 comments
-
The
|
Beta Was this translation helpful? Give feedback.
-
Just to confirm, https://planetarycomputer.microsoft.com/api/stac/v1/collections/landsat-8-c2-l2/items/LC08_L2SP_044034_20220409_02_T1 is the STAC item you're using? That error message is saying that the specified blob doesn't exist. And I've just confirmed that it indeed doesn't exist, so something must have broken in our pipeline. I'll check on it and will post an update here. |
Beta Was this translation helpful? Give feedback.
-
Aye: |
Beta Was this translation helpful? Give feedback.
-
OK, here's the situation as I understand it: USGS stopped producing those thumbnails in 2021, so they won't exist for any scenes newer than 2021. Our process for creating STAC items incorrectly assumes that those files are there and generates an asset for them, even when they don't. That's a problem with our STAC items. That said, we'll soon be deprecating the In the meantime, I would recommend using the I'll update the example notebook to use the |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I'm getting the following error when attempting to load a thumbnail asset blob using the
sign()
function:HTTPError: HTTP Error 404: The specified blob does not exist.
If I load the example thumbnail asset, it works fine:
thumbnail_href = "https://landsateuwest.blob.core.windows.net/landsat-c2/level-2/standard/oli-tirs/2020/047/027/LC08_L2SP_047027_20201204_20210313_02_T1/LC08_L2SP_047027_20201204_20210313_02_T1_thumb_small.jpeg"
If I load my thumbnail asset, I get a stacktrace:
thumbnail_href = "https://landsateuwest.blob.core.windows.net/landsat-c2/level-2/standard/oli-tirs/2022/044/034/LC08_L2SP_044034_20220409_20220419_02_T1/LC08_L2SP_044034_20220409_20220419_02_T1_thumb_small.jpeg"
I'm not sure if sharing works, but here's my notebook: https://pccompute.westeurope.cloudapp.azure.com/compute/hub/user-redirect/lab/tree/Bolinas.ipynb
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions