Skip to content

Docker application to copy geoinformation from gpx files to images

License

Notifications You must be signed in to change notification settings

sHuewe/gpx-to-exif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPX To Exif

This python project adds gps information from gpx files to images.

Setup

The project uses docker and docker-compose. If you have installed these dependencies, just clone this repo, put your data to ./source and ./target, modify docker-compose to the timezone of your pictures and run

docker-compose up

What is the meaning of the timezone?

In line 13 from docker-compose you have to provide the correct timezone. Exif data only have stored the plane date-string without offering information about the used timezone. This is why you have to provide this information to the script.

What about the source folder?

The source folder should contain one or multiple gpx-files which cover the timespan from the images in the target folder. All valid gpx files according to gpx version 1.1 are recognized. A suitable android app to provide gpx files is the Secure GPX Tracker app.

Default locations

Default locations can be defined in resources/default-locations.json. If you want to assign a default location for your data, the corresponding name has to be set in docker-compose.yaml

About

Docker application to copy geoinformation from gpx files to images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published