Hi, Thanks for the tool! I hope to use it in our division as well. Is it possible to add an item to make it a multiple runway selection?
For example:
"preferred_dep": [ {"id": "36R", "true_heading": 353}, {"id": "36L", "true_heading": 353}, {"id": "18R", "true_heading": 173}, {"id": "18L", "true_heading": 173} ],
in this case, the runway will be selected from top to bottom. Only 36R will be selected.
But it adds an item like {"id": "36R", "true_heading": 353, "use": "multi"}, {"id": "36L", "true_heading": 353, "use": "multi"}, then it will select both 36L and 36R. This can be helpful for airports which use parallel operations.
Thanks :):)
Hi, Thanks for the tool! I hope to use it in our division as well. Is it possible to add an item to make it a multiple runway selection?
For example:
"preferred_dep": [ {"id": "36R", "true_heading": 353}, {"id": "36L", "true_heading": 353}, {"id": "18R", "true_heading": 173}, {"id": "18L", "true_heading": 173} ],in this case, the runway will be selected from top to bottom. Only 36R will be selected.
But it adds an item like
{"id": "36R", "true_heading": 353, "use": "multi"}, {"id": "36L", "true_heading": 353, "use": "multi"},then it will select both 36L and 36R. This can be helpful for airports which use parallel operations.Thanks :):)