export_event_so6: Export "Event"-based trajectories to SO6 format

View source: R/so6.R

export_event_so6R Documentation

Export "Event"-based trajectories to SO6 format

Description

Extract event-based trajectories from PRISME database and convert to SO6 format

Usage

export_event_so6(wef, til)

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

Details

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

  • PRU_CPLX_USR for the user id

  • PRU_CPLX_PWD for the password

  • PRU_CPLX_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_allft_so6(), export_apds(), 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_event_so6("2010-06-16", "2010-06-17")

# reduce the time scope to get the data quicker (and smaller)
export_event_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.