-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathairports.json
133 lines (133 loc) · 3.6 KB
/
airports.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"kmia": [
"Miami International Airport",
"http://d.liveatc.net/kmia3_atis_arr",
"http://d.liveatc.net/kmia3_atis_dep"
],
"katl": [
"Atlanta Hartsfield-Jackson International Airport",
"http://d.liveatc.net/katl_atis_arr",
"http://d.liveatc.net/katl_atis_dep"
],
"klax": [
"Los Angeles International Airport",
"http://d.liveatc.net/klax4n_atis_arr",
"http://d.liveatc.net/klax4n_atis_dep"
],
"kdfw": [
"Dallas/Fort Worth International Airport",
"http://d.liveatc.net/kdfw1_atis_arr"
],
"kjfk": [
"John F Kennedy International Airport",
"http://d.liveatc.net/kjfk_atis"
],
"ksfo": [
"San Francisco International Airport",
"http://d.liveatc.net/ksfo_atis"
],
"klas": [
"McCarran International Airport",
"http://d.liveatc.net/klas5_atis"
],
"kewr": [
"Newark Liberty International Airport",
"http://d.liveatc.net/kewr3_atis"
],
"kmco": [
"Orlando International Airport",
"http://d.liveatc.net/kmco7"
],
"kiah": [
"Houston George Bush Intercontinental Airport",
"http://d.liveatc.net/kiah2_atis_main",
"http://d.liveatc.net/kiah2_atis_const"
],
"kmsp": [
"Minneapolis St.Paul International Airport",
"http://d.liveatc.net/kmsp4_atis_arr",
"http://d.liveatc.net/kmsp3_atis_dep"
],
"kfll": [
"Hollywood International Airport",
"http://d.liveatc.net/kfll1_atis"
],
"klga": [
"LaGuardia Airport",
"http://d.liveatc.net/klga_atis_dep"
],
"kbwi": [
"Baltimore/Washington International Airport",
"http://d.liveatc.net/kbwi1_pi_atis"
],
"kmdw": [
"Chicago Midway International Airport",
"http://d.liveatc.net/kmdw_4"
],
"kjax": [
"Jacksonville International Airport",
"http://d.liveatc.net/kjax_atis"
],
"kash": [
"Nashua Boire Field Airport",
"http://d.liveatc.net/kash_atis",
"http://d.liveatc.net/kash_murp_atis2"
],
"rjtt": [
"Tokyo Haneda International Airport",
"http://d.liveatc.net/rjtt_atis"
],
"cyqb": [
"Quebec City Jean Lesage International Airport",
"http://d.liveatc.net/cyqb1_atis_en",
"http://d.liveatc.net/cyqb2_atis_en"
],
"lhbp": [
"Budapest Ferihegy International Airport ",
"http://d.liveatc.net/lhbp_atis"
],
"ksfb": [
"Orlando Sanford International Airport",
"http://d.liveatc.net/ksfb3_atis"
],
"kttd": [
"Portland-Troutdale Airport",
"http://d.liveatc.net/kttd1_atis"
],
"ybtl": [
"Townsville Airport",
"http://d.liveatc.net/ybtl1_atis"
],
"ehgg": [
"Groningen Airport Eelde",
"http://d.liveatc.net/ehgg1_atis"
],
"ktmb": [
"Kendall-Tamiami Executive Airport",
"http://d.liveatc.net/ktmb1_atis"
],
"lwsk": [
"Petrovec Skopje Airport",
"http://d.liveatc.net/lwsk2_atis"
],
"kdal": [
"Dallas Love Field Airport",
"http://d.liveatc.net/kdal_atis"
],
"kmht": [
"Manchester Airport",
"http://d.liveatc.net/kmht_atis"
],
"cyyz": [
"Toronto Lester B. Pearson International Airport",
"http://d.liveatc.net/cyyz3"
],
"ehbk": [
"Maastricht Aachen Airport",
"http://d.liveatc.net/ehbk1_atis"
],
"kpvd": [
"Theodore Francis Green State Airport",
"http://d.liveatc.net/kpvd_atis"
]
}