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

Problem with zarr backend #72

Open
alhojel opened this issue Jun 6, 2024 · 2 comments
Open

Problem with zarr backend #72

alhojel opened this issue Jun 6, 2024 · 2 comments

Comments

@alhojel
Copy link

alhojel commented Jun 6, 2024

Any idea what could be causing this?

Have tried reinstalling xarray and zarr


ValueError Traceback (most recent call last)
in <cell line: 3>()
1 import xarray as xr
2
----> 3 sl_reanalysis = xr.open_zarr(
4 'gs:https://gcp-public-data-arco-era5/co/single-level-reanalysis.zarr-v2',
5 chunks={'time': 48},

ValueError: unrecognized engine zarr must be one of: ['h5netcdf', 'scipy', 'store']

@shoyer
Copy link
Collaborator

shoyer commented Jun 14, 2024

Do you also have the latest version of gcsfs installed? You need that to open data from Google Cloud Storage.

@dabhicusp
Copy link
Collaborator

Hey @alhojel Have you managed to solve the above issue? If so, please close this issue. If not, just give me a shout and I'll do my best to help you out.

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

3 participants