-
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
nco interoperability #40
Comments
The geotiff-like zarr store does not appear to work, but this is not terribly surprising. Both nco and the python netCDF4 library use the NetCDF-C library to open zarr. I was unable to open this zarr store with the python netCDF4 library (#39), so there's a good chance the issue is in the NetCDF-C library. |
Using the zarr store without compression, I was able to create a zarr store using ncks to do a subset.
I was then able to open this store with xarray:
|
I tried using ncks to read something from s3 and ran into this error:
|
Using ncks version 5.1.9, which is part of the nco tools, I was able to list a zarr store
Data used: #36
To reproduce:
The text was updated successfully, but these errors were encountered: