export_apds: Export APDS (airport) data

View source: R/nm.R

export_apdsR Documentation

Export APDS (airport) data

Description

Extract APDS data from PRISME database. Note: there are 129 columns...

Usage

export_apds(wef, til)

Arguments

wef

date of With Effect From (included)

til

date of TILl instant (excluded)

Details

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

  • PRU_ATMAP_USR for the user id

  • PRU_ATMAP_PWD for the password

  • PRU_ATMAP_DBNAME for the database name

Value

a dataframe of airport reported movements

See Also

Other read/export: export_allft_so6(), 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(), export_positions_fr24(), generate_so6(), parse_airspace_prisme(), read_cpr(), read_flights_fr24(), read_positions_fr24(), read_so6()

Examples

## Not run: 
export_apds("2019-04-10", "2019-04-11")

## End(Not run)

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