Skip to content

3660628/AircraftTrajectoryPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AircraftTrajectoryPredictor

Purpose

To compute a Jet Aircraft trajectory prediction based upon BADA
https://www.eurocontrol.int/services/bada

Langage

This software is written in Python 2.7.
https://www.python.org/

Outputs

It allows to compute aircraft (jet) trajectories. Three kind of outputs are generated:
1) a Google Earth KML file
2) and two xlsx containing the vertical flight profile and the lateral profile.

Inputs - Data Inputs


1) a Way Point database
2) a Run Way database
3) an Airport database

Pre Requesites

This software needs :
1) Numpy (http://www.numpy.org/)
2) XlsxWriter (https://xlsxwriter.readthedocs.org/)

Web Page

See some explanations about this software (in french):
http://trajectoire-predict.monsite-orange.fr/

Restrictions and Limitations

1) only flights with departure and arrival airports are managed, hence inbounds or outbounds are not yet implemented
2) the arrival and the departure airport needs to have each a runway defined in the runways database

Flight Plan

A typical flight plan reads as follows:
ADEP/LFST/23-POGOL-DANAR-RESPO-DIJON-PIBAT-MOULINS-KUKOR-LARON-GUERE-BEBIX-LIMOGES-ADES/LFBD/11
where ADEP is the departure airport and ADES the destination, 23 being the departure runway and 11 the arrival runway.

About

Jet Aircraft Trajectory Prediction based upon BADA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published