weacast / weacast-grib2json

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

Verbose option causes parsing to fail #5

Closed claustres closed 5 years ago

claustres commented 5 years ago

If you add the verbose flag the parsing of some grib files might fail because the verbose options is transferred to the underlying Java CLI instead of being filtered, which output messages in addition to raw JSON to stdout causing parsing to fail.