From: Scott Gasch Date: Sun, 1 May 2022 05:44:30 +0000 (-0700) Subject: Add curl commandline comment. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=f995224a77488f3469c16a3f504dcf7a1393d834;hp=4b617c7e0e2ea9a83a2c7d98a18e2433c7c92a1a;p=python_utils.git Add curl commandline comment. --- diff --git a/geocode.py b/geocode.py index 15ffff0..3e83d02 100644 --- a/geocode.py +++ b/geocode.py @@ -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 addressFile=@localfile.csv \ + --form benchmark=2020 \ + https://geocoding.geo.census.gov/geocoder/locations/addressbatch \ + --output geocoderesult.csv """ import json