You have it backwards. My goal is NOT to import other gribs into the app. It is the other way around: I want to use the XYGRIB server to fetch gribs that I can use in my navigation program. I realize I can use XYgrib to download a grib, save it, then import it into another program. I would rather create a script that does that automatically.
My guess is that sites like XYgrib format a request to the NOAA grib site, fetch a subset of their GRIB data, and then deliver it to a user. In other words, they are an interface to the NOAA grib server. Best practices are that they would do this periodically and then re-serve the gribs to users. I just want to fetch those gribs through the XYgrib interface.
So, to be simple: How do I format a request to the XYGrib server to deliver a [compressed] grib fine.
Thanks for the response.