Page 1 of 1

Updated active runways API example

Posted: Tue Dec 17, 2024 7:50 am
by admin
I've updated the API example that shows you which runways are active at a given airport.
It now displays better on Windows 10, and also separately detects arrival and departure runways in use. Download from the updated zip file here https://flyrealtraffic.com/RTAPI.zip

Re: Updated active runways API example

Posted: Wed Dec 18, 2024 2:24 am
by Will
The display on Windows 10 is much improved!

Question for a new python user: once this app starts running, how do you terminate it? (Other than closing the console window)

Will

Re: Updated active runways API example

Posted: Wed Dec 18, 2024 2:36 am
by admin
pressing ctrl-c will exit the program.

Re: Updated active runways API example

Posted: Wed Dec 18, 2024 9:22 am
by admin
Updated the script again for more resilient parallel runway detection. Download the zip file again to update.