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:
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file openap-top-1.0.tar.gz
.
File metadata
- Download URL: openap-top-1.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 importlib_metadata/4.5.0 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5739a75715c0d8151a2ee3f880af95f5b982f6c6488d4336dd85abd3021003ba |
|
MD5 | 1d4cbfd7b0643ceea33647b53568ab83 |
|
BLAKE2b-256 | acfb3124701b9c6fd13e866528f6b27d5cdcfeccf8004a0cac22de7645f3e153 |
File details
Details for the file openap_top-1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: openap_top-1.0-py2.py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 importlib_metadata/4.5.0 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fd01a199d490519d5ae28286cfb8ae7f1e62fa252588fba76c06d8155e9abc7 |
|
MD5 | 992276828525bd4ef70da528dcfff7b2 |
|
BLAKE2b-256 | 2778ec76ce59b394e15c7cd2578f4712e44e25c2836c6e815fd69a0852a98552 |