-
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 #59 from MoenMi/add-nps
Add NPS in Python Recipe
- Loading branch information
Showing
4 changed files
with
657 additions
and
1 deletion.
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,21 @@ | ||
National Park Service | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
.. sectionauthor:: Michael T. Moen <mtmoen@crimson.ua.edu> | ||
|
||
Brief Overview | ||
**************** | ||
|
||
The National Park Service (NPS) API contains pertinent information about national parks, monuments, and other sites managed by the NPS. An API key is required for this API, and registration can be found on the NPS website [#nps1]_ . Users are required to follow the rate limits of 1000 requests per hour [#nps2]_ . | ||
|
||
See the NPS API documentation [#nps3]_ for more information on accessing the API. Note that the data in the API is "is generally considered in the public domain," according to the API's disclaimer [#nps4]_ . | ||
|
||
.. rubric:: References | ||
|
||
.. [#nps1] `<https://www.nps.gov/subjects/developer/get-started.htm>`_ | ||
.. [#nps2] `<https://www.nps.gov/subjects/developer/guides.htm>`_ | ||
.. [#nps3] `<https://www.nps.gov/subjects/developer/api-documentation.htm>`_ | ||
.. [#nps4] `<https://www.nps.gov/aboutus/disclaimer.htm>`_ |
Large diffs are not rendered by default.
Oops, something went wrong.
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