My goal is to extract wind information from data provided to me in the GRIB2 format as it has been done in the attached image.
I was curious if anybody had any experience with this format. I'm not sure if I am going in the right direction or what format I should be exporting it to. My end goal is to display this information through openlayers. So far, I have used gdal_translate to extract specific information ex. Temperature from band 25 (see command below).
gdal_translate -of Gtiff -b 25 weather.grib2 band25.tiff
I also have access to FME Desktop professional edition.

gdal_translatecommand work? What does the output data look like in a GIS such as Quantum? – MerseyViking Jan 31 '12 at 17:01