Skip to content

Arrival time prediction for Lufthansa flights arriving at Frankfurt (EDDF) using ADS‑B data, H3 hex‑grid features, and machine‑learning models (MLP, XGBoost, LSTM).

License

Notifications You must be signed in to change notification settings

saran9991/Lufthansa-Arrival-Time-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H3‑Cell‑Based Arrival‑Time Prediction for Lufthansa Flights

LMU‑Munich Data Science Practical in cooperation with Lufthansa Group

H3 resolution along trajectory Flight patterns near FRA


Overview

This project builds a full pipeline that turns raw ADS‑B surveillance data into minute‑level ETA predictions for Lufthansa flights inbound to Frankfurt (EDDF). Key points:

  • Uses H3 hexagonal spatial indexing to capture local traffic density along each trajectory
  • Supports whole‑route and last‑100 km prediction modes
  • Codebase: data download, feature engineering, model training, evaluation, and inference

Feature set & modelling

  • Features:
    • Position (distance‑to‑runway, sine/cos‑encoded lat / lon and bearing)
    • Kinematics (altitude, vertical speed, ground speed)
    • H3 traffic density over the past 10 / 30 / 60 minutes
    • Calendar & cyclic time (weekday, holiday, sine/cos‑encoded time‑of‑day and day‑of‑year)
  • Targets: seconds‑to‑touchdown (full) or seconds‑to‑touchdown within 100 km
  • Models: polynomial regression, XGBoost, MLP, LSTM
  • Interpretability: SHAP plots available in src/evaluations/

License

MIT - see LICENSE.

Acknowledgements

  • Dr. Viktor Bengs (LMU Chair of Artificial Intelligence and Machine Learning) - academic supervision and guidance
  • Dr. Sebastian Weber - industry mentor (Lufthansa Group)
  • OpenSky Network for ADS‑B data

About

Arrival time prediction for Lufthansa flights arriving at Frankfurt (EDDF) using ADS‑B data, H3 hex‑grid features, and machine‑learning models (MLP, XGBoost, LSTM).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •