Skip to content

Instantly share code, notes, and snippets.

@RomanPodkovyrin
Last active June 12, 2024 17:52
Show Gist options
  • Save RomanPodkovyrin/a571fbf8279e7a119c6ce21aa3b5e87a to your computer and use it in GitHub Desktop.
Save RomanPodkovyrin/a571fbf8279e7a119c6ce21aa3b5e87a to your computer and use it in GitHub Desktop.

To Set correct Date of the Photo taken

exiftool -DateTimeOriginal="1993:08:06 14:00:43" -CreateDate="1993:08:06 14:00:43" .

Set GSP Coordinates

exiftool -GPSLatitude*=40.6892 -GPSLongitude*=-74.0445 -GPSAltitude*=10 FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment