After a flight, the SD card is removed from the camera, and all files related to the flight are downloaded and organized by flight number. A customized python program written by Seth Ackerman and Emily Sturdivant, using ExifTool by Phil Harvey (version 10.99) was used to rename image files and to update metadata in image headers. All JPEG images were renamed to ensure unique filenames and compliance with USGS Coastal/Marine Hazards and Resources Program best practices for image naming convention. Resulting filenames indicate the survey ID, flight number and camera ID, image acquisition date, and time in ISO8601 format, and the original image name (in order as listed here and separated by underscore characters). An example filename for this dataset is 2018015FA_f03r01_20180227T180757Z_P0026113.JPG, where 2018015FA is the internal survey ID, f03 is the flight number and r01 is the internal camera ID, 20180227 is the UTC date in format YYYYMMDD, A 'T' is used to separate UTC date from UTC time in format HHMMSS (180757) followed by a Z, and P0026113.JPG is the original raw photo name appended to the end of the new filename.
The following tags were updated with standardized values in the image headers to enhance the metadata available:
Artist-WHCMSC AIM Group
Credit- U.S. Geological Survey
Contact- WHSC_data_contact@usgs.gov
comment- Low-altitude aerial photograph of Plum Island, MA from survey 2018-015-FA (
https://cmgds.marine.usgs.gov/fan_info.php?fa=2018-015-FA).
keywords- Plum Island, MA, 2018-015-FA, UAS, nadir, USGS,
https://doi.org/10.5066/P9O9NSRK
Caption- Low-altitude aerial photograph of Plum Island, MA from survey 2018-015-FA (
https://cmgds.marine.usgs.gov/fan_info.php?fa=2018-015-FA).
Copyright- Public Domain. Please credit U.S. Geological Survey
CopyrightNotice- Public Domain. Please credit U.S. Geological Survey
Caption-Abstract- Low-altitude aerial photograph of Plum Island, MA from survey 2018-015-FA (
https://cmgds.marine.usgs.gov/fan_info.php?fa=2018-015-FA).
ImageDescription- Low-altitude aerial photograph of Plum Island, MA from survey 2018-015-FA (
https://cmgds.marine.usgs.gov/fan_info.php?fa=2018-015-FA).
In the same customized Python program, image headers were updated with positional data from the UAS telemetry log.
First, a time consistency check was conducted between the photos and the telemetry logs. Telemetry logs recorded in Mission Planner software (version 1.3.49) and saved as GPX files were used. Photos were geotagged by adding positions from the GPX file to the images using ExifTool by Phil Harvey (version 10.99). ExifTool uses linear interpolation to determine the position of the device at the time recorded in the image. This creates values for tags GPSLatitude, GPS LatitudeRef, GPSLongitude, GPSLongitudeRef, GPSAltitude, GPSTimeStamp, GPSDateStamp.