match_gps_to_twilights: Match GPS fixes to FLightR twilight times
Description
Match GPS fixes to FLightR twilight times
Usage
match_gps_to_twilights(Result, gps, max_time_diff_hours = 6)
Value
A data.frame of matched twilight and GPS records.
Arguments
- Result
A FLightR Result-like object containing twilight times.
- gps
A data.frame with time, lon, and lat columns.
- max_time_diff_hours
Maximum allowed absolute time difference.