Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/praneethkarnena/django-google-maps-exif
- Owner: PraneethKarnena
- License: gpl-3.0
- Created: 2019-09-07T22:07:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:08:23.000Z (about 2 years ago)
- Last Synced: 2024-04-17T00:59:19.420Z (9 months ago)
- Topics: directions-api, django, exif, geocoding, google-maps-api, gps, python, python3
- Language: Python
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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