538,249
Flights
1%
Cancellations
35 Minutes
Average Delay
64%
On-time Flights

Please wait...

US Airport Traffic All Airports
The main map was built using the JavaScript library, DataMaps, which primarily uses the D3.js library. This library allows you to create a map visualization and draw bubbles and arcs using coordinates (longitude/latitude). In our implementation, we present the data in JSON format using the JSON data element in the studio, which has all of the information about each airport. We also used an additional JSON element which has the origin and destination name and coordinates for the arcs

Please wait...

Airport Traffic Pattern Top 20
The Airport Traffic visualization is based on the Chord Diagram, which is built using the D3.js library. Like the map, we represent the data in JSON format, which indicates the origin and destination names with the value of the number of flights between each

Please wait...

Delays by Airports Top 20
This chart is based on the D3 Sunburst Visualization, which is a D3.js visualization that represents a sequence of events. For our use case, we needed to show the delays at each airport. This data was represented in JSON format and indicated airport, the delay type and a value; that is, the percentage of overall delays based on type and airport