export_allft_so6: Export 'ALL_FT+'-based trajectories to 'SO6' format

View source: R/so6.R

export_allft_so6R Documentation

Export ALL_FT+-based trajectories to SO6 format

Description

Extract ALL_FT+-based trajectories from PRISME database and convert to SO6 format.

Usage

export_allft_so6(wef, til, model = "CTFM", ...)

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 (excluded).

model

the trajectory model, one of FTFM, RTFM, CTFM, CPF

...

extra arguments passed to export_model_trajectory.

Details

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

  • PRU_TEST_USR for the user id

  • PRU_TEST_PWD for the password

  • PRU_TEST_DBNAME for the database name

Value

a dataframe of trajectory segments in SO6 format, see read_so6 for a description of the SO6 format.

See Also

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

Examples

## Not run: 
# BEWARE: this can take some long-ish time
export_allft_so6("2010-06-16", "2010-06-17", model = "FTFM")

# reduce the time scope to get the data quicker (and smaller)
export_allft_so6("2010-06-16 10:00", "2010-06-16T11:00:11")

## End(Not run)

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