-
Notifications
You must be signed in to change notification settings - Fork 3
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 get_item() #125
Comments
In this case, is This is potentially related to #72 |
There's no .zgroup. Is this a to_zarr problem? It's a basic netcdf with 4 arrays the same shape, no groups (or does group mean something different to Zarr than netcdf?) How should I generate a Zarr with Python? |
Just looking at a stack trace, the error is coming out of Line 612 in 7b3fd72
I haven't learned how that stuff works yet so am not much help debugging. But I don't think it has to do with metadata or groups. Here's the stack trace:
But this: Line 347 in 7b3fd72
expects format and level Presumably the other entries in that list should just be ignored in do.call? |
awesome thanks, I will certainly be exploring this more deeply, I definitely need to imbibe the zarr spec too |
We need to get zarr v3 implemented in pizzarr still. My colleague Mike Johnson has been making good progress with pizzarr and rnz -- I think you'll find it's pretty ok. Still rough around the edges, but very usable. |
Is there discussion of virtualization, the kerchunk/VirtualiZarr stuff? I don't know the spec enough to know if that's a requirement but it's very important. I'm having convos about the Rust lib zarrs and various discussions where I mention this project and you (I will email you). |
Do you mean you need support for a |
Describe the bug
I see this error with this remote store, it's exactly the same error with the store locally.
Any ideas? I can't find those unused arguments in the source here.
I see same issue on Linux and windows. Thanks for consideration! I have the code I used to generate the zarr below.
Generate zarr from netcdfs "ENDPOINT=https://projects.pawsey.org.au"
The text was updated successfully, but these errors were encountered: