ejupialked / runway-redeclaration

Runway Re-declaration software. This is part of a coursework assignment for Software Engineering Group Project module (COMP2211 - @ University of Southampton)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runway Re-declaration Tool

The Runway re-declaration tool is usable by air traffic controllers at any UK airport to aid them in their re-declaration calculations. The tool provides them with a means for checking their calculated values as well as the calculations themselves. It should be noted the tool cannot fully replace the air traffic controllers as they are still required to carry out the calculations themselves in the interest of safety - it functions as a comparative to provide them with confidence in their mathematics and to help further ensure safety. The tool is configurable to any UK airport and provides the functionality for multiple runways and obstacles present at each.

The documentation can be found here.

Short demo

Authors

  • Henry Lachlan Riddall
  • Alked Ejupi
  • Benedict Anwyl-Knight
  • George Andrei Luca
  • Robert Gabriel Badea

Dependencies/Tools used:

Development Setup

  1. Clone the project on your machine or insert this link on IntelliJ when creating a project:
git clone https://github.com/ejupialked/runway-redeclaration.git
  1. Ensure you have the right version of Java:
~$ java --version
java 13.0.2 2020-01-14
  1. Ensure you have the right version of Maven:
~$ mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)

For those doing the UI download SceneBuilder from Gluon:

https://gluonhq.com/products/scene-builder/

About

Runway Re-declaration software. This is part of a coursework assignment for Software Engineering Group Project module (COMP2211 - @ University of Southampton)


Languages

Language:Java 100.0%