|
While working with NetCDF and GRIB datasets provided by several customers we noticed a couple of issues with some samples, preventing data access on GeoTools/GeoServer. Such as:
-
a conflict between JAI-imageio jars and UCAR GRIB dependencies. (UCAR grib module depends on an external jj2000 module which conflicts with JAI jj2000 packages. This results into security exceptions due to packages being sealed, so that some GRIB files can't be opened)
-
wrong earth shape parsing when accessing some GRIB2 files with user defined earth shape parameters (semi major axis, semi minor axis)
These bugs have been addressed by UCAR and fixes have been committed as part of release 4.6.2. Upgrading to that dependency should solve these issues.
|