Skip to content

Instantly share code, notes, and snippets.

View cimi's full-sized avatar
☀️

Alex Ciminian cimi

☀️
View GitHub Profile
@cimi
cimi / local_city_names.py
Created March 9, 2011 17:24
Enriches geonames.org information with local city names drawn from Google
import urllib
import urllib2
import json
import pprint
import codecs
import sqlite3
import sys
import logging
import time