Generate air traffic heatmap from so6 air traffic files
Each so6 file is stored as a table (dataframe) with pandas
A 2D visualization of trajectories is realized with ipyleaflet
Example: heatmap
The entire code is available in the file air-traffic-heatmap.ipynb
- pandas - Python Data Analysis Library
- ipyleaflet - Interactive maps in the Jupyter notebook
- Thomas Dubot
This project is licensed under the MIT License - see the LICENSE.md file for details