generate_so6: Export trajectory profiles to SO6 format

View source: R/so6.R

generate_so6R Documentation

Export trajectory profiles to SO6 format

Description

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

Name Description Type
flight_id Flight ID int
time_over Time over point datetime
longitude Longitude (decimal degrees) double
latitude Latitude (decimal degrees) double
flight_level Flight level int
point_id Point ID or NO_POINT char
air_route Air route or NO_ROUTE char
lobt Last Off-block Time datetime
seq_id Positions's sequence number int
callsign Flight call sign char
registration Aircraft registration char
model Aircraft model char
aircraft_type Aircraft ICAO type char
aircraft_operator Aircraft operator char
adep Departing aerodrome (ICAO) ID char
ades Destination aerodrome (ICAO) ID char

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.

See Also

Other read/export: export_allft_so6(), export_apds(), export_event_so6(), export_event_trajectory(), export_flight_info(), export_flights_at_airport_fr24(), export_flights_fr24(), export_hourly_adsb(), export_model_trajectory(), export_movements(), export_positions_at_airport_fr24(), export_positions_fr24(), parse_airspace_prisme(), read_cpr(), read_flights_fr24(), read_positions_fr24(), read_so6()

Examples

## Not run: 
generate_so6(trj)

## End(Not run)

euctrl-pru/trrrj documentation built on April 15, 2024, 1:24 p.m.