weacast / weacast-grib2json

CLI to converts GRIB2 files to JSON
MIT License
40 stars 9 forks source link

Docker Container #18

Closed Suizer98 closed 2 months ago

Suizer98 commented 3 months ago

Hi, appreciate your works on making this compatible with Docker, ever think of containerise this? I forked your repository and made a docker-compose.yml: https://github.com/Suizer98/weacast-grib2json/blob/master/docker-compose.yml

So maybe some ppl can make use of container or even turn it into a small api.

claustres commented 2 months ago

Sorry for the late reply, this repository has been migrated into the mono repository https://github.com/weacast/weacast/tree/master/packages/grib2json. A dockerfile do exists and although we do not publish it you should be able to use it as stated in the README.

Turn it into an API should be possible as well because it can already being integrated as a nodejs module although a command-line is used under the hood.