Filter so6 flight trajectories intersecting a given airspace (2D) and create a simplified so6 file with Python tools
Flight and airspace data are managed with GeoPandas dataframes, incl. intersection of trajectories with 2D airspace polygons.
Run the demo_2D_filtering notebook to see how to build new so6 files from common so6 traffic files
- GeoPandas - GeoPandas is an open source project which extends the datatypes used by pandas to allow spatial operations on geometric types.
- Thomas Dubot
This project is licensed under the MIT License - see the LICENSE.md file for details