-
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
Panoply interoperability #38
Comments
There are a couple different issues here:
|
@rschmunk - Thanks for talking a look.
|
@christine-e-smit, I'm keeping the open-zarr-as-folder option for devo use only in Panoply until zarr capability in netCDF-Java advances to somewhere past its current optional build status. Besides the problem with missing compressors, there's also that NJ won't "enhance" the data and discover the lon-lat coordinate system because it only supports "pure Zarr v2". Which, it sounds like this geozarr discussion as well as NCZARR and I don't know what else are possibly intended to address. Regarding the lack of compressors, there's probably an issue of there being too many things that the NJ developers are asked to add to the library, so some of them sit in the category of waiting for an outside developer who needs it to step forward and contribute. blosc support might be one of these, but see e.g. Unidata/netcdf-java#889. |
I submitted Unidata/netcdf-java#1307 to address the first problem in Panoply, but there remains some trouble with opening zipped data when the optional zarr code is in the build. And that doesn't begin to address the lack of compressors or useful metadata. |
Some relatively minor issues with netCDF-Java library's ability to work with zarr have been resolved following e.g. Unidata/netcdf-java#1325 and Unidata/netcdf-java#1319. But IMO, there's no more to be done to make an NJ-dependent app such as Panoply better able to work with zarr data stores until larger issues such as compressor availability are addressed. So at this point I'd mark this particular issue as resolved for being out-of-scope. 🙂 |
Using Panoply version 5.2.9, I am unable to open a zarr store.
Data used: #36
Panoply doesn't recognize this as a data type it knows how to open.
The text was updated successfully, but these errors were encountered: