GPS tags: The values populated are unique for each station image and based on the information exported from 2015-017-FA_station_data_summary.csv.
GPSLatitudeRef GPSLatitude GPSLongitudeRef GPSLongitude GPSTimeStamp GSPDateStampJPEG tag: 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 2015-017-FA ( https://cmgds.marine.usgs.gov/fan_info.php?fan=2015-017-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, MA from survey 2015-017-FA Artist: Page C. Valentine Copyright: Public Domain - please credit U.S. Geological Survey UserComment: Image part of USGS data release https://doi.org/10.5066/P9BG490PIPTC 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, 2015-017-FA, SEABOSS, sea floor, USGS, ground-truth, https://doi.org/10.5066/P9BG490P CopyrightNotice: Public Domain - please credit U.S. Geological Survey Caption-Abstract: Image grab of the sea floor on Stellwagen Bank, MA from survey 2015-017-FAXMP tag: 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, MA from survey 2015-017-FATo extract the information from the image headers using ExifTool, the following command can be used (tested with ExifTool version 11.54 running in Cygwin):
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 operating 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 operating system on which the command is being run.