Skip to content

Instantly share code, notes, and snippets.

@ukdave
Last active February 8, 2016 22:22
Show Gist options
  • Save ukdave/892cfe2ba7eab85bdf99 to your computer and use it in GitHub Desktop.
Save ukdave/892cfe2ba7eab85bdf99 to your computer and use it in GitHub Desktop.
Add geotags to photos from a set of GPX files
exiftool \
-api GeoMaxIntSecs=60 -api GeoMaxExtSecs=60 \
-geotag="track1.gpx" \
-geotag="track2.gpx" \
-P .
exiftool \
-api GeoMaxIntSecs=600 -api GeoMaxExtSecs=600 \
-geotag="track1.gpx" \
-geotag="track2.gpx" \
-P '-geotime<${DateTimeOriginal}+01:00' .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment