linkFlightToMetadata.Rd
Read all flight logs in a given folder and merge with data from a selecVideos()
data frame by time.
linkFlightToMetadata( ROOTfolderpath = NULL, flightlog_extension = ".srt", selected_videos = NULL, flightlog_datetime = NULL, timezone = NULL, ... )
ROOTfolderpath | full path to folder where all the flight logs to be processed are at (without a final slash). E.g. '/Users/you/Desktop' |
---|---|
flightlog_extension | string. Choose between .srt or .csv file entension. |
selected_videos | data.frame from the |
flightlog_datetime | string with column name of selected_videos containing the date and time. |
timezone | string. Add the correct timezone where the drone videos were taken, as per the R base notation (for additional information, see |
... | If |
A data frame merging information from flight logs to every event exported by the selectVideos()
or selectAudios()
.
Alexandre Machado