Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praneethkarnena/django-google-maps-exif

A simple Django project which extracts GPS info from multiple images, geocodes and plots them on Map.
https://github.com/praneethkarnena/django-google-maps-exif

directions-api django exif geocoding google-maps-api gps python python3

Last synced: about 2 months ago
JSON representation

A simple Django project which extracts GPS info from multiple images, geocodes and plots them on Map.

Awesome Lists containing this project

README

        

## Distance Matrix - Django

This is a simple Django project to calculate shortest distance between any given number of multiple coordinates.

The coordinates are extracted from image EXIF data.

### How this works:

- Enter a Source image
- Enter Waypoints or through-route image(s)
- Enter a Destination image
- The system will calculate the `shortest` path between the Source and Destination, through the Waypoints.
- A beautiful Map is generated