Gameagle / vSID

vSID is a small plugin for Euroscope which helps / automates in setting SIDs in flightplans
GNU General Public License v3.0
0 stars 1 forks source link

[FEATURE] active runway #90

Closed Phil061995 closed 5 months ago

Phil061995 commented 8 months ago

A SID requires a specific runway in use, that is not the one for the SID.

Example: Frankfurt MARUN S (for rwy 18) require runway 25 in use.

"aktiveRWY": "25C,25L"

At least one of the defined runways need to be active.

Phil061995 commented 7 months ago

Idea:

"aktiveDEPRWY": {"25C"}

"aktiveARRRWY": {"25R, 25L"} => both runways need to match "aktiveARRRWY": {"25R", "25L"} => only one runways need to match

Phil7789 commented 6 months ago

Possible solution for readability:

"actArrRwy": {"all": ["25R", "25L"], "any": ["25R", "25L"]}