Replies: 5 comments 5 replies
-
Have the same problem. I've reported it to NCO/OMB Tech Control as per the direction at https://weather-gov.github.io/api/reporting-issues. You may wish to as well to get the issue more attention. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the confirmation and reporting information. I have relayed my comments regarding this issue to the email address provided on the issue reporting page you referenced. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. It's such a relief to know I am not the only one. I was tearing my hair out thinking that it must have been some change I made on the server. I will report as well. Lucky I Have a fall back message for such an occasion and none of our clients are complaining yet. |
Beta Was this translation helpful? Give feedback.
-
It looks like the problem has been corrected at this time. |
Beta Was this translation helpful? Give feedback.
-
Yep, it seems to have been corrected. However, if you're pulling the data in GeoJSON format, including the header field "Accept: application/geo+json" may now cause the same issue. That was the situation in my case. The full response would show up in a browser, but not in my software until removing that field (after much mucking around to figure that out). Fortunately, GeoJSON is the default format and I'd stuck in the field just to be thorough. |
Beta Was this translation helpful? Give feedback.
-
When I use the following endpoint:
https://api.weather.gov/gridpoints/TBW/71,111/stations
It seems the response is missing the observationStations array, but then it seems to have some type of encoded URL/list of station IDs in the pagination->next object:
Our code that expects to parse the observationStations[] array to get a station to use for the call:
https://api.weather.gov/stations//observations/latest
to get the latest conditions in that location.
Previously this worked, but appears to fail for any location we specify to the /stations endpoint. I tested this on the NWS API test page and the results are the same. Is this a change the output specification or an anomaly?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions