grib2json icon indicating copy to clipboard operation
grib2json copied to clipboard

Upgrade version: edu.ucar.grib and edu.ucar.netcdf4

Open bluesbruce opened this issue 4 years ago • 1 comments

Use the latest version.

<dependency>
    <groupId>edu.ucar</groupId>
    <artifactId>grib</artifactId>
    <version>8.0.29</version>
</dependency>
<dependency>
    <groupId>edu.ucar</groupId>
    <artifactId>netcdf4</artifactId>
    <version>4.5.5</version>
</dependency>

bluesbruce avatar Aug 14 '20 03:08 bluesbruce

As this project does not seem to be maintained anymore I will be glad to help integrate a similar PR on our active fork https://github.com/weacast/weacast-grib2json if you are interested.

Thanks.

claustres avatar Oct 05 '20 11:10 claustres