charlieegan3 / gpxif

CLI to update image EXIF locations and times using a GPX track

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpxif

CLI to update image EXIF locations and times using a GPX track.

Example usage:

go run main.go tag -i ~/Downloads/photos/ -g ~/Downloads/2022-08-01-to-2022-08-07.gpx 

Options:

  • -i sets the source of images
  • -g sets the source of the GPX file
  • --dry-run will cause update operations to be printed without edits being made

About

CLI to update image EXIF locations and times using a GPX track

License:MIT License


Languages

Language:Go 99.5%Language:Makefile 0.5%