export_positions_fr24: Extract FR24 flights list for a time interval at an airport

View source: R/fr24.R

export_positions_fr24R Documentation

Extract FR24 flights list for a time interval at an airport

Description

You need to store your credentials to access the FR24 tables in the following environment variables:

  • PRU_FR24_USR for the user id

  • PRU_FR24_PWD for the password

  • PRU_FR24_DBNAME for the database name

Usage

export_positions_fr24(wef, til)

Arguments

wef

(UT) timestamp of With Effect From (included)

til

(UT) timestamp of TILl instant (excluded)

Value

a dataframe of position reports

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

Examples

## Not run: 
export_positions_fr24("2017-09-01T00:00:00Z", "2017-09-01T06:00:00Z")
export_positions_fr24("2017-09-01 10:05:00Z", "2017-09-01T11:33:00")

## End(Not run)

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