Unable to download datasets using signed URLs #226
-
BackgroundFollowing documentation for Signing a URL with a Token under Using Tokens for Data Access IssueWhen trying to download datasets BlobNotFound error is produced. Steps to Reproduce
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Are you actually using the url Just to be clear, you should be using URLs from the assets on the STAC items. For example, the item at https://planetarycomputer.microsoft.com/api/stac/v1/collections/naip/items/hi_m_2015561_sw_05_060_20211226_20220909 includes a link to https://naipeuwest.blob.core.windows.net/naip/v002/hi/2021/hi_060cm_2021/20155/m_2015561_sw_05_060_20211226_20220909.200.jpg. |
Beta Was this translation helpful? Give feedback.
-
This is the actually asset I am interested in using: But it seems like this asset does not have a blobstorage URL but rather a path |
Beta Was this translation helpful? Give feedback.
Mmm, I'm not sure. In general, we recommend not making copies of the data locally. We recommend computing on the data in place.
If you're transforming / filtering the data, you could try something like
df.to_parquet("local.parquet")
.If you're just copying raw data (untransformed) I would suggest azcopy.