Replies: 2 comments
-
From https://www.weather.gov/documentation/services-web-api:
Make sure to following the required "Authentication" by setting |
Beta Was this translation helpful? Give feedback.
-
If you need station metadata you might look into what's available from NCEI. They have their own batch data download capabilities. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Does anybody know how many requests I could place concurrently without throttling or having my IP blocked-- or what the rate limit for the API is?
I'm doing a project where I grabbed a list of the coordinates for the NOAA NWS historical weather stations and wanted to grab a daily forecast for those locations. Turns out there's about 85,000 U.S. weather stations.
I'm using a pyspark notebook and the asyncio library to help batch and place these requests concurrently. Below is a snippet of the configurations:
Beta Was this translation helpful? Give feedback.
All reactions