Skip to content

Commit

Permalink
Merge pull request #44 from MoenMi/add-census-geocoding
Browse files Browse the repository at this point in the history
Add U.S. Census Geocoding API in Python
  • Loading branch information
vfscalfani authored Mar 1, 2024
2 parents 45cdbf8 + 90347e8 commit d275a06
Show file tree
Hide file tree
Showing 5 changed files with 565 additions and 9 deletions.
10 changes: 10 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,16 @@ parts:
title: "...in Unix Shell"


- caption: GIS
chapters:

# U.S. Census Geocoding
- file: content/scripts/A_overview/census-geocoding_overview
sections:
- file: content/scripts/python/python_census-geocoding
title: "...in Python"


- caption: HUMANITIES
chapters:

Expand Down
17 changes: 17 additions & 0 deletions content/scripts/A_overview/census-geocoding_overview.rst
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>`_
Loading

0 comments on commit d275a06

Please sign in to comment.