cathaypacific8747 / mu5735

ADS-B data and graphs for the crash of MU5735.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mu5735

ADS-B data, graphs and basic analysis for the crash of Chinese Eastern Flight 5735, collected from flightradar24 (granular data, detailed data, coarse data).

For educational purposes only.

Download KML

To generate KML:

$ sudo apt-get install python3-lxml
$ pip3 install urllib3 pandas fastkml shapely colour
$ python3 coarse.py # download data from fr24, save to data/coarse.csv
$ python3 kml.py    # process data from data/combined.csv, output KML

Additional information from CAAC Preliminary Report

Source

14:20:55 - Guangzhou FIR radar indicates "deviation from assigned altitude", no response from flight crew

14:21:40 - Final radar contact: ALT - 3380m/11089ft, GS - 1010kmh/545kt, HDG - 117

Flight Path

Towards east: east

Towards west: west

Top view: top

Entire path: entire

Flight Parameter changes before crash

altitude speed verticalspeed heading

About

ADS-B data and graphs for the crash of MU5735.

License:MIT License


Languages

Language:Python 100.0%