Skip to content

Commit cf428ca

Browse files
committed
rel 1.0.0, works as expected
1 parent cee1b1f commit cf428ca

2 files changed

Lines changed: 192 additions & 84 deletions

File tree

examples/airport_info.json

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
{
2+
"ident": "OTHH",
3+
"type": "large_airport",
4+
"name": "Hamad International Airport",
5+
"latitude_deg": 25.273056,
6+
"longitude_deg": 51.608056,
7+
"elevation_ft": "13",
8+
"continent": "AS",
9+
"iso_country": "QA",
10+
"iso_region": "QA-DA",
11+
"municipality": "Doha",
12+
"scheduled_service": "yes",
13+
"gps_code": "OTHH",
14+
"iata_code": "DOH",
15+
"local_code": "",
16+
"home_link": "http://dohahamadairport.com/",
17+
"wikipedia_link": "https://en.wikipedia.org/wiki/Hamad_International_Airport",
18+
"keywords": "New Doha International Airport",
19+
"icao_code": "OTHH",
20+
"runways":
21+
[
22+
{
23+
"id": "312710",
24+
"airport_ref": "44686",
25+
"airport_ident": "OTHH",
26+
"length_ft": "15912",
27+
"width_ft": "197",
28+
"surface": "Asphalt",
29+
"lighted": "1",
30+
"closed": "0",
31+
"le_ident": "16L",
32+
"le_latitude_deg": "25.2961",
33+
"le_longitude_deg": "51.6088",
34+
"le_elevation_ft": "12",
35+
"le_heading_degT": "156",
36+
"le_displaced_threshold_ft": "",
37+
"he_ident": "34R",
38+
"he_latitude_deg": "25.2554",
39+
"he_longitude_deg": "51.6268",
40+
"he_elevation_ft": "12",
41+
"he_heading_degT": "336",
42+
"he_displaced_threshold_ft": "",
43+
"he_ils":
44+
{
45+
"freq": 110.1,
46+
"course": 336
47+
},
48+
"le_ils":
49+
{
50+
"freq": 108.7,
51+
"course": 156
52+
}
53+
},
54+
{
55+
"id": "312712",
56+
"airport_ref": "44686",
57+
"airport_ident": "OTHH",
58+
"length_ft": "13944",
59+
"width_ft": "197",
60+
"surface": "Asphalt",
61+
"lighted": "1",
62+
"closed": "0",
63+
"le_ident": "16R",
64+
"le_latitude_deg": "25.291",
65+
"le_longitude_deg": "51.5897",
66+
"le_elevation_ft": "12",
67+
"le_heading_degT": "156",
68+
"le_displaced_threshold_ft": "",
69+
"he_ident": "34L",
70+
"he_latitude_deg": "25.2553",
71+
"he_longitude_deg": "51.6054",
72+
"he_elevation_ft": "12",
73+
"he_heading_degT": "336",
74+
"he_displaced_threshold_ft": "",
75+
"he_ils":
76+
{
77+
"freq": 111.9,
78+
"course": 336
79+
},
80+
"le_ils":
81+
{
82+
"freq": 108.1,
83+
"course": 156
84+
}
85+
}
86+
],
87+
"freqs":
88+
[
89+
{
90+
"id": "313911",
91+
"airport_ref": "44686",
92+
"airport_ident": "OTHH",
93+
"type": "ATIS",
94+
"description": "",
95+
"frequency_mhz": "128.85"
96+
},
97+
{
98+
"id": "313912",
99+
"airport_ref": "44686",
100+
"airport_ident": "OTHH",
101+
"type": "D-ATIS",
102+
"description": "",
103+
"frequency_mhz": "126.85"
104+
},
105+
{
106+
"id": "312713",
107+
"airport_ref": "44686",
108+
"airport_ident": "OTHH",
109+
"type": "DOHA APP RADAR",
110+
"description": "",
111+
"frequency_mhz": "121.1"
112+
},
113+
{
114+
"id": "312714",
115+
"airport_ref": "44686",
116+
"airport_ident": "OTHH",
117+
"type": "HAMAD TERM INFO",
118+
"description": "",
119+
"frequency_mhz": "126.85"
120+
},
121+
{
122+
"id": "312715",
123+
"airport_ref": "44686",
124+
"airport_ident": "OTHH",
125+
"type": "HAMAD Tower",
126+
"description": "",
127+
"frequency_mhz": "118.525"
128+
}
129+
],
130+
"country":
131+
{
132+
"id": "302659",
133+
"code": "QA",
134+
"name": "Qatar",
135+
"continent": "AS",
136+
"wikipedia_link": "https://en.wikipedia.org/wiki/Qatar",
137+
"keywords": "مطارات قطر"
138+
},
139+
"region":
140+
{
141+
"id": "305207",
142+
"code": "QA-DA",
143+
"local_code": "DA",
144+
"name": "Ad-Dawhah Municipality",
145+
"continent": "AS",
146+
"iso_country": "QA",
147+
"wikipedia_link": "https://en.wikipedia.org/wiki/Ad-Dawhah_(municipality)",
148+
"keywords": ""
149+
},
150+
"navaids": "None",
151+
"station":
152+
{
153+
"icao_code": "OTHH",
154+
"distance": 0
155+
}
156+
}

0 commit comments

Comments
 (0)