Skip to content

D3 visualization of airline flight delay by airline company, airport, and month of year.

License

Notifications You must be signed in to change notification settings

SIZMW/airline-flight-delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airline Flight Delay Visualization

Teammates:

Description

This project demonstrates a visualization with multiple views on the same data, each of which is able to update and drill down into data based on points selected in other views. Our visualization shows different views on data about airplane arrival delay across different airports, airlines and months of the year.

Dataset

Our data source comes from here, which is from the U.S. Department of Transportation, Bureau of Transportation Statistics.

The columns we specifically extracted from this data are listed below:

  • FL_DATE
  • UNIQUE_CARRIER
  • ORIGIN_AIRPORT_ID
  • ORIGIN_WAC
  • DEST_AIRPORT_ID
  • DEST_WAC
  • DEP_DELAY
  • ARR_DELAY

Visualizations

Bar Chart

Bar Chart

This chart shows the average arrival delay as bar heights, categorized by various airline companies that have had airplanes leave the airports in our data. Overall, we want to show the difference in delays across airlines, indicating which airlines have a tendency to arrive later than estimated.

Selecting a specific airport in the Bubble Chart will filter the data for average delay to airlines arriving to the selected airport.

Selecting a specific month in the Point Chart will filter the data for average delay to airlines and flights in the selected month.

Bubble Chart On U.S. State Map

Bubble Map

This chart shows the locations of the airports on the U.S. state map with a bubble. The size of the bubble for each airport will represent the average arrival delay of airplanes that have taken off from that airport. Overall, we want to show the average arrival delay of airplanes to the specific airport, giving a notion of which airports have a tendency of having flights landing later than expected.

Selecting a specific airline in the Bar Chart will show the bubble sizes of each airport to be the average arrival delay of that airline company to each of the airports where they had flights arriving.

Selecting a specific month in the Point Chart will filter the data for average delay to airlines and flights in the selected month.

Point Chart Across Months

Point Chart

This chart shows the average arrival delay over the course the months in a year. Over the months, the chart shows the average arrival delay, which displays the progression of time and how the average arrival delay changes. Overall, we want to show the change in average arrival delay as time moves forward, either due to technological improvements or better coordination.

Selecting a specific airline in the Bar Chart will show the average arrival delay across the specific year for only that airline.

Selecting a specific airport in the Bubble Chart will show only the average arrival delay at that airport.

Resources

Usage

The visualization can be seen here.

About

D3 visualization of airline flight delay by airline company, airport, and month of year.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published