The following tags were populated in the JPEG image headers. Information is duplicated in some tags. This was done because different software packages access different tags.
GPS tags: The values populated are unique for each image and based on the information exported from the photo locations shapefile.
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: Photo from down-looking camera on the USGS SEABOSS deployed from the R/V Connecticut during survey 2010-005-FA (<http://woodshole.er.usgs.gov/operations/ia/public_ds_info.php?fa=2010-005-FA>)EXIF tags: The tag is listed along with the information used to populate it - which is the same for every image.
ImageDescription: Photograph of the sea floor offshore of Massachusetts from survey 2010-005-FA Artist: Seth D. Ackerman Copyright: Public Domain - please credit 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: Buzzards Bay Massachusetts, Vineyard Sound Massachusetts, Cape Cod Massachusetts, 2010-005-FA, SEABOSS, seafloor, sea floor, sea-floor, seabed, USGS CopyrightNotice: Public Domain - please credit U.S. Geological Survey Caption-Abstract: Photograph of the sea floor offshore of Massachusetts from survey 2010-005-FAXMP tags: The tag is listed along with the information used to populate it - which is the same for every image.
Caption: Photograph of the sea floor offshore of Massachusetts from survey 2010-005-FATo 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 imgtest/*.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.