-
Notifications
You must be signed in to change notification settings - Fork 10
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
netCDF4 interoperability #39
Comments
@ethanrd - any idea why the "geotiff-like" zarr store caused python to crash for me? I looked at the metadata, I can't immediately see what the issue is. It does load just fine with xarray.
|
@ethanrd - Can I create a new zarr store using the netCDF4 library? The documentation for the |
@ethanrd - One more question! It looks as though the NetCDF library is having trouble with compression.
gives the error:
I'm almost certain that I talked with someone at Unidata about this more than a year ago, but I can't find where I had the conversation. |
Using python NetCDF4 library version 1.6.2, I was able to load a zarr store.
Data used: #36
The "netCDF-like" zarr store could be opened. The "geotiff-like" zarr store could not be opened.
To reproduce:
The text was updated successfully, but these errors were encountered: