grib2json
grib2json copied to clipboard
converts GRIB2 files to JSON
When I trying to extract the element data from my gfs file the following error occurs grib2json -d -o ~/path/fieldsAndValues.json ~/path/gfs.t18z.sfluxgrbf00.grib2 javax.json.JsonException: I/O error while closing JsonGenerator at org.glassfish.json.JsonGeneratorImpl.flushBuffer(JsonGeneratorImpl.java:705) at...
Dear all, I've started an effort to create a generic Open Source platform on the weather forecast data topic (https://github.com/weacast) and discovered your work. Weacast is a work in progress...
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...
Hi, I'm currently trying to do a grib webview. Is it possible to run your tool on webserver or something similar? Thanks, Phil/
It seems the lastest production version of ucar.edu grid API has envolved to 4.6.6, and the API has been changed. https://artifacts.unidata.ucar.edu/content/repositories/unidata/edu/ucar/grib/
Hi, I have got to the point where I am trying to launch the grib2json.cmd file. However I am getting this error. ``` /Users/matteveritt/Google Drive/grib2json-0.8.0-SNAPSHOT/bin/grib2json.cmd: line 1: @echo: command not...
Would you like to provide a Java library version of grib2json?
Hello author, can you give me an example of decoding ocean current file? The same as your readme example, or tell me about NOAA data manipulation documentation.