Skip to content

Get fully off of Google Maps geocoding API #188

Description

@danvk

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions