Previously I have worked on a project that reads and displays wind direction forecast using GRIB data retrieved from the following NOAA website:
http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl
The GRIB data downloaded is then converted to JSON object using utility tool 'grib2json'.
However, I was asked to take in GRIB data from the following Japan website instead:
However, I realized that the GRIB format for both sources is different. And the utility 'grib2json' does not work on GRIB data from Japan.
I need help on how to convert the Japan GRIB data to JSON so that I can still reuse my source codes to display the wind direction forecast.