Skip to content

Commit

Permalink
examples: adding header information
Browse files Browse the repository at this point in the history
  • Loading branch information
henrich14 committed Oct 4, 2024
1 parent b3a4d64 commit ad86bff
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/BADAData.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""
BADA Data Retrieval
===================
Example of BADA parametes retrieval for specific aircraft
"""

Expand Down
3 changes: 3 additions & 0 deletions examples/ac_trajectory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""
Aircraft Trajectory Calculation
===============================
Example of BADA3 and BADA4 trajectory using TCL
"""

Expand Down
3 changes: 3 additions & 0 deletions examples/ac_trajectory_GPS.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""
Aircraft Trajectory Calculation on Earth
========================================
Example of BADA3 and BADA4 trajectory including geodesic calculations using TCL
"""

Expand Down
3 changes: 3 additions & 0 deletions examples/file_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""
BADA File Parser
================
Example of BADA3, BADA4 and BADAH file parser
"""

Expand Down
3 changes: 3 additions & 0 deletions examples/heli_trajectory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""
Helicopter Trajectory Calculation
=================================
Example of BADAH trajectory using TCL
"""

Expand Down
3 changes: 3 additions & 0 deletions examples/optimum_speed_altitude.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""
Optimisation Calculation
========================
Example of BADA4 and BADAH optimum speed and altitude calculation
"""

Expand Down

0 comments on commit ad86bff

Please sign in to comment.