Skip to content

Instantly share code, notes, and snippets.

@chizou
chizou / brewery_geocoder.py
Last active March 14, 2019 23:24
brewery-geocoder
#!/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
@chizou
chizou / cloudSettings
Last active December 17, 2021 00:10
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-12-17T00:10:50.006Z","extensionVersion":"v3.4.3"}