minimal_state_vector: Get few state vector's attributes for a time period (listing...

Description Usage Arguments Value Examples

View source: R/state-vector.R

Description

Get few state vector's attributes for a time period (listing who was present)

Usage

1
minimal_state_vector(session, icao24, wef, til = NULL, bbox = NULL)

Arguments

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

Value

a dataframe of state vectors with distinct icao24, callsign and hour

Examples

 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)

espinielli/osn documentation built on Aug. 12, 2021, 5:17 a.m.