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

Accessing new version dataset via cloud-hosted datacube #2

Open
Lavender517 opened this issue Jun 9, 2022 · 2 comments
Open

Accessing new version dataset via cloud-hosted datacube #2

Lavender517 opened this issue Jun 9, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Lavender517
Copy link

Hi, can I ask how could I access the new version dataset, which extends the temporal data to 2021-08-29, via xarray using cloud-hosted datacube?

Thank you!

@iprapas
Copy link
Contributor

iprapas commented Jun 10, 2022

Hi,

Thanks for raising this issue. I'll need to update the README about it. Until then, here you go:

import xarray as xr
import fsspec
import zarr
url = 'https://storage.de.cloud.ovh.net/v1/AUTH_84d6da8e37fe4bb5aea18902da8c1170/uc3/FireCube_time1_x1253_y983.zarr'
ds = xr.open_zarr(fsspec.get_mapper(url), consolidated=True)

@iprapas iprapas self-assigned this Jun 10, 2022
@iprapas iprapas added the documentation Improvements or additions to documentation label Jun 10, 2022
@Lavender517
Copy link
Author

Thanks a lot!

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

No branches or pull requests

2 participants