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

Italian SID Transition Support #233

Open Phil061995 opened 3 weeks ago

Phil061995 commented 3 weeks ago

Add a settimg for the italian SID transitions.

Phil061995 commented 3 weeks ago

Example suggestion:


{
    "LIMC": {
        "elevation": 55,
        "runways": "35R",
        "transAlt": 5000,
        "maxInitialClimb": 7000,
        "sids": {
            "MMP": {
                "1": {
                    "designator": "L",
                    "transition": {"AOSTA": "X", "TOP": "X"},
                    "rwy": "35R",
                    "initial": 5000,
                    "prio": 1
                },
                "2": {
                    "designator": "S",
                    "transition": {"AOSTA": "X", "TOP": "X"},
                    "rwy": "35R",
                    "initial": 4000,
                    "prio": 1
                }
            },
            "DOGUB": {
                "1": {
                    "designator": "T",
                    "transition": {"AOSTA": "W", "TOP": "I"},
                    "rwy": "35R",
                    "initial": 5000,
                    "prio": 1
                },
                "2": {
                    "designator": "T",
                    "transition": {"ROBAS": "W"},
                    "rwy": "35R",
                    "initial": 5000,
                    "prio": 99
                }
            },
            "SRN": {
                "1": {
                    "designator": "L",
                    "transition": {"PEPAG": "Q", "OSKOR": "S", "VAKON": "Q", "ROBAS": "Q"},
                    "rwy": "35R",
                    "initial": 5000,
                    "prio": 1                    
                },
                "2": {
                    "designator": "S",
                    "transition": {"PEPAG": "Q", "OSKOR": "S", "VAKON": "Q", "ROBAS": "Q"},
                    "rwy": "35R",
                    "initial": 4000,
                    "prio": 1
                }
            }
        }
    }
}