Exif-Gps-Tracer : A Python Script Which Allows You To Parse GeoLocation Data From Your Image Files

Exif-Gps-Tracer is a python script which allows you to parse GeoLocation data from your Image files stored in a dataset.It also produces output in CSV file and also in HTML Google Maps.

Prerequisite

To run this script fluently , (1) You should have Google Maps API (2) You should enable Map JavaScript API in Console

To get an API key,See this documentation… https://developers.google.com/maps/documentation/javascript/get-api-key

Installation

git clone https://github.com/monishmonish/exif-gps-tracer/
cd exif-gps-tracer/
pip3 install –r requirements.txt
python3 plotmap.py

Enter the path of the Dataset folder which contains Images to parse the exif GeoLocation data

Automatically it will store the Lattitude & Longitude coordinates with their respective time stamp in a CSV file excluding “None” values of Lat,Lon in GeoLocation

If GeoTags are not available in an image,It skips them by printing its filename

An HTML file will be generated by running this script,by opening the HTML file,

You can see the scattered plots of the Lattitude & Longitude coordinates in Google Map

Tips

The more scattered region has the highest probability of the victim/target to be in that area.

This plot is purely based on the exif metadata of the Image dataset.

To-Do

Add a circular heat zone showing the probability of target’s existence in that region.

R K

Recent Posts

Install TensorFlow on Ubuntu 18.04: Python venv Setup and Usage

TensorFlow is a free, open-source machine learning platform developed by Google. It is used by major…

10 hours ago

Install Minecraft Server on Ubuntu 18.04: Systemd Setup Guide

Minecraft is one of the most popular games ever made — a sandbox game where players…

11 hours ago

Install CouchDB on Ubuntu 18.04: Setup and Configuration Guide

CouchDB is a free, open-source NoSQL database maintained by the Apache Software Foundation. Unlike traditional relational…

13 hours ago

Install Docker Compose on Ubuntu 18.04: Setup and Usage Guide

Docker Compose is a tool that lets you define and run multi-container Docker applications using a…

13 hours ago

Install PHP Composer on Ubuntu 18.04: Setup and Getting Started

Composer is a dependency manager for PHP. It works similarly to npm for Node.js or pip…

13 hours ago

Install and Configure Squid Proxy on Ubuntu 18.04: Setup Guide

Squid is a full-featured caching proxy server that supports HTTP, HTTPS, and FTP. It is most…

1 day ago