Skip to main content

OpenAP Trajectory OPtimizer

Project description

OpenAP Trajectory Optimizer

This repository contains the flight trajectory optimizer module of OpenAP

Install

Install the development branch from GitHub:

pip install --upgrade git+https://github.com/junzis/openap-otop

Install the latest stable release from pypi:

pip install --upgrade openap-top

Quick start

Examples:

import openap.top as otop

optimizer = otop.CompleteFlight("A320", "EHAM", "LGAV", m0=0.85)

fgrib = "era5_2021-05-01_0800.grib"
windfield = top.wind.read_grib(fgrib)
op.enable_wind(windfield)

flight = optimizer.trajectory(objective="fuel")
flight = optimizer.trajectory(objective="ci:30")
flight = optimizer.trajectory(objective="gwp100")
flight = optimizer.trajectory(objective="gtp100")

An optimal flight example:

example_optimal_flight

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openap-top-1.0.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

openap_top-1.0-py2.py3-none-any.whl (22.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page