Load and visualize EUROCONTROL R&D data archive air traffic data with Python framework
Air traffic data are stored as pandas / GeoPandas dataframes
The map background is built with contextily
Example 1: visualize EUROCONTROL R&D data archive sample
Example 2: visualize data archive extraction (set of short-haul flights over German upper airspace)
Example 3: analyze some flights data
Run the following notebooks to load and visualize air traffic data:
-
demo_sample: notebook to load and visualize the EUROCONTROL R&D data archive sample
-
demo_archive_load: notebook to load an archive as pandas dataframes
-
demo_archive_filtering: notebook to filter a data archive and export a smaller extraction
-
demo_stats: notebook to load an archive and analyze some flights data with pandas tools
Run the
-
pandas - Python Data Analysis Library
-
GeoPandas - GeoPandas is an open source project which extends the datatypes used by pandas to allow spatial operations on geometric types.
-
contextily - Context geo-tiles in Python
- Thomas Dubot
This project is licensed under the MIT License - see the LICENSE.md file for details
EUROCONTROL R&D archive data & information can be found here