export_flight_info: Export the flight list

View source: R/nm.R

export_flight_infoR Documentation

Export the flight list

Description

Export the flight list

Usage

export_flight_info(wef, til, lobt_buffer = c(before = 28, after = 24))

Arguments

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)

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 info

See Also

Other read/export: export_allft_so6(), export_apds(), export_event_so6(), export_event_trajectory(), export_flights_at_airport_fr24(), export_flights_fr24(), export_hourly_adsb(), export_model_trajectory(), export_movements(), 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_flight_info("2020-01-20", "2020-01-21")

## End(Not run)

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