airplanes: read the air traffic csv file

Description Usage Arguments Value Author(s) References

Description

reads a csv file recorded by dump1090 and returns it as data.frame

Usage

1
2
airplanes(file, raw = FALSE, min.altitude = -999, max.altitude = 999999,
  unit = "m")

Arguments

file

path to and name of the csv file

raw

logical if TRUE returns the full data set otherwise extract only position/altitude/time with callSign (flightID)

min.altitude

ignore positions below that altitude in the given unit

max.altitude

ignore positions above that altitude in the given unit

unit

default m(eter). If anything else than f(eet) is given the default is used

Value

data.frame

Author(s)

Joerg Steinkamp joergsteinkamp@yahoo.de

References

dump1090


joergsteinkamp/FlightControl documentation built on May 19, 2019, 3 p.m.