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?
The runway data for VABB includes this:
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?