google-research / arco-era5

Recipes for reproducing Analysis-Ready & Cloud Optimized (ARCO) ERA5 datasets.
https://cloud.google.com/storage/docs/public-datasets/era5
Apache License 2.0
287 stars 22 forks source link

Problem with zarr backend #72

Open alhojel opened 3 months ago

alhojel commented 3 months ago

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://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 commented 3 months ago

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

dabhicusp commented 1 month ago

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.