Sample APDF data
data_apdf_sample.Rd
A dataset containing ...
Format
A data frame with ... rows and ... variables:
- ADEP
Aerodrome of DEParture (character)
- ADES
Aerodrome of DEStination (character)
- FLTID
FLighT IDentification (character)
- REG
REGistration (character)
- TYPE
aircraft type (character)
- CLASS
aircraft weight turbulence and engine/propulsion label (character)
- PHASE
label decoding ARRival or DEParture (character) - either ARR or DEP
- FLTRUL
flight rule (character), either I, V, Y, or Z
- STND
parking position of aircraft (character/alphanumeric)
- RWY
landing or arrival runway in ICAO formatting - 2digits and possible Center, Left, Right
- MVT_TIME
actual movemement time, either actual take-off time ATOT or landing time ALDT (POSIXct)
- BLOCK_TIME
actual block time - either actual in-block or off-block time (POSIXct)
- SCHED_TIME
scheduled block time - either scheduled departure or arrival time (POSIXct)
- C40_TIME
time of crossing the 40NM range (POSIXct)
- C40_BRG
bearing from aerodrome (integer)
- C40_LAT
latitude of 40NM crossing (decimal degree)
- C40_LON
longitude of 40NM crossing (decimal degree)
- C40_FL
longitude of 40NM crossing (decimal degree)
- C100_TIME
time of crossing the 100NM range (POSIXct)
- C100_BRG
bearing from aerodrome (integer)
- C100_LAT
latitude of 100NM crossing (decimal degree)
- C100_LON
longitude of 100NM crossing (decimal degree)
- C100_FL
longitude of 100NM crossing (decimal degree)