Skip to content

D3 Visualization of 2018 US Bureau of Transportation Statistics Air Travel within the U.S.

Notifications You must be signed in to change notification settings

paul-tqh-nguyen/us_air_travel_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

US Air Travel Visualization (2018)

This is a visualization of air U.S. air travel in 2018.

A live demo can be found here https://paul-tqh-nguyen.github.io/us_air_travel_visualization/

The data used came from the U.S. Bureau of Transportation Statistics and the Global Airport Database.

The visualization is implemented in D3.js.

Data preprocessing was done via Pandas.

Notes about the visualization:

  • Each dot represents a city market, i.e. the region that a set of possibly many airports serves. Thus, each dot can represent one or more airports.
  • The edges between two city markets represents the number of passengers shared between the two city markets, i.e. the minimum of the number of passengers going one way and the number of passengers going the other way.
  • Hover over a city market to temporarily reveal the relevant flight paths.
  • Click on a city market to make the flight paths stay.
  • Hover over or click the flight paths to show flight information.

About

D3 Visualization of 2018 US Bureau of Transportation Statistics Air Travel within the U.S.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published