Closed jbusecke closed 2 weeks ago
Thanks Julius. This is a known issue with Zarr V3 (https://github.com/zarr-developers/zarr-python/issues/2324) and is not Icechunk specific.
Ah thanks, I was not quite sure where to raise. Off to hunting for another dataset in the CMIP catalog weee.
Hey folks,
I am trying to prepare some examples of how to virtualize CMIP6 netcdf files (together with @norlandrhagen) and ran into the issue below.
I was trying to do the following:
This seems to work ok with netcdf4 files but I am running into an issue with a particular netcdf 3 dataset.
I ran the following on the latest pangeo-notebook image (2024.10.26)
I then installed
git+https://github.com/zarr-developers/VirtualiZarr
andgit+https://github.com/zarr-developers/VirtualiZarr@RT_kerchunk_bug
and did the following:But when I run
I am getting the following error (full trace below):
This seems to originate here and has something to do with the 'endianess' of the data.
Just wanted to flag this here, and was wondering if there is a workaround for this. It would be amazing to have both netcdf4 and netcdf3 working as a demonstration.