export_flights_at_airport_fr24: Export FlightRadar24 flight movements at an airport in an...

View source: R/fr24.R

export_flights_at_airport_fr24R Documentation

Export FlightRadar24 flight movements at an airport in an interval of time

Description

Extract FlightRadar24 flight movements in the specified period at an airport

Usage

export_flights_at_airport_fr24(wef, til, apt, flow = "ALL")

Arguments

wef

(UTC) timestamp of With Effect From (included)

til

(UTC) timestamp of TILl instant (excluded)

apt

IATA code of an airport, i.g. PSA for Pisa "Galileo Galilei"

flow

the flow of flights: "ARR" for arrivals, "DEP" for departures, "ALL" for both (default "ALL")

Details

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

Value

a dataframe of flights

See Also

Other read/export: export_allft_so6(), export_apds(), export_event_so6(), export_event_trajectory(), export_flight_info(), 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_flights_at_airport_fr24("2017-09-01T00:00:00", "2017-09-02T00:00:00",
            "SVG",
            flow = "ARR")

# only 2 hours interval
export_flights_at_airport_fr24("2017-09-01 10", "2017-09-02T11:00:00",
            "SVG",
            flow = "ARR")

## End(Not run)

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