项目作者: sHuewe

项目描述 :
Docker application to copy geoinformation from gpx files to images
高级语言: Python
项目地址: git://github.com/sHuewe/gpx-to-exif.git
创建时间: 2020-12-30T17:25:19Z
项目社区:https://github.com/sHuewe/gpx-to-exif

开源协议:MIT License

下载


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

  1. 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