export_movements: Export the flight list of movements at an airport

View source: R/nm.R

export_movementsR Documentation

Export the flight list of movements at an airport

Description

Export the flight list of movements at an airport

Usage

export_movements(
  apt,
  wef,
  til,
  type = "both",
  lobt_buffer = c(before = 28, after = 24)
)

Arguments

apt

ICAO code of the airport, i.e. "EDDF"

wef

(UTC) timestamp of LOBT With Effect From (included). Liberal format, i.e. "2019-07-14", "2019-07-14 10:21" "2019-07-14T10:21:23Z"

til

(UTC) timestamp of LOBT TILl instant (excluded)

type

Type of movement; 'arr' for arrivals, 'dep' for departures 'both' for arrivals and departures. [default 'both']

lobt_buffer

The number of hours before and after LOBT to query [default before = 28, after = 24]. This is related to how LOBT is stored in the underlying database table.

Value

a data frame of flight movements

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_positions_at_airport_fr24(), export_positions_fr24(), generate_so6(), parse_airspace_prisme(), read_cpr(), read_flights_fr24(), read_positions_fr24(), read_so6()

Examples

## Not run: 
export_movements("EDDF", "2020-01-20", "2020-01-21")

## End(Not run)

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