An interactive visualization of worldwide aircraft incidents data from 1996 to 2016 using D3 v5.
A user toggles filter settings and a range slider to only display related data, in addition to finding more on each incident by hovering over a particular incident circle.
GitHub source: https://github.com/farisdurrani/Aircraft-Incidents
Author: Faris Durrani
Implemented: April 2021
This data set contains information about airplane mishaps that have occurred. These might be plane crashes or they could be more minor accidents that happened to a plane. Each data case (row) is an incident. Fields of the data set include date, location, airline, type of plane, phase of the flight, severity, fatalities, and so on.
From the National Transportation Safety Board | Data column info at NTSB Data Dictionary Page
Go to https://farisdurrani.github.io/Aircraft-Incidents/final_activity/index.html.
Alternatively, load the index.html
file on a host. If running on a local computer, follow the step below:
Start an http server for this directory. From command line call
python -m SimpleHTTPServer 8080
(for Python 2) orpython -m http.server 8080
(for Python 3).
For more details including source of data and an in-depth discussion on the interactivity and functions of this project, refer to the description.pdf file.
This work is licensed under a Creative Commons Attribution 4.0 International License.