You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't clear what the hard API rate / volume limits are for accessing weather forecast data from the API. For some types of data, like alerts, it appears possible to request extremely large geographic areas (potentially the entire country) in a single API call. However. for forecast data it seems we have to request one specific forecast grid point at a time. Further, the time required for the API to return data is (relatively speaking) slow, and errors are common.
Our app currently only supports a few states, however we are rolling out nationwide support soon. All our app data requests go through our servers, which perform intelligent caching so that the only requests we perform to the NWS are to retrieve new data only as needed. Even so, the volume of data required to provide forecast data across the country would be very significant.
Is there a method to retrieve forecast and hourly forecast data in bulk using the API, so we aren't requesting a single gridpoint at a time?
If not are there other methods of accessing NWS forecast data, such as bulk binary blobs or such, that we can use for maximum efficiency in retrieving data?
This discussion was converted from issue #169 on April 10, 2021 00:39.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It isn't clear what the hard API rate / volume limits are for accessing weather forecast data from the API. For some types of data, like alerts, it appears possible to request extremely large geographic areas (potentially the entire country) in a single API call. However. for forecast data it seems we have to request one specific forecast grid point at a time. Further, the time required for the API to return data is (relatively speaking) slow, and errors are common.
Our app currently only supports a few states, however we are rolling out nationwide support soon. All our app data requests go through our servers, which perform intelligent caching so that the only requests we perform to the NWS are to retrieve new data only as needed. Even so, the volume of data required to provide forecast data across the country would be very significant.
Is there a method to retrieve forecast and hourly forecast data in bulk using the API, so we aren't requesting a single gridpoint at a time?
If not are there other methods of accessing NWS forecast data, such as bulk binary blobs or such, that we can use for maximum efficiency in retrieving data?
Beta Was this translation helpful? Give feedback.
All reactions