Description Usage Arguments Value Examples
Get few state vector's attributes for a time period (listing who was present)
1 | minimal_state_vector(session, icao24, wef, til = NULL, bbox = NULL)
|
session |
SSH session to OSN Impala |
icao24 |
(Optional) Single or vector of ICAO24 ICAO 24-bit addresses |
wef |
Start of period of interest (date or datetime) |
til |
(Optional) End of period of interest, if NULL wef_time + 1 day |
bbox |
(Optional) axis aligned bounding box like 'c(xmin, xmax, ymin, ymax)' |
a dataframe of state vectors with distinct icao24, callsign and hour
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
session <- osn_connect("cucu", verbose = 2)
minimal_state_vector(
session,
icao24 = c("3c6589", "3c6757"),
wef = "2019-04-22 00:00:00",
til = "2019-04-22 10:00:00",
bbox = c(xmin = 7.536746, xmax = 9.604390, ymin = 49.36732, ymax = 50.69920)
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.