Learn R Programming

⚠️There's a newer version (1.3.0) of this package.Take me there.

openSkies (version 1.2.1)

Retrieval, Analysis and Visualization of Air Traffic Data

Description

Provides functionalities and data structures to retrieve, analyze and visualize aviation data. It includes a client interface to the 'OpenSky' API . It allows retrieval of flight information, as well as aircraft state vectors.

Copy Link

Version

Install

install.packages('openSkies')

Monthly Downloads

354

Version

1.2.1

License

CC BY-NC 4.0

Maintainer

Rafael Ayala

Last Published

April 3rd, 2024

Functions in openSkies (1.2.1)

getRouteMetadata

Retrieve metadata for a specified route
openSkiesAircraft

An R6Class object representing an aircraft
getSingleTimeStateVectors

Retrieve all state vectors received at a given time point
getVectorSetListFeatures

Get positional features of a list of openSkiesStateVectorSet objects
getVectorSetFeatures

Get positional features of an openSkiesStateVectorSet object
getIntervalStateVectors

Retrieve all state vectors received during a time interval
openSkiesFlight

An R6Class object representing a specific flight
getOSNCoverage

Retrieve coverage of the OpenSky Network for a given day
openSkiesAirport

An R6Class object representing an airport
openSkiesRoute

An R6Class object representing a flight route
plotRoute

Plot a single aircraft route
openSkiesStateVector

An R6Class object representing an aircraft state vector
plotPlanes

Plot the location of a set of aircrafts
openSkiesStateVectorSet

An R6Class object representing an ensemble of aircraft state vectors
plotRoutes

Plot several aircraft routes
getAirportMetadata

Retrieve metadata for a specified airport
getIntervalFlights

Retrieve all flights registered during a time interval
getAircraftFlights

Retrieve flights performed by a specified aircraft during a time interval
getAircraftMetadata

Retrieve metadata for a specified aircraft
findFlightPhases

Find the phases of a flight based on altitude, vertical rate and speed
ADSBDecoder

An object of class adsbDecoder object representing a decoder used to decode ADS-B v2 messages
getAirportDepartures

Retrieve flight departures from a specified airport
getAirportArrivals

Retrieve flight arrivals into a specified airport
getAircraftStateVectorsSeries

Retrieve a series of state vectors received from a specified aircraft during a given time interval
clusterRoutes

Cluster aircraft trajectories based on positional features