GPSLatitudeRef GPSLatitude GPSLongitudeRef GPSLongitude GPSTimeStamp GSPDateStampJPEG tags: The tag is listed along with the information used to populate it. comment: Photo of grab sample in sampler from a hand-held Nikon 7100 digital camera aboard the R/V Auk during survey 2017-043-FA ( https://cmgds.marine.usgs.gov/fan_info.php?fan=2017-043-FA ). EXIF tags: The tag is listed along with the information used to populate it - which is the same for every image.
ImageDescription: Photo of grab sample in sampler from a sample on Stellwagen Bank, MA from survey 2017-043-FA Artist: Page C. Valentine Copyright: Public Domain - please credit the U.S. Geological SurveyIPTC tags: The tag is listed along with the information used to populate it - which is the same for every image.
Credit: U.S. Geological Survey Contact: WHSC_data_contact@usgs.gov Keywords: Stellwagen Bank, Massachusetts, 2017-043-FA, SEABOSS, sea floor, USGS, ground-truth CopyrightNotice: Public Domain - please credit U.S. Geological Survey Caption-Abstract: Photo of grab sample in sampler from a sample on Stellwagen Bank, MA from survey 2017-043-FAXMP tags: The tag is listed along with the information used to populate it - which is the same for every image. Caption: Photo of grab sample in sampler from a sample on Stellwagen Bank, MA from survey 2017-043-FA To extract the information from the image headers using ExifTool, the following command can be used (tested with ExifTool version 9.4.6.0): exiftool.exe -csv -f -filename -GPSTimeStamp -GPSLongitude -GPSLatitude -n -Artist -Credit -comment -keywords -Caption -Copyright -CopyrightNotice -Caption-Abstract -ImageDescription *.jpg > out.csv The -csv flag writes the information out in a comma-delimited format. The -n option formats the latitude and longitude as signed decimal degrees.