-
Notifications
You must be signed in to change notification settings - Fork 262
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
Incompatibility with zarr data created by xarray #2252
Comments
Tagging @DennisHeimbigner as well. |
Is there anyway you can send me the xarray zarr data. If it is in a file hierarchy, |
You should be able to attach a zip file to this issue. |
|
It appears to work with the current netcdf-c main branch. So I guess there was |
Good news - Thanks! |
I'm looking into the compatibility between xarray/zarr and netcdf-c.
See also: pydata/xarray#6374, zarr-developers/zarr-specs#41
I'm able to open with
xarray
zarr data created usingnetcdf-c
+mode=xarray
.However, I'm getting wrong values when I try to access with
netcdf-c
zarr data created byxarray
.For example, when I run
ncdump
on zarr data created byxarray
, I get this:This is the expected output:
Here is the python code to reproduce the example above.
Am I doing something wrong, or
netcdf-c
is not compatible with zarr data created usingxarray
?cc: @alexamici @aurghs @joshmoore
The text was updated successfully, but these errors were encountered: