From 27813426ff18cd8c64584819589eec1ac4068959 Mon Sep 17 00:00:00 2001 From: eneller Date: Mon, 19 Jan 2026 10:42:12 +0100 Subject: [PATCH] begin slides --- src/slides.Rmd | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/slides.Rmd diff --git a/src/slides.Rmd b/src/slides.Rmd new file mode 100644 index 0000000..1bff450 --- /dev/null +++ b/src/slides.Rmd @@ -0,0 +1,33 @@ +--- +title: "Topic 8" +date: "`r Sys.Date()`" +output: beamer_presentation +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = FALSE) +# {cat, child="../README.md"} +``` + +## Task +Develop an R-based software, which will perform the following tasks: + +1. 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 (1) + +2. perform the selections in the graphical user interface (GUI) of your R script, + +3. determine the characteristics of each trajectory according to the parameters: diffusion distance, straightness, duration of travel, mean travel velocity and fractal dimension (2), + +4. using the R library trajr, (4) perform basic statistical analysis of the parameters of daily trajectories from (3): arithmetic mean, variance, quartiles, boxplot, estimate of the density function of the experimental statistical distribution, analyze and interpret them. + + +## Methodology + +1. acquire data using the OpenSky API + +2. use + +## Contribution + +- extended functionality of the `openSkies` R package and created a merge request +