-
Notifications
You must be signed in to change notification settings - Fork 18
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
Google Zarr store : MethodError: no method matching rebuild(::String, ::UnitRange{Int64}) #317
Comments
Forgot to add that the zstore seems reachable: store = "gs://cmip6/CMIP6/CMIP/MPI-M/ICON-ESM-LR/historical/r5i1p1f1/day/pr/gn/v20210215/"
zopen(store, consolidated=true)
ZarrGroup at GCStore("cmip6") and path CMIP6/CMIP/MPI-M/ICON-ESM-LR/historical/r5i1p1f1/day/pr/gn/v20210215/
Variables: time_bnds latitude time longitude vertices_longitude pr vertices_latitude i |
I just did a small PR to fix this. Here, in this branch https://github.com/JuliaDataCubes/YAXArrays.jl/tree/fix_rebuild waiting now for the tests to pass. In the mean time you could use this branch to open your data set. |
fix by #318 in master. |
Great! Will test tomorrow morning. Cheers! |
@lazarusA, I confirm it solves the problem of this particular dataset. Thanks! :) |
Hello!
I get an error when trying to read a Zarr store on Google platform. Here's a MWE, and current versions used.
The text was updated successfully, but these errors were encountered: