Working on a new feature for MIT: An airport finder.
I usually don't have an idea where I'm supposed to fly. Flying real world airline routes is one option, but what if I want to do charter runs?
Finding suitable destinations by trial and error is a bit annoying. Enter destination, check distance, time and runway length, delete destination and start over.
So why not use FSX' airport database to create a list with custom filter criteria?
And this is exactly what MIT's Destination Finder is doing. All you need to do is...
1) Call up the gauge.
2) Enter minimum and maximum search distance and press "Scan".
DF will then scan (in this example, a maximum of 6962 items of) the default airport database. Those items are then processed by the filter algorithm before being displayed in a list.
Once the initial database is built, you can alter each filter parameter and instantly get your results. Only altering the aiport scan limit and minimum and maximum scan range will reset the results.
Increasing the minimal runway length to 5000 feet will yield these results:
Setting the filter to "water runways" turns up four valid airports in this scenario.
And setting the filter to "other" can be used for add-on airport shenanigans; in this case for finding a custom helipad airport which otherwise wouldn't turn up in the regular results.
Cool stuff:
- Search parameters can be entered via keyboard. No awkward scrolling.
- The result list can be scrolled. As you can see in the screenshots, a smart indicator will tell you whether there's more or not.
- Initial values are kind of smart. Your aircraft's available range and runway requirement is estimated. Same goes for the number of airports that need to be scanned in order to get the highest number of valid returns. All of these parameters can be overridden by the user though.
I still need to implement this into MIT proper, but save for that, I'm pretty much done.
Maybe I can turn this gauge into a random mission generator ("fly x kg payload to airport y and receive z funds") at one point.
If there's some interest in this gauge without the rest of MIT*, I could as well upload it as standlalone.
*
