Description
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 <https://opensky-network.org>. It allows retrieval of flight information, as well as aircraft state vectors.
README.md
openSkies
openSkies provides a set of tools to retrieve, analyze and plot flight information data in R. It includes a client interface to the OpenSky API.
Installation
# Install openSkies from CRAN
install.packages("openSkies")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("Rafael-Ayala/openSkies")