Analyising the covid-19 outbreak spread using flight routes data and confirmed cases data to determine the infection across locations. Through the analyiss of the flight routes networks, the key contributing infection paths and hubs can be identified. This student project was developed during the unit CITS4403 Computational Modelling also called complexity science.
Create the environment to run the notebook use:
conda env create -f environment.yml
If you already have the environment setup and need to install new packages while the environment is activated:
conda env update --file environment.yml
- coronavirus_infection_path.ipynb (Infection Graph Analysis)
- coronavirus_timeline.ipynb (Analysing various attributes of Routes Network with COVID-19)
- COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University
- Airport Locations and Flight Routes Dataset
- Australian Border closures
- Border closures: restrictions.info, Al Jazeera
We assume that most cases of the virus that spread into different countries was due to air travel (rather than boat, foot, etc.)