coreylynch / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%