-
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 #44 from MoenMi/add-census-geocoding
Add U.S. Census Geocoding API in Python
- Loading branch information
Showing
5 changed files
with
565 additions
and
9 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,17 @@ | ||
U.S. Census Geocoding | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
.. sectionauthor:: Michael T. Moen <mtmoen@crimson.ua.edu> | ||
|
||
Brief Overview | ||
**************** | ||
|
||
The U.S. Census Geocoding Services API allows users to obtain geographic information for U.S. addresses. An API key is not required to access this API. | ||
|
||
See the API documentation [#uscg1]_ for more information on accessing the API. Please see the U.S. Census Bureau APIs terms of service [#uscg2]_ for specific information about API policies, data reuse, and allowed use-cases. | ||
|
||
.. rubric:: References | ||
|
||
.. [#uscg1] `<https://geocoding.geo.census.gov/geocoder/Geocoding_Services_API.html>`_ | ||
.. [#uscg2] `<https://www.census.gov/data/developers/about/terms-of-service.html>`_ |
Oops, something went wrong.