Skip to content

[enhancement] multiple runway selection #1

Description

@RudiZhang

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions