GEFS data source unavailable #260
-
I am trying to use GEFS data. https://planetarycomputer.microsoft.com/dataset/storage/noaa-gefs The documentation says that the data have to be accessed via an Azure blob. I'm learning the Azure processing for R with AzureStor library. At the moment, I'm just doing a basic import of the data and trying to parse the object to understand it better, but I can't get the data imported. My code so far is
I get this error:
I pasted the URL in my browser and I download a file, so it seems to me that there is some kind of resource. What am I doing wrong in Planetary Computer? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry, I've never used the Glancing at the readme, though, you might want something like storage_endpoint("https://noaagefs.blob.core.windows.net")
cont <- blob_container(endp, "gefs")
list_blobs(cont) The storage account is |
Beta Was this translation helpful? Give feedback.
Sorry, I've never used the
AzureStor
library before :/Glancing at the readme, though, you might want something like
The storage account is
https://noaagefs.blob.core.windows.net
. The URL you had in there is a full Blob URL.