Visualising all aviation accidents from 2000 to 2018 using D3.js .
Done by Bhavyajeet Singh, Vikrant Dewangan as part of the Data Visualization Course (Spring,2020).
Data Visualization is a very powerful tool to capture the audiences. It has the potential to reveal certain details hidden to the norma eye. With Aviation being a booming industry and a lots at stake, it becomes necessary to analyze the happenings and reasons to why an incident has occured. We have tried to collect aviation related incidents from the year 2000 uptill 2018, with drawing visualizations corresponding to each useful relation amongst the attributes.
After cloning the repo, just run a local server -
$: php -S localhost 8080
We have used the following websites for our data
- Aviation Safety Database (https://aviation-safety.net/database/)
- ICAO Official Database (https://www.icao.int/safety/iStars/Pages/API-Data-Service.aspx)
The following libraries were used for extraction of data -
- Cheerio.js (JavaScript)
- Node.Js (JavaScript)
- BeautifulSoup (Python)