openap icon indicating copy to clipboard operation
openap copied to clipboard

Open Aircraft Performance Model and Python Toolkit

Results 6 openap issues
Sort by recently updated
recently updated
newest added

Hi, if I understood correctly, the constant 288.15 is the sea level ISA temperature, so I modified it to _aero.T0_ for consistency to avoid bugs. Sorry if I misunderstood.

I believe `numdifftools` is also needed here as a dependency (for proper usage of opt.py code). https://github.com/junzis/openap/blob/e7fef1b4b2fb2be41b16df385df42c68ba8f017e/setup.py#L90

Thank you for open source the Aircraft Performance Model, Can the API here, such as Fuel flow, be used for aircraft ground movement (with set altitude=0)?

When trying to import openap, we get: ``` /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/openap/__init__.py:3: in from .extra import filters /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/openap/extra/filters.py:3: in from scipy.signal import gaussian ``` It seems that `gaussian` must now be imported from...

It seems like release 1.3 in pypi is not up to date with branch `master`, including the latest fixes. Could you please make sure it is synchronized and properly versioned...