cambecc / grib2json

converts GRIB2 files to JSON
MIT License
356 stars 154 forks source link

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

Open bluesbruce opened 4 years ago

bluesbruce commented 4 years ago

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>
claustres commented 4 years ago

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.