-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from MoenMi/add-bea-and-nws
Add BEA and NWS in Python
- Loading branch information
Showing
5 changed files
with
1,868 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
U.S. Bureau of Economic Analysis | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
.. sectionauthor:: Michael T. Moen <mtmoen@crimson.ua.edu> | ||
|
||
Brief Overview | ||
**************** | ||
|
||
The U.S. Bureau of Economic Analysis (BEA) API provides programmatic access to economic data published by the BEA. A UserID is required for this API, and a rate limit of 100 requests, 100 MB, and 30 errors per minute is enforced. | ||
|
||
See the BEA API documentation [#bea1]_ and BEA API user guide [#bea2]_ for more information on accessing the API. Please check the terms of use [#bea3]_ for more information on the usage of this API. | ||
|
||
*This product uses the Bureau of Economic Analysis (BEA) Data API but is not endorsed or certified by BEA.* | ||
|
||
.. rubric:: References | ||
|
||
.. [#bea1] `<https://apps.bea.gov/API/>`_ | ||
.. [#bea2] `<https://apps.bea.gov/api/_pdf/bea_web_service_api_user_guide.pdf>`_ | ||
.. [#bea3] `<https://apps.bea.gov/API/_pdf/bea_api_tos.pdf>`_ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
National Weather Service | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
.. sectionauthor:: Michael T. Moen <mtmoen@crimson.ua.edu> | ||
|
||
Brief Overview | ||
**************** | ||
|
||
The National Weather Service (NWS) API provides programmatic access to forecasts and alerts published by the NWS. An API key is not required to access this API, but users are required to include a User Agent with all API requests and adhere to an unpublished rate limit (we recommend sending a maximum of 1 request per second). | ||
|
||
See the NWS API documentation [#nws1]_ for more information on accessing the API. Note that the documentation states, "All of the information presented via the API is intended to be open data, free to use for any purpose." | ||
|
||
.. rubric:: References | ||
|
||
.. [#nws1] `<https://www.weather.gov/documentation/services-web-api>`_ |
Oops, something went wrong.