Florian
Florian
Alright, thanks! So in this case the chunking fails unless the dimensions are renamed. The solution would therefore be something like: ```python ds = xr.open_dataset("instrument_data.nc", decode_cf=True, mask_and_scale=True) ds.variables["relative_spectral_covariance"].dims = ("x0",...
You are right, it also fails. It does work with `2023.11.0`. It's `instrument_data.nc` that fails to open, the other files work. I should have checked this before, feel free to...
Yes, but I will have to do so tomorrow. That's the dump: ``` netcdf instrument_data { dimensions: bands = 21 ; columns = 4865 ; detectors = 3700 ; rows...
@djhoese nope, I noticed that they did quite some changes to handling dimensions in the recent update and that it takes me a bit longer to understand what their roadmap...
A happy new year @djhoese! I opened an issue upstream https://github.com/pydata/xarray/issues/8579 and I am not sure how to continue from there, but I guess this has to be changed here...
Yes, great @mraspaud, I was a little fast accepting our fate here. I currently pinned xarray and I am happy to wait until this is fixed assuming that this will...
Not that I know, we have to wait if anything happens in https://github.com/pydata/xarray/issues/8579. We currently pinned xarray to `2023.11.0`
I don't have a lot of time to pick that up myself in the coming weeks, but would you be able to pinpoint what exactly needs to be done in...
@mraspaud awesome, thank you a lot!
Thanks again @mraspaud, now it has also been released