Skip to content
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

data cubes are gone #17

Open
gdkrmr opened this issue Apr 8, 2024 · 0 comments
Open

data cubes are gone #17

gdkrmr opened this issue Apr 8, 2024 · 0 comments

Comments

@gdkrmr
Copy link

gdkrmr commented Apr 8, 2024

running the examples on [1] gives an error because the are not publically accessible any more. The example only works from within deep.earthsystemdatalab.net

 >>> from xcube.core.store import new_data_store
>>> store = new_data_store("s3", root="deep-esdl-public", storage_options=dict(anon=True))
>>> ds = store.open_data('polar-100m-1x2048x2048-1.0.1.zarr')

[...]


    raise EndpointConnectionError(endpoint_url=request.url, error=e)
botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "https://deep-esdl-public.s3.de-ul-sg-aug.amazonaws.com/polar-100m-1x2048x2048-1.0.1.zarr/.zmetadata"

[1] https://deepesdl.readthedocs.io/en/latest/datasets/polar-100m-1x2048x2048-1-0-1-zarr/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant