Skip to content

Latest commit

 

History

History
executable file
·
47 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

executable file
·
47 lines (22 loc) · 1.28 KB

SIGMET versus ATC sectors

Visualize SIGnificant METeorological informations (SIGMET) and the ATC sectors impacted on 2D maps with Python framework (geopandas, contextily, matplotlib...)

SIGMET data are loaded from json files or from a URL (NOAA web service)

Data are stored as GeoPandas dataframes

The map background is built with contextily

Plotting is realized with matplotlib

Example: SIGMETs over Europe on 16/03/2020

sigmet

Example: French ATC sector volumes impacted by SIGMETs

sectors

Running the tests

Run the demo_sigmet_sectors notebook to see how to load and plot SIGMET and ATC sectors

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.

  • 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 NOAA for providing such useful weather data