Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 600 Bytes

File metadata and controls

18 lines (13 loc) · 600 Bytes

GE Flight Quest

This repo contains code for the GE Flight Quest. It contains the code to split the original FlightStats data files (not released publicly) into training days. It also contains code to take a training day and a cutoff time and then create a sample test day from it.

PythonModule - a python module named geflight that handles:

  • FlightHistory files
  • ASDI files
  • METAR files
  • ATSCC files
  • OtherWeather files

Authors