Geotagging with Exiftool

  1. Navigate to https://exiftool.org/ and read.


  1. Download and install package


  1. From command line, execute the following command:

  • exiftool -csv -filename -GPSLongitude -GPSLatitude -GPSAltitude -DateTimeOriginal -n -r /Path/To/Folder/With/Photos > /Path/To/OutputFile/Name_xyat.csv


  1. This will loop through all the photos in the folder and write a .csv with the following columns

  • Longitude

  • Latitude

  • Altitude

  • Date & Time


  1. Import this .csv file as a point dataset in QGIS/ArcGIS/ENVI/Python/R/Google Earth and overlay on map.