projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b617c7
)
Add curl commandline comment.
author
Scott Gasch
<
[email protected]
>
Sun, 1 May 2022 05:44:30 +0000
(22:44 -0700)
committer
Scott Gasch
<
[email protected]
>
Sun, 1 May 2022 05:44:30 +0000
(22:44 -0700)
geocode.py
patch
|
blob
|
history
diff --git
a/geocode.py
b/geocode.py
index 15ffff07acfb888cb1e3f03f34277f78d44facc6..3e83d023bca918588056dd5e9b8db110d3286641 100644
(file)
--- 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
[email protected]
\
+ --form benchmark=2020 \
+ https://geocoding.geo.census.gov/geocoder/locations/addressbatch \
+ --output geocoderesult.csv
"""
import json