Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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