Skip to content

Instantly share code, notes, and snippets.

View sanchi's full-sized avatar

Stefan Sayer sanchi

  • FRAFOS GmbH
  • Berlin
View GitHub Profile
from nominatim import Nominatim
import time
n = Nominatim()
outf = open('geos.txt', 'w')
with open('adrs.txt') as inputfile:
for line in inputfile:
print line
o = n.query("Berlin, "+line)
hi @sems , we are from the SEMS, the SIP Express Media Server, an open source software project that started in 2003 (http://iptel.org/sems). It looks like you are not really using the 'sems' user name at github - would you be willing to pass it on to the SEMS project? many thanks! Stefan