The image files were renamed using a custom python script. The file names were formed using the following pattern Fx-YYYYMMDDThhmmssZ_Ryz.*, where:
- Fx = Flight number
- YYYYMMDDThhmmssZ = date and time in the ISO 8601 standard, where 'T' separates the date from the time, and 'Z' denotes UTC ('Zulu') time.
- Ry = RA or RB to distinguish camera 'RicohA' from 'RicohB'
- z = original image name assigned by camera during acquisition
- * = file extension (JPG or DNG)
The approximate image acquisition coordinates were added to the image metadata (EXIF) ('geotagged') using the image timestamp and the telemetry logs from the UAS onboard single-frequency 1-Hz autonomous GPS. The geotagging process was done using a custom Python script which processes the GPS data from the UAS telemetry log and calls the command-line 'exiftool' software. To improve timestamp accuracy, the image acquisition times were adjusted to true ('corrected') UTC time by comparing the image timestamps with several images taken of a smartphone app ('Emerald Time') showing accurate time from Network Time Protocol (NTP) servers. For this survey, +00:00:02 (2 seconds) were added to the image timestamp to synchronize with corrected UTC time. The positions stored in the EXIF are in geographic coordinates referenced to the WGS84(G1150) coordinate reference system (EPSG:7660), with elevation in meters relative to the WGS84 ellipsoid.
Additional information was added to the EXIF using the command-line 'exiftool' software with the following command:
exiftool ^
-P ^
-Copyright="Public Domain. Please credit U.S. Geological Survey." ^
-CopyrightNotice="Public Domain. Please credit U.S. Geological Survey." ^
-ImageDescription="Low-altitude aerial image of the intertidal zone at Post Point, Bellingham Bay, Bellingham, Washington, USA, from USGS survey 2019-623-FA." ^
-Caption-Abstract="Intertidal zone at Post Point, Bellingham Bay, Bellingham, Washington, USA, from USGS survey 2019-623-FA." ^
-Caption="Aerial image of the intertidal zone at Post Point, Bellingham Bay, Bellingham, Washington, USA, from USGS survey 2019-623-FA." ^
-sep ", " ^
-keywords="Marine Nearshore Intertidal, Post Point, Bellingham Bay, Bellingham, Washington, 2019-623-FA, Unmanned Aircraft System, UAS, drone, aerial imagery, U.S. Geological Survey, USGS, Pacific Coastal and Marine Science Center" ^
-comment="Low-altitude aerial image from USGS Unmanned Aircraft System (UAS) survey 2019-623-FA." ^
-Credit="U.S. Geological Survey" ^
-Contact="
[email protected]" ^
-Artist="U.S. Geological Survey, Pacific Coastal and Marine Science Center"