Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 1.96 KB

README.md

File metadata and controls

35 lines (17 loc) · 1.96 KB

Aircraft Incidents (1995-2016)

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

Data

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

How to Run

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) or python -m http.server 8080 (for Python 3).

More Information

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.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.