bcd236c522999a57cff5901a1ead62cdf70367e4
TOPIC 8
Develop an R-based software, which will perform the following tasks:
- Download from the OpenSky Network online database the observations of the trajectory of a randomly selected aircraft on a randomly selected flight over at least five days, in uninterrupted continuity, perform the selections in the graphical user interface (GUI) of your R script,
- determine the characteristics of each trajectory according to the parameters: diffusion distance, straightness, duration of travel, mean travel velocity and fractal dimension, using the R library trajr, (4) perform basic statistical analysis of the parameters of daily trajectories from
- arithmetic mean, variance, quartiles, boxplot, estimate of the density function of the experimental statistical distribution, analyze and interpret them.
- Demonstrate the application of the developed software support on a selected example of use. In the final project report, describe the problem, describe the method and the developed software support in the R environment, present and interpret the results, and form a conclusion.
Resources
- The OpenSky Network. (2025). Internet archive of observed aircraft trajectories.
- Schäfer, M, Strohmeier, M, Lenders, V, Martinovic, I, Wilhelm, M. (2014). Bringing Up OpenSky: A Large-scale ADS-B Sensor Network for Research. In Proceedings of the 13th IEEE/ACM International Symposium on Information Processing in Sensor Networks (IPSN), pages 83-94.
- Zheng, Y. (2015). Trajectory Data Mining: An Overview. ACM Transactions on Intelligent Systems and Technology, 61(3), 1–41.
- Thulin, M. (2025). Modern Statistics with R: From wrangling and exploring data to inference and predictive modelling. CRC Press. Boca Raton, Fl.
- McLean, D J, and Skowron Volponi, M A. (2018). trajr: An R package for characterisation of animal trajectories. Ethology, 124, 440–448.
Setup
Use renv to install the correct dependencies using
renv::restore()
Description
Languages
R
100%