After #174, I thought I was fully off of the Google Maps geocoding API, but it seems there are still a few uses.
With the geocache:
$ poetry run oldnyc/geocode/geocode.py --images_ndjson data/images.ndjson --output_format geojson --geocode > /tmp/images.geojson
...
-- Final stats --
77 fifth
27080 title-cross
600 title-address
4060 gpt
58 special
1932 subjects
33807 (total)
vs. without:
$ rm -rf geocache
$ poetry run oldnyc/geocode/geocode.py --images_ndjson data/images.ndjson --output_format geojson --geocode > /tmp/images.geojson
... lots of warnings ...
-- Final stats --
77 fifth
25380 title-cross
0 title-address
2865 gpt
68 special
2223 subjects
30613 (total)
After #174, I thought I was fully off of the Google Maps geocoding API, but it seems there are still a few uses.
With the geocache:
vs. without: