Looking to query US State historical temp averages #92
Unanswered
ericshively
asked this question in
General
Replies: 1 comment
-
Good question. At the moment you'd have to go through all the individual station dumps. That's possible (as you described above), but it takes some time for such a script to run. However, the 100 km2 grids could be an option. They are not publicly documented, yet. But you can download them using this URL:
Example:
Visualization could look like that: |
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
-
From initial API documentation, I was going to use Stations to fetch all stations in US, filter them by State column for later aggregating/averaging, then use Normals fetch for every single Station. I think there's like 1,000 stations, so is there a better way to batch this, or get averages across a US state? It would mostly be a 1-off query because I'd cache the data so that I wouldn't be hitting your API again on every request.
Essentially I'm looking to graph data that would be "For each US State, graph the avg. min, max, and avg. temp", similar to you how you do on https://meteostat.net but instead of 1 station, it's the average across all stations within a state.
Beta Was this translation helpful? Give feedback.
All reactions