Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AidenPearce369/exif-gps-tracer
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
https://github.com/AidenPearce369/exif-gps-tracer
detection exif exif-data-extraction exif-gps exif-metadata gps-location gps-tracker gps-tracking image-processing information-extraction information-security infosec python3
Last synced: 10 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/AidenPearce369/exif-gps-tracer
- Owner: AidenPearce369
- Created: 2020-12-20T14:29:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T18:56:41.000Z (almost 4 years ago)
- Last Synced: 2024-04-20T18:48:02.558Z (8 months ago)
- Topics: detection, exif, exif-data-extraction, exif-gps, exif-metadata, gps-location, gps-tracker, gps-tracking, image-processing, information-extraction, information-security, infosec, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 39
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-csirt - exif-gps-tracer
- awesome-hacking-lists - AidenPearce369/exif-gps-tracer - 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 (Python)
README
# exif-gps-tracer
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 ConsoleTo 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