Replies: 3 comments
-
I'm seeing a similar problem on https://api.weather.gov/stations/wpow1/observations/latest |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is interesting, because Mesowest reports C4253 hasn't reported an observation since 8/13: WPOW1 does have observations, but the API is throwing a 500 because it doesn't like something in the data it's reporting. I would open an operational ticket with the helpdesk on that one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NOTE
Please do not report operational issues (such as outages) here. We can not support these issues via this forum. Please report these as described here: https://weather-gov.github.io/api/reporting-issues
Describe the bug
I'm unable to get the latest observations for the C4253 station as it results in a 404 error.
The station appears to be reporting current conditions on the web site:
https://forecast.weather.gov/MapClick.php?lon=-120.04537582397462&lat=38.47292388552813
To Reproduce
The following call results in a 404:
https://api.weather.gov/stations/C4253/observations/latest
with a correlationId: 9675445d
It's a valid station:
https://api.weather.gov/stations/C4253
The features array is empty when calling:
https://api.weather.gov/stations/C4253/observations
Expected behavior
The current observations for the station.
Screenshots
n/a
Environment
This occurs when I call in a browser and when using cURL.
Beta Was this translation helpful? Give feedback.
All reactions