You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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']
The text was updated successfully, but these errors were encountered: