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 taken with a particular camera. The following information is based on the Canon EOS Rebel camera.
comment: Photo of cores collected from the Florida Keys Reef Tract (FKRT) to investigate Holocene coral-reef development. These data are associated with field activity number 2018-301-DD (https://cmgds.marine.usgs.gov/fan_info.php?fan=2018-301-DD). Published as USGS data release DOI:10.5066/F7NV9HJX.
EXIF tags: The tag is listed along with the information used to populate it - which is the same for every image.
ImageDescription: Photograph of coral core collected from the Florida Keys Reef Tract, Florida.
Artist: Lauren Toth 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: gs-g-spcmsc_data_inquiries@usgs.gov Keywords: Dry Tortugas National Park, Florida Keys Reef Tract (FKRT), Florida, Florida Keys, coral, coral reef, Holocene, reef accretion, paleoecology, paleoenvironmental reconstruction, 2018-301-DD, USGS CopyrightNotice: Public Domain - please credit U.S. Geological Survey Caption-Abstract: Photograph of coral core collected from the Florida Keys Reef Tract, Florida.XMP tags: The tag is listed along with the information used to populate it - which is the same for every image.
Caption: Photograph of coral core collected from the Florida Keys Reef Tract, Florida.To extract the information from the image headers using ExifTool, the following command can be used (tested with ExifTool version 10.25):
exiftool.exe -csv -f -filename -GPSTimeStamp -GPSLongitude -GPSLatitude -n -Artist -Credit -comment -keywords -Caption -Copyright -CopyrightNotice -Caption-Abstract -ImageDescription photos/*.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.