Skip to content

Instantly share code, notes, and snippets.

@Hermesiss
Created July 14, 2021 19:50
Show Gist options
  • Save Hermesiss/f58370f3ee7e7483bf84fe3f9cc3c791 to your computer and use it in GitHub Desktop.
Save Hermesiss/f58370f3ee7e7483bf84fe3f9cc3c791 to your computer and use it in GitHub Desktop.
batch extract exif data to csv file using exiftool
exiftool -n -G -FileName -GPSLatitude -GPSLongitude -GPSPosition -csv . > ./exif-data.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment