diff options
Diffstat (limited to 'geocode.py')
| -rw-r--r-- | geocode.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ """Wrapper around US Census address geocoder API described here: https://www2.census.gov/geo/pdfs/maps-data/data/Census_Geocoder_User_Guide.pdf https://geocoding.geo.census.gov/geocoder/Geocoding_Services_API.pdf + +Also try: + + $ curl --form [email protected] \ + --form benchmark=2020 \ + https://geocoding.geo.census.gov/geocoder/locations/addressbatch \ + --output geocoderesult.csv """ import json |
