# AircraftTrajectoryPredictor **Repository Path**: chfenger/AircraftTrajectoryPredictor ## Basic Information - **Project Name**: AircraftTrajectoryPredictor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-23 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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/ There is now available a port of this code to Python 3 -> https://github.com/RobertPastor/AircraftTrajectoryPredictionNG

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.