diff options
| author | Scott Gasch <[email protected]> | 2022-04-30 22:44:30 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-04-30 22:44:30 -0700 |
| commit | f995224a77488f3469c16a3f504dcf7a1393d834 (patch) | |
| tree | fc09d2dc64c2ede1edf00e302988e772b8d9c14d | |
| parent | 4b617c7e0e2ea9a83a2c7d98a18e2433c7c92a1a (diff) | |
Add curl commandline comment.
| -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 |
