Skip to content

Instantly share code, notes, and snippets.

View dnouri's full-sized avatar

Daniel Nouri dnouri

View GitHub Profile
{"schemaVersion": 1, "label": "coverage", "message": "0%", "color": "red"}
@dnouri
dnouri / german_flights_analysis.py
Last active September 7, 2025 22:46
German Flight Routes Analysis based on OpenSky Network Data
#!/usr/bin/env python3
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "pyopensky>=2.15",
# "duckdb>=1.1.0",
# "pandas>=2.0.0",
# "matplotlib>=3.5.0",
# "seaborn>=0.12.0",
# "tabulate>=0.9.0",