Awesome
EXIF Map
Brief Description
This is a introductory level project wherein we build a command-line Ruby app that extracts the geo data, namely latitude and longitude, from a given image and then shows the location where the image was snapped, on a map.
APIs to be used
The Google Static Maps API - https://developers.google.com/maps/documentation/staticmaps/
Wiki
Here we explain the logic of the command-line app that we have built - https://github.com/SatishTalim/exifmap/wiki
Areas to Explore
- How to save the map to a folder
- How to process many photos
- Convert this into a Sinatra app