cambecc / grib2json

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

Added Dockerized support #21

Open WernerRaath opened 8 years ago

WernerRaath commented 8 years ago

To make it easier for myself, since I do not have maven etc. installed on my machine, I have created a easy to run Docker for this repo. Thus making it easy to run the grib2json utility without all the dependencies installed on my machine.

I do how-ever get errors on my machine in running the grib2json util, even with the dependencies installed on my machine. Would like some input regarding why the exception is thrown.

claustres commented 7 years ago

This fork might help: https://github.com/weacast/weacast-grib2json.