censusgeocode

Python wrapper for the US Census Geocoder

GPL-3.0 License

Downloads
25.3K
Stars
72
Committers
6
censusgeocode - v0.5.2 Latest Release

Published by fitnr almost 3 years ago

  • Accept either "zip" or "zipcode" as an argument in CensusGeocode.address (#24).
  • Add warning to CensusGeocode.batch() when trying send more than 10,000 records
  • Move packaging metadata to setup.cfg and pyproject.toml
  • Use github actions for automated tests
censusgeocode - v0.5.1

Published by fitnr over 3 years ago

0.5.1

  • Fix empty default values for benchmarks and vintages (#23)
censusgeocode - v0.4.3

Published by fitnr over 5 years ago

  • Fixed bug in parsing addressbatch results in some versions of Python (thanks @summonholmes)
censusgeocode - 0.4.2

Published by fitnr almost 7 years ago

  • Add support for address batch functionality, including to command line tool
  • Add static methods to module
  • Update vintages and benchmarks.
  • Add support for address batch functionality, including to command line tool
censusgeocode - 0.4.0

Published by fitnr almost 7 years ago

  • Add support for address batch functionality, including to command line tool
censusgeocode - 0.3.0

Published by fitnr almost 7 years ago

  • Better error reporting when API is down.
  • Use requests[security] to fix SSL 3 errors, bump required requests version.
  • Combine Py 2 and Py 3 codebases.
  • Add timeout parameter to CensusGeocode.fetch (thanks @mxr)