EnumTypedef 'null' does not exist in a parent Group? #1475
Replies: 4 comments 11 replies
-
Could you point me to a specific sample file that fails, as well as the version of the C library you are using in netCDF-Java? |
Beta Was this translation helpful? Give feedback.
-
The file that's triggering the exception is on Dropbox. Unfortunately, it's about 250 MB. I'm not quite sure if this an actual in-distribution product or something one of the developers was experimenting with. It's something that was originally sent my way a few weeks ago because of a separate issue in how Panoply was displaying metadata. The problem is occurring on two Macs, one of which is using netCDF-C installed via MacPorts and the other via Homebrew. Both are apparently 4.9.3. I'll try to extract some more logging diagnostics on Friday and see if I can track down what specific variable or whatever in the file is triggering the exception. |
Beta Was this translation helpful? Give feedback.
-
Perhaps an interesting datapoint. I can open and read the file using the netCDF-C library for reading in netCDF-Java no problem with:
and I can see some ENUM variables in the
I'll also note that the file does not contain the |
Beta Was this translation helpful? Give feedback.
-
FWIW: After adding some logging to Prior to getting to that point, the enums in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Having enabled my code to tell netCDF-Java to hook into the netCDF-C library, I suddenly find that a sample HDF5 dataset that I was able to open a week ago now fails with the following stacktrace. I have absolutely no idea what to think of this. Is this evidence of a bug somewhere? Do I need to revise my fairly simple nj22config.xml file? Any ideas? The file in question an OPERA L2 data product from JPL.
Beta Was this translation helpful? Give feedback.
All reactions