Visualization of global flights for pandemic video
-
Python 3.6+
-
ffmpeg (for generating video)
-
Install Python modules:
pip install -r requirements.txt
To just export the frames (with no map background), overwriting any existing frames:
python run.py -overwrite
Export frames and video with a map background:
python run.py -map -overwrite
There are a number of other options available:
python run.py -h