Historical Observations by Station and Date #275
Unanswered
LatitudeAdjustment
asked this question in
Q&A
Replies: 4 comments
|
No, the API does not retain historical data. Our current retention target is 7 days. Archive data can be requested from NCEI. |
0 replies
|
Ok, API by date would be useful. I will consult NCEI for archive data. |
0 replies
|
The time parameter should be in ISO8601 format, e.g.: https://api.weather.gov/stations/KHPN/observations/2020-10-14T14:56:00+00:00 This is for retrieving single observations. |
0 replies
|
Ok, thank you. |
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.
Is it possible to obtain historical observations by station and date? I am using "/stations/KHPN/observations" to request station KHPN current observations. As expected a FeatureCollection of observations from today (2020-10-14T12:56:00+00:00) back to 2020-09-19T02:56:00+00:00 is returned.
However, I would like to obtain historical observations by date if possible, something like: "/stations/KHPN/observations/2020-10-01". Is this data available? Is there a time format for "/stations/KHPN/observations/{time}" that would allow me to make such a request?
Thanks and best regards,
Mark
All reactions