Skip to content

GRAPE is a desktop application to calculate the environmental impacts of aircraft operations around airports.

License

Notifications You must be signed in to change notification settings

goncaloroque30/GRAPE

Repository files navigation

GRAPE License

GRAPE

GRAPE is a desktop application for calculating the environmental impacts of aircraft operations around airports. The scope is limited to flight operations (excludes taxiing, ground handling, ...). Aircraft noise, fuel consumption and pollutant emissions are the main focus of GRAPE.


Getting Started

The software currently only supports Windows.

  1. Start by downloading the latest release to your machine.
  2. Unzip the downloaded file.
  3. Start GRAPE.exe in the unzipped folder.
  4. Example studies are provided in the examples folder.
  5. Read the documentation for a description of the tool and its features.

Building from Source

  1. Downloading the repository to your machine

    • Clone this repository using git clone --recursive https://github.com/goncaloroque30/GRAPE.git.
    • If the repository was cloned without the --recursive option, use git submodule update --init to clone the necessary submodules.
  2. Building and running GRAPE.exe

    • GRAPE has out of the box support for CMake.
    • The only dependency not included in the repository is the Vulkan SDK. Make sure to install it and that it is accessible from your build environment (find_package(Vulkan REQUIRED) should not result in an error).
    • A simple out of source build can be generated from a command line open at the repository dir:
      mkdir build
      cd build
      cmake ..
      cmake --build .
      
  3. Installing GRAPE.exe

    • After successfully building, you can generate the installation tree by running cmake --install <install dir>.
    • The GRAPE executable can be found inside the install dir and run from there.

Static Badge

Due to copyright issues, the public version of the repository does not contain the source code implementation of the SAE ARP 866 and SAE ARP 5534. These documents provide methods to estimate the atmospheric absorption of noise for different atmospheric conditions. The released versions of GRAPE are built from a private repository where both methods are implemented.

About

GRAPE is a desktop application to calculate the environmental impacts of aircraft operations around airports.

Topics

Resources

License

Stars

Watchers

Forks

Languages