Overview of the traffic library
masterThe traffic library is a toolbox for processing and analysing air traffic data, specifically designed for trajectories and airspaces.
Key Capabilities:
- Data Access: Provides methods for analyzing trajectories and airspaces. When specific analysis methods are not used, you can access the underlying data directly via a
pandasdataframe attribute. - Data Sources: Parses and accesses ADS-B traffic from sources like the OpenSky Network or Eurocontrol DDR files. It is designed to be extensible to other sources.
- Visualization:
- Static: Exports images via Matplotlib and Cartopy.
- Dynamic (Jupyter): Supports
ipyleafletandaltair. - Other Formats: Supports exports to CesiumJS and Google Earth.