/map-exif

Use google maps to show where a picture's exif data says it was taken. Credit to https://gist.github.com/4090231 + bigsnarfdude's gmaps code

Primary LanguagePython

Map-Exif

Instructions

python get_lat_lon_exif_pil.py /path/to/photo.jpg to show the location the photo was taken. Uses PIL + webbrowser + google maps to grab exif data, parse out lat and long coordinates, pass to google maps.