Can't read grib dataset #991
-
hello, I'm trying to read grib file download from Copernicus with a java program. `
`
what can I do from java code to have more information about this issue ? I use netcdf 5.4.2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Looks like you are calling NetcdfFile.openInMemory() which doesnt work on GRIB. Call NetcdfDatasets.openDataset(), which is what your code snippet claims. If it fails, send a sample file that it fails on. |
Beta Was this translation helpful? Give feedback.
-
Ok I rebuild my maven dependencies with last version ( and netcdfAll.jar ) and it seems to work. Thanks for informations JohnLCaron |
Beta Was this translation helpful? Give feedback.
Ok I rebuild my maven dependencies with last version ( and netcdfAll.jar ) and it seems to work. Thanks for informations JohnLCaron