azavea / python-omgeo

OMGeocoder - A python geocoding abstraction layer
http://python-omgeo.readthedocs.io/en/latest/
MIT License
36 stars 14 forks source link

Update US Census API base url to use HTTPS #34

Closed sharph closed 7 years ago

sharph commented 7 years ago

According to the US Census:

To improve security and privacy, and by federal government mandate, the U.S. Census Bureau will stop receiving Application Programming Interface (API) calls at http://api.census.gov/data/ on August 28, 2017.

This PR updates the base URL to use HTTPS. The API does not appear to have changed.

sharph commented 7 years ago

Trivial, merging.