From e6e83d8841338d4abd9c59b9834ecdda3f3cd9a6 Mon Sep 17 00:00:00 2001 From: GLASER-OPITZ HENRICH Date: Fri, 4 Oct 2024 17:29:29 +0200 Subject: [PATCH] docs: updating maind page of documentation --- docs/source/index.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 642d15d..9de2eb8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,6 +1,18 @@ -Welcome to pyBADA's documentation! +pyBADA documentation ================================== +pyBADA provides aircraft performance modelling, trajectory prediction and optimisation, and visualisation with BADA in Python. + +To get started: + +.. code-block:: bash + + pip install pybada + + +About BADA +========== + Efficient air traffic operations rely on the capability of air traffic management (ATM) systems to accurately predict aircraft trajectories. Likewise, ATM research and development activities require modelling and simulation tools capable of replicating real-life operations and aircraft performances as perfectly as possible. To enable modelling and simulation of aircraft trajectories, every aircraft in operation shall have a corresponding Aircraft Performance Model (APM).