You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just thought I'd share an issue I've been having since June 6th. I used to grab hourly observations from https://w1.weather.gov/xml/current_obs/all_xml.zip that had textDescription, but now that path no longer exists. The forecast.weather.gov replacement does not work either. I really don't want to call /stations/{stationId}/observations/latest thousands of times to get what I used to get in a single call.
I recently stumbled upon the aviationweather.gov API and spotted the gz files at the bottom of their OpenAPI interface. I was going to use the METAR gz there, but then realized it was missing the textDescription attribute I use for various pieces of my project.
Is there a way you all can supply the gz files of observations in the same fashion that aviationweather.gov does?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just thought I'd share an issue I've been having since June 6th. I used to grab hourly observations from https://w1.weather.gov/xml/current_obs/all_xml.zip that had
textDescription
, but now that path no longer exists. The forecast.weather.gov replacement does not work either. I really don't want to call /stations/{stationId}/observations/latest thousands of times to get what I used to get in a single call.I recently stumbled upon the aviationweather.gov API and spotted the gz files at the bottom of their OpenAPI interface. I was going to use the METAR gz there, but then realized it was missing the
textDescription
attribute I use for various pieces of my project.Is there a way you all can supply the gz files of observations in the same fashion that aviationweather.gov does?
Beta Was this translation helpful? Give feedback.
All reactions