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)
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 the GeoSetter utility. 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 clock showing accurate time synchronized from Network Time Protocol (NTP) servers. For the Fort Stevens survey on 2017-08-07 the image time stamps from camera "RA" were adjusted by +00:01:14 (+1 minute, and 14 seconds) to synchronize with corrected UTC time. For the Benson Beach survey on 2017-08-08 the image time stamps from camera "RA" were adjusted by +00:01:16 (+1 minute, and 16 seconds) 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:4979), with elevation in meters relative to the WGS84 ellipsoid.
Additional information was added to the EXIF using the command-line 'exiftool' software. For the Fort Stevens imagery the following command was used:
exiftool ^
-P ^
-IPTC:Credit="U.S. Geological Survey" ^
-IPTC:Contact="pcmsc_data@usgs.gov" ^
-EXIF:Copyright="Public Domain" ^
-XMP:UsageTerms="Unless otherwise stated, all data, metadata and related materials are considered to satisfy the quality standards relative to the purpose for which the data were collected. Although these data and associated metadata have been reviewed for accuracy and completeness and approved for release by the U.S. Geological Survey (USGS), no warranty expressed or implied is made regarding the display or utility of the data for other purposes, nor on all computer systems, nor shall the act of distribution constitute any such warranty." ^
-EXIF:ImageDescription="Aerial image of the beach at Fort Stevens State Park, Oregon, USA, from USGS Unoccupied Aircraft System (UAS) survey 2017-666-FA (
https://cmgds.marine.usgs.gov/fan_info.php?fan=2017-666-FA), conducted under Oregon Parks and Recreation Department Scientific Research Permit #024-17" ^
-XMP:Event="Unoccupied Aircraft System survey of the beach at Fort Stevens State Park, Oregon, USA, during USGS field activity 2017-666-FA, conducted under Oregon Parks and Recreation Department Scientific Research Permit #024-17" ^
-EXIF:GPSAreaInformation="Position from UAS onboard autonomous single-frequency GNSS." ^
-EXIF:GPSMapDatum="EPSG:4979 (WGS 84)" ^
-EXIF:Artist="U.S. Geological Survey, Pacific Coastal and Marine Science Center" ^
-IPTC:CopyrightNotice="Public Domain. Please credit U.S. Geological Survey." ^
-IPTC:Caption-Abstract="Aerial image of the beach at Fort Stevens State Park, Oregon, USA, from USGS Unoccupied Aircraft System (UAS) survey 2017-666-FA conducted under Oregon Parks and Recreation Department Scientific Research Permit #024-17" ^
-sep ", " ^
-keywords="Columbia River, Fort Stevens State Park, South Jetty, Oregon, 2017-666-FA, Unoccupied Aircraft System, UAS, drone, aerial imagery, U.S. Geological Survey, USGS, Pacific Coastal and Marine Science Center" ^
-comment="Low-altitude aerial image from USGS Unoccupied Aircraft System (UAS) survey 2017-666-FA conducted under Oregon Parks and Recreation Department Scientific Research Permit #024-17" ^
-Orientation= ^
-XMP:AttributionURL="
https://doi.org/10.5066/P9BVTVAW" ^
-ext DNG ^
-ext JPG ^
For the Benson Beach imagery the following command was used:
exiftool ^
-P ^
-IPTC:Credit="U.S. Geological Survey" ^
-IPTC:Contact="pcmsc_data@usgs.gov" ^
-EXIF:Copyright="Public Domain" ^
-XMP:UsageTerms="Unless otherwise stated, all data, metadata and related materials are considered to satisfy the quality standards relative to the purpose for which the data were collected. Although these data and associated metadata have been reviewed for accuracy and completeness and approved for release by the U.S. Geological Survey (USGS), no warranty expressed or implied is made regarding the display or utility of the data for other purposes, nor on all computer systems, nor shall the act of distribution constitute any such warranty." ^
-EXIF:ImageDescription="Aerial image of Benson Beach at Cape Disappointment State Park, Washington, USA, from USGS Unoccupied Aircraft System (UAS) survey 2017-666-FA (
https://cmgds.marine.usgs.gov/fan_info.php?fan=2017-666-FA), conducted under Washington State Parks and Recreation Commission Scientific Research Permit 170603" ^
-XMP:Event="Unoccupied Aircraft System survey of Benson Beach at Cape Disappointment State Park, Washington, USA, during USGS field activity 2017-666-FA, conducted under Washington State Parks and Recreation Commission Scientific Research Permit 170603" ^
-EXIF:GPSAreaInformation="Position from UAS onboard autonomous single-frequency GNSS." ^
-EXIF:GPSMapDatum="EPSG:4979 (WGS 84)" ^
-EXIF:Artist="U.S. Geological Survey, Pacific Coastal and Marine Science Center" ^
-IPTC:CopyrightNotice="Public Domain. Please credit U.S. Geological Survey." ^
-IPTC:Caption-Abstract="Aerial image of Benson Beach at Cape Disappointment State Park, Washington, USA, from USGS Unoccupied Aircraft System (UAS) survey 2017-666-FA conducted under Washington State Parks and Recreation Commission Scientific Research Permit 170603" ^
-sep ", " ^
-keywords="Columbia River, Cape Disappointment State Park, North Jetty, Washington, 2017-666-FA, Unoccupied Aircraft System, UAS, drone, aerial imagery, U.S. Geological Survey, USGS, Pacific Coastal and Marine Science Center" ^
-comment="Low-altitude aerial image from USGS Unoccupied Aircraft System (UAS) survey 2017-666-FA conducted under Washington State Parks and Recreation Commission Scientific Research Permit 170603" ^
-Orientation= ^
-XMP:AttributionURL="
https://doi.org/10.5066/P9BVTVAW" ^
-ext DNG ^
-ext JPG ^
Additional metadata tags were populated for all of the imagery metadata using the following command:
exiftool ^
-P ^
"-XMP-photoshop:Credit<IPTC:Credit" ^
"-XMP-iptcCore:CreatorWorkEmail<IPTC:Contact" ^
"-XMP-dc:Rights<EXIF:Copyright" ^
"-XMP-dc:Description<EXIF:ImageDescription" ^
"-XMP-exif:all<GPS:all" ^
"-XMP-exif:GPSLatitude<Composite:GPSLatitude" ^
"-XMP-exif:GPSLongitude<Composite:GPSLongitude" ^
"-XMP-exif:GPSDateTime<Composite:GPSDateTime" ^
"-XMP-photoshop:DateCreated<EXIF:DateTimeOriginal" ^
"-XMP-xmp:ModifyDate<EXIF:ModifyDate" ^
"-XMP-dc:Creator<EXIF:Artist" ^
"-XMP-tiff:Make<EXIF:Make" ^
"-XMP-tiff:Model<EXIF:Model" ^
-overwrite_original ^
-ext JPG ^
-ext DNG