Skip to content

Latest commit

 

History

History
executable file
·
46 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

executable file
·
46 lines (21 loc) · 1.43 KB

Map flight tracking

Visualize flight tracks on a map with Python framework (geo/moving/pandas, contextily...)

Flight data are stored as pandas / GeoPandas dataframes

Trajectory is built with movingpandas and interpolation and projection are realized with movingpandas functions

The map background is built with contextily

The final animated gif is built with PIL and matplotlib

Example: one flight from Marrakesh to Rome

flight

Running the tests

Run the demo-flight-tracking notebook to see how to build the Marrakesh-Rome example

Built With

  • 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.

  • movingpandas - Implementation of Trajectory classes and functions built on top of GeoPandas

  • contextily - Context geo-tiles in Python

Authors

  • Thomas Dubot

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thanks to Anita Graser for her tutorials and videos on movingpandas