Match
Pairs photo capture times with the closest points on a GPX timeline.
Desktop app · Python
Released projectA Windows desktop app that matches photo timestamps to a recorded GPX track, previews the result, and writes GPS metadata to safe copies of the originals.
The problem
Photos from cameras without built-in GPS still contain accurate capture times. TrailTag connects those timestamps to points in a GPX track so a folder of images can regain its location context without editing the only copy.
What it does
Pairs photo capture times with the closest points on a GPX timeline.
Lets the user review proposed matches before committing metadata changes.
Writes the results to safe copies, preserving the original photo files.
Turns a Python workflow into an approachable Windows application.
What I focused on