dfandrich / gpscorrelate

C program to match GPS tracks to photographs, and store the matches in the EXIF data in the photographs.
https://dfandrich.github.io/gpscorrelate/
GNU General Public License v2.0
24 stars 8 forks source link
exif geocoding geolocation gps gpx jpeg

GPSCorrelate

Status

Github Actions Build Status AppVeyor Build status Cirrus Build Status CodeQL Coverage Status

GPSCorrelate was originally written by Daniel Foote. The maintainer is now Dan Fandrich dan@coneharvesters.com.

The GPSCorrelate home page is at https://dfandrich.github.io/gpscorrelate/

What is it?

Digital cameras are cool. So is GPS. And, EXIF tags are really cool too.

What happens when you merge the three? You end up with a set of photos taken with a digital camera that are "stamped" with the location at which they were taken.

The EXIF standard defines a number of tags that are for use with GPS.

A variety of programs exist around the place to match GPS data with digital camera photos, but most of them are Windows or MacOS only. Which doesn't really suit me that much. Also, each one takes the GPS data in a different format.

So I wrote my own. A little bit of C, a little bit of C++, a shade of GTK+, and you end up with... what I have here. I wrote both a command line and GUI version of the program.

Things you should know: