openap | Open Aircraft Performance Model and Python Toolkit
kandi X-RAY | openap Summary
kandi X-RAY | openap Summary
openap is a Python library. openap has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can install using 'pip install openap' or download it from GitHub, PyPI.
This repository contains all OpenAP databases and a Python toolkit that facilitates data access and performance computation. OpenAP is a project actively maintained by Junzi Sun from CNS/ATM research group at TU Delft. It is the continuation of his PhD thesis work (2015 - 2019). You can read more about OpenAP in this article. Use the discussion board to give your feedback/suggestions, and use issue board to report bugs.
This repository contains all OpenAP databases and a Python toolkit that facilitates data access and performance computation. OpenAP is a project actively maintained by Junzi Sun from CNS/ATM research group at TU Delft. It is the continuation of his PhD thesis work (2015 - 2019). You can read more about OpenAP in this article. Use the discussion board to give your feedback/suggestions, and use issue board to report bugs.
Support
Quality
Security
License
Reuse
Support
openap has a low active ecosystem.
It has 37 star(s) with 11 fork(s). There are 6 watchers for this library.
There were 2 major release(s) in the last 12 months.
There are 2 open issues and 4 have been closed. On average issues are closed in 16 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of openap is 1.5
Quality
openap has 0 bugs and 0 code smells.
Security
openap has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
openap code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
openap is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
openap releases are available to install and integrate.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
openap saves you 797 person hours of effort in developing the same functionality from scratch.
It has 1831 lines of code, 117 functions and 29 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed openap and discovered the below as its top functions. This is intended to give you an instant insight into openap implemented functionality, and help decide if they suit your requirements.
- Performs climb
- Get a single variable
- Calculate descent
- Return a list of labels for each sample
- Generate a new Cruise
- Calculate the CD0 for a given plane
- Calculate the drag
- Perform a climb
- Calculate the function for the given roc
- Complete the orbit
- Calculate descent rate
- Convenience function for sklearn
- Return takeoff at a given altitude
- Calculate the de - orientation of the vehicle
- Calculate pressure from mass and altitude
- Calculate the nox rate for a given wind velocity
- Estimate fuel flow
- Calculate climb altitude
- Calculate the de - trending model
- Calculate fuel flow at a given altitude
- Returns a fuelflow
- Calculate air rate for a given flight
- Calculate air rate based on frequency
- Get the closest fix to a given latitude
- Return the closest airport to the closest airport
- Calculate fuel flow at the given altitude
- Extract the start and end coordinates from the file
- Return a list of labels for each trajectory
- Set the trajectory
- Retrieve an airport
- takeoff
Get all kandi verified functions for this library.
openap Key Features
No Key Features are available at this moment for openap.
openap Examples and Code Snippets
Copy
from openap import WRAP
wrap = WRAP(ac='A320')
param = wrap.takeoff_speed()
param = wrap.takeoff_distance()
param = wrap.takeoff_acceleration()
param = wrap.initclimb_vcas()
param = wrap.initclimb_vs()
param = wrap.climb_range()
param = wrap.climb_
Copy
from openap.traj import Generator
trajgen = Generator(ac='a320')
trajgen.enable_noise() # enable Gaussian noise in trajectory data
data_cl = trajgen.climb(dt=10, random=True) # using random paramerters
data_cl = trajgen.climb(dt=10, cas_const_c
Copy
from openap import FuelFlow, Emission
fuelflow = FuelFlow(ac='A320', eng='CFM56-5B4')
emission = Emission(ac='A320', eng='CFM56-5B4')
TAS = 350
ALT = 30000
fuelflow = fuelflow.enroute(mass=60000, tas=TAS, alt=ALT) # kg/s
CO2 = emission.co2(fuel
Community Discussions
No Community Discussions are available at this moment for openap.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install openap
To install latest version of OpenAP from the GitHub:.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page