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-030-FA (https://cmgds.marine.usgs.gov/fan_info.php?fan=2017-030-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-030-FA Artist: Page C. Valentine Copyright: Public Domain - please credit the U.S. Geological Survey UserComment: Image part of USGS data release https://doi.org/10.5066/P94GOZ7CIPTC 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-030-FA, SEABOSS, sea floor, USGS, ground-truth, https://doi.org/10.5066/P94GOZ7C 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-030-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-030-FA To extract the information from the image headers using ExifTool, the following command can be used (tested with ExifTool version 11.54): exiftool.exe -csv -f -filename -GPSTimeStamp -GPSLongitude -GPSLatitude -n -Artist -Credit -comment -keywords -Caption -Copyright -CopyrightNotice -Caption-Abstract -ImageDescription -UserComment *.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.