Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to derive runway's best fit for approaches #6

Open
dnouri opened this issue Jun 26, 2020 · 2 comments
Open

How to derive runway's best fit for approaches #6

dnouri opened this issue Jun 26, 2020 · 2 comments

Comments

@dnouri
Copy link
Contributor

dnouri commented Jun 26, 2020

The runway data for VABB includes this:

a series of numbers to define lines of best fit for approaches to a given runway. Each of these are a list containing 6 values for a polynomial fit: y = f0 * x^6 + f1 * x^5 ... f6

Similarly to the metar data, I've been looking into automatically assembling the information needed for describing the airports. But I'm stuck with this 'best fit for approaches to a given runway'. How were these derived?

@simonrp84
Copy link
Owner

That's actually a leftover from something else I was working on, and isn't relevant for this library. I'll remove it from the library, thanks for the heads-up.

@dnouri
Copy link
Contributor Author

dnouri commented Jun 28, 2020

I thought I'd seen reference to these coefficients in the plot functions. In my latest PR (#7 in commit ab6eec1) I've changed these values to be optional. (Mostly so that I can derive the essential runway data from the OurAirports db.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants