Skip to content

Instantly share code, notes, and snippets.

View saurabhhack123's full-sized avatar
🏠
Working from home

saurabh saxena saurabhhack123

🏠
Working from home
View GitHub Profile
@saurabhhack123
saurabhhack123 / Geotagger
Created September 16, 2012 03:54
Geotagger
import os
import webapp2
import urllib2
from xml.dom import minidom
import jinja2
from google.appengine.ext import db
template_dir = os.path.join(os.path.dirname(__file__), 'templates')