Description Usage Arguments Details Value Examples
A function which plots the flightroute of an aircraft.
1 | PlotAirways(con, ica, start, end, limit = 10)
|
con |
A connection object which is obtained using |
ica |
A character string of the ICAO code of an aircraft (MODE-S CODE). To find a specific MODE-S CODE of an aircraft, go e.g. to Flightradar24.com and choose an aircraft. The left hand pop-up window contains a section describing the aircraft type, registration and MODE-S CODE. |
start |
A character string of the start date and time when the aircraft should start being tracked. Format: "YYYY-MM-DD hh:mm:ss" Time zone must be UTC |
end |
A character string of the end date and time when the aircraft should stop being tracked. Format: "YYYY-MM-DD hh:mm:ss" Time zone must be UTC |
limit |
Is the maximum number of rows queried from the DB. Is set to 10 by default to prevent large queries. |
See also GetHistoricADSBExchange
for further information and how to get the con object
A map plotting the past postion marks of an aircraft in a selected time frame.
1 2 3 4 | ## Not run:
PlotAirways(con = con, ica = "4010EB", start = "2016-06-09 05:32:49",
end = "2016-06-09 18:55:35", limit = 3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.