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

[enhancement] multiple runway selection #1

Open
RudiZhang opened this issue Nov 20, 2022 · 2 comments
Open

[enhancement] multiple runway selection #1

RudiZhang opened this issue Nov 20, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@RudiZhang
Copy link

RudiZhang commented Nov 20, 2022

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 :):)

@laxentis
Copy link
Owner

Sounds like a good idea. Didn't consider parallel runways. Putting it on my Todo list.

@laxentis laxentis self-assigned this Nov 20, 2022
@laxentis laxentis added the enhancement New feature or request label Nov 20, 2022
@RudiZhang
Copy link
Author

Sounds like a good idea. Didn't consider parallel runways. Putting it on my Todo list.

Amazing! Thanks!

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

No branches or pull requests

2 participants