Skip to contents

The data frame for point trajectories needs to have the following columns:

NameDescriptionTypeflight_id
Flight IDinttime_overTime over point
datetimelongitudeLongitude (decimal degrees)double
latitudeLatitude (decimal degrees)doubleflight_level
Flight levelintpoint_idPoint ID or NO_POINT
charair_routeAir route or NO_ROUTEchar
lobtLast Off-block Timedatetimeseq_id
Positions's sequence numberintcallsignFlight call sign
charregistrationAircraft registrationchar
modelAircraft modelcharaircraft_type
Aircraft ICAO typecharaircraft_operatorAircraft operator
charadepDeparting aerodrome (ICAO) IDchar

Usage

generate_so6(trajectory)

Arguments

trajectory

A data frame for point trajectories.

Value

A data frame for trajectories in SO6 format, see read_so6

for a description of the SO6 format.

Examples

if (FALSE) {
generate_so6(trj)
}