Shiny Web App

Shiny App of NY Flights

Shiny Web App that allows exploring the dataset of New York flight delays.
Project image

App: https://jose-lopez-galdon.shinyapps.io/flight_explorer/

Repository: https://github.com/octadelsueldo/Shiny-Flights

Goal of the project

This is a shiny app that allows exploring the delays in the dataset of NY Flights using filters of origin and destiny.

We show histograms of multiple variables depending on the filters. In the case of fixed variables like distance, we show the number as a constant and not as a distribution.

In addition, we could filter by making a box on the map. Plus, we could choose the mapping of another alternative variable and an aggregated function in order to change the size of the points of the airports.

Data

We obtained the data from thenycflights13 dataset. It has the punctuality of the airlines with origin in New York in 2013. Furthermore, it has useful metadata about airlines, airports, climate, and airplanes.

Libraries

library(shiny)library(shinyWidgets)library(shinydashboard)library(nycflights13)library(tidyverse)  library(ggplot2)  library(maps)  library(geosphere)  library(ggmap)library(cowplot)

Members of the group

Octavio del Sueldo: hugo.delsueldo@cunef.edu

Carlos Rodriguez: c.rodriguezvina@cunef.edu

Francisco del Val: francisco.delval@cunef.edu

Jose Lopez: jose.lopez@cunef.edu

Iñigo Martiarena: inigo.martiarena@cunef.edu