This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
""" | |
Use Google Map's Geocoding service to geocode addresses of breweries using the csv | |
format available from https://www.bcca.com/pflist/. This could technically be used | |
to geocode any csv list of addreses that has the following columns: | |
Name or Address, City, State, Zip | |
""" | |
from datetime import datetime | |
import csv | |
import googlemaps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-12-17T00:10:50.006Z","extensionVersion":"v3.4.3"} |