-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading '.levels' files from Azure blob storage #752
Comments
Hi Edward, can you please share the relevant parts of your server configuration? |
Hi Forman,
|
I, however, have another issue where I cannot list or read files using the DataStore approach for the server config. see the config below: DataStores:
Styles:
|
Hi Ed, it seems, that xcube currently does not support azure blob. I am surprised, that it worked for you using Datasets - or was this still local? because I tried the configuration you mentioned earlier, and I was not able to access the data.
|
It seems we just need to add a new filesystem-based data store, @edd3x would you volunteer for testing? |
@forman Yes, I would like to volunteer to test. Thanks |
@forman, I if the feature has been added and when I can start testing it, |
Closed in 1.0.0.dev3 |
I have xcube server running via a web-app container on MS Azure, and my datasets are saved as '.levels' files and linked to their corresponding 'zarr' files in Azure blob storage. The server loads and displays the '.zarr' files with no issues, but I always get "_The specified resource does not exis_t" error when I set config path files to read level files. I thought the issue was with the "0.link" file so I set the link path to the full URL to the zarrs on the blob storage, but I still get the errors. What can I do to fix this?
Thanks
Edward
The text was updated successfully, but these errors were encountered: