GPS tags: The values populated are unique for each station image and based on the information exported from 2014-055-FA_station_data_summary.csv.
GPSLatitudeRef GPSLatitude GPSLongitudeRef GPSLongitude GPSTimeStamp GSPDateStampJPEG tags: The tag is listed along with the information used to populate it, which is the same for every image.
comment: Image grabs from a GoPro digital video camera mounted on the USGS SEABOSS deployed from the R/V Auk during survey 2014-055-FA ( https://cmgds.marine.usgs.gov/fan_info.php?fan=2014-055-FA ).EXIF tags: The tag is listed along with the information used to populate it - which is the same for every image.
ImageDescription: Image grab of the sea floor on Stellwagen Bank from survey 2014-055-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/P9NK9AJPIPTC 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, 2014-055-FA, SEABOSS, sea floor, USGS, ground-truth, https://doi.org/10.5066/P9NK9AJP CopyrightNotice: Public Domain - please credit U.S. Geological Survey Caption-Abstract: Image grab of the sea floor on Stellwagen Bank from survey 2014-055-FAXMP tags: The tag is listed along with the information used to populate it - which is the same for every image.
Caption: Image grab of the sea floor on Stellwagen Bank from survey 2014-055-FATo extract the information from the image headers using ExifTool, the following command can be used (tested with ExifTool version 11.54, slight modifications of the command might be necessary depending on the operating system of the user):
exiftool.exe -csv -f -filename -GPSTimeStamp -GPSDateStamp -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. Whether you use exiftool or exiftool.exe will depend on the system on which the command is being run.
exiftool.exe -csv -f -filename -GPSTimeStamp -GPSDateStamp -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. Whether you use exiftool or exiftool.exe will depend on the system on which the command is being run.