forked from lennycolton/vATIS-Profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Leeds.json
81 lines (81 loc) · 2.04 KB
/
Leeds.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"Name": "Leeds",
"Composites": [
{
"Name": "Leeds",
"Identifier": "EGNM",
"Contractions": [],
"AtisFrequency": 18025,
"ObservationTime": {
"Enabled": false,
"Time": 0
},
"MagneticVariation": {
"Enabled": false,
"MagneticDegrees": 0
},
"AtisVoice": {
"UseTextToSpeech": true,
"Voice": "UK Male"
},
"IDSEndpoint": null,
"Presets": [
{
"Name": "32",
"AirportConditions": null,
"Notams": null,
"ArbitraryText": null,
"Template": "LEEDS BRADFORD INFORMATION, ACKNOWLEDGE RECEIPT OF INFORMATION [ATIS_CODE], TIME [TIME] RUNWAY IN USE 32. [TL]. [WX]. THRESHOLD ELEVATION 662 FEET."
},
{
"Name": "14",
"AirportConditions": null,
"Notams": null,
"ArbitraryText": null,
"Template": "LEEDS BRADFORD INFORMATION, ACKNOWLEDGE RECEIPT OF INFORMATION [ATIS_CODE], TIME [TIME] RUNWAY IN USE 14. [TL]. [WX]. THRESHOLD ELEVATION 662 FEET."
}
],
"AirportConditionDefinitions": [],
"NotamDefinitions": [],
"TransitionLevels": [
{
"Low": 1032,
"High": 1049,
"Altitude": 55
},
{
"Low": 1013,
"High": 1031,
"Altitude": 60
},
{
"Low": 995,
"High": 1012,
"Altitude": 65
},
{
"Low": 977,
"High": 994,
"Altitude": 70
},
{
"Low": 959,
"High": 976,
"Altitude": 75
},
{
"Low": 940,
"High": 958,
"Altitude": 80
}
],
"UseFaaFormat": false,
"UseNotamPrefix": false,
"UseTransitionLevelPrefix": true,
"UseMetricUnits": false,
"UseSurfaceWindPrefix": true,
"UseVisibilitySuffix": true,
"UseDecimalTerminology": true
}
]
}