world_airports 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/.gitignore +1 -1
  4. data/.idea/workspace.xml +364 -74
  5. data/README.md +13 -2
  6. data/lib/scrapper/scrapped.rb +32 -0
  7. data/lib/scrapper/scrapped_0.rb +32 -0
  8. data/lib/scrapper/scrapped_10.rb +1809 -0
  9. data/lib/scrapper/scrapped_11.rb +1473 -0
  10. data/lib/scrapper/scrapped_12.rb +3482 -0
  11. data/lib/scrapper/scrapped_13.rb +3271 -0
  12. data/lib/scrapper/scrapped_14.rb +4289 -0
  13. data/lib/scrapper/scrapped_15.rb +1271 -0
  14. data/lib/scrapper/scrapped_16.rb +1341 -0
  15. data/lib/scrapper/scrapped_17.rb +2230 -0
  16. data/lib/scrapper/scrapped_18.rb +465 -0
  17. data/lib/scrapper/scrapped_19.rb +1347 -0
  18. data/lib/scrapper/scrapped_2.rb +3645 -0
  19. data/lib/scrapper/scrapped_20.rb +2948 -0
  20. data/lib/scrapper/scrapped_21.rb +2006 -0
  21. data/lib/scrapper/scrapped_22.rb +801 -0
  22. data/lib/scrapper/scrapped_23.rb +893 -0
  23. data/lib/scrapper/scrapped_24.rb +913 -0
  24. data/lib/scrapper/scrapped_25.rb +668 -0
  25. data/lib/scrapper/scrapped_26.rb +3273 -0
  26. data/lib/scrapper/scrapped_27.rb +822 -0
  27. data/lib/scrapper/scrapped_3.rb +4201 -0
  28. data/lib/scrapper/scrapped_4.rb +3820 -0
  29. data/lib/scrapper/scrapped_5.rb +1972 -0
  30. data/lib/scrapper/scrapped_6.rb +1739 -0
  31. data/lib/scrapper/scrapped_7.rb +1515 -0
  32. data/lib/scrapper/scrapped_8.rb +2426 -0
  33. data/lib/scrapper/scrapped_9.rb +2174 -0
  34. data/lib/scrapper/scrapper.rb +57 -0
  35. data/lib/world_airports/version.rb +1 -1
  36. data/lib/world_airports.rb +3 -3
  37. data.tar.gz.sig +0 -0
  38. metadata +30 -2
  39. metadata.gz.sig +0 -0
  40. data/lib/scrapped.rb +0 -5
@@ -0,0 +1,913 @@
1
+ # encoding: UTF-8
2
+ def airp_24
3
+ {"WAA"=>
4
+ {:iata=>"WAA",
5
+ :name=>"Wales Airport (FAA: IWK)",
6
+ :icao=>"PAIW",
7
+ :city=>"Wales",
8
+ :country=>"United States",
9
+ :location=>"Wales, Alaska, United States"},
10
+ "WAD"=>
11
+ {:iata=>"WAD",
12
+ :name=>"Andriamena Airport",
13
+ :icao=>"",
14
+ :city=>"Andriamena",
15
+ :country=>"Madagascar",
16
+ :location=>"Andriamena, Madagascar"},
17
+ "WAG"=>
18
+ {:iata=>"WAG",
19
+ :name=>"Wanganui Airport",
20
+ :icao=>"NZWU",
21
+ :city=>"Wanganui",
22
+ :country=>"New Zealand",
23
+ :location=>"Wanganui, New Zealand"},
24
+ "WAH"=>
25
+ {:iata=>"WAH",
26
+ :name=>"Harry Stern Airport (FAA: BWP)",
27
+ :icao=>"KBWP",
28
+ :city=>"Wahpeton",
29
+ :country=>"United States",
30
+ :location=>"Wahpeton, North Dakota, United States"},
31
+ "WAL"=>
32
+ {:iata=>"WAL",
33
+ :name=>"Wallops Flight Facility Airport",
34
+ :icao=>"KWAL",
35
+ :city=>"Wallops Island",
36
+ :country=>"United States",
37
+ :location=>"Wallops Island, Virginia, United States"},
38
+ "WAS"=>
39
+ {:iata=>"WAS",
40
+ :name=>"All airports",
41
+ :icao=>"",
42
+ :city=>"Washington",
43
+ :country=>"United States",
44
+ :location=>"Washington, D.C., United States"},
45
+ "WAT"=>
46
+ {:iata=>"WAT",
47
+ :name=>"Waterford Airport",
48
+ :icao=>"EIWF",
49
+ :city=>"Waterford",
50
+ :country=>"Ireland",
51
+ :location=>"Waterford, Ireland"},
52
+ "WAW"=>
53
+ {:iata=>"WAW",
54
+ :name=>"Frederic Chopin International Airport",
55
+ :icao=>"EPWA",
56
+ :city=>"Warsaw",
57
+ :country=>"Poland",
58
+ :location=>"Warsaw, Poland"},
59
+ "WAY"=>
60
+ {:iata=>"WAY",
61
+ :name=>"Greene County Airport",
62
+ :icao=>"KWAY",
63
+ :city=>"Waynesburg",
64
+ :country=>"United States",
65
+ :location=>"Waynesburg, Pennsylvania, United States"},
66
+ "WBB"=>
67
+ {:iata=>"WBB",
68
+ :name=>"Stebbins Airport",
69
+ :icao=>"",
70
+ :city=>"Stebbins",
71
+ :country=>"United States",
72
+ :location=>"Stebbins, Alaska, United States"},
73
+ "WBG"=>
74
+ {:iata=>"WBG",
75
+ :name=>"Fliegerhorst Schleswig",
76
+ :icao=>"ETNS",
77
+ :city=>"Schleswig",
78
+ :country=>"Germany",
79
+ :location=>"Schleswig, Germany"},
80
+ "WBQ"=>
81
+ {:iata=>"WBQ",
82
+ :name=>"Beaver Airport",
83
+ :icao=>"PAWB",
84
+ :city=>"Beaver",
85
+ :country=>"United States",
86
+ :location=>"Beaver, Alaska, United States"},
87
+ "WBR"=>
88
+ {:iata=>"WBR",
89
+ :name=>"Roben-Hood Airport (FAA: RQB)",
90
+ :icao=>"KRQB",
91
+ :city=>"Big Rapids",
92
+ :country=>"United States",
93
+ :location=>"Big Rapids, Michigan, United States"},
94
+ "WBU"=>
95
+ {:iata=>"WBU",
96
+ :name=>"Boulder Municipal Airport (FAA: BDU)",
97
+ :icao=>"KBDU",
98
+ :city=>"Boulder",
99
+ :country=>"United States",
100
+ :location=>"Boulder, Colorado, United States"},
101
+ "WBW"=>
102
+ {:iata=>"WBW",
103
+ :name=>"Wilkes-Barre Wyoming Valley Airport",
104
+ :icao=>"KWBW",
105
+ :city=>"Wilkes-Barre",
106
+ :country=>"United States",
107
+ :location=>"Wilkes-Barre, Pennsylvania, United States"},
108
+ "WCA"=>
109
+ {:iata=>"WCA",
110
+ :name=>"Gamboa Airport",
111
+ :icao=>"SCST",
112
+ :city=>"Castro",
113
+ :country=>"Chile",
114
+ :location=>"Castro, Chile"},
115
+ "WCH"=>
116
+ {:iata=>"WCH",
117
+ :name=>"Chaitén Airport",
118
+ :icao=>"SCTN",
119
+ :city=>"Chaitén",
120
+ :country=>"Chile",
121
+ :location=>"Chaitén, Los Lagos, Chile"},
122
+ "WCR"=>
123
+ {:iata=>"WCR",
124
+ :name=>"Chandalar Lake Airport",
125
+ :icao=>"PALR",
126
+ :city=>"Chandalar Lake",
127
+ :country=>"United States",
128
+ :location=>"Chandalar Lake, Alaska, United States"},
129
+ "WDA"=>
130
+ {:iata=>"WDA",
131
+ :name=>"Wadi Ain Airport",
132
+ :icao=>"",
133
+ :city=>"Wadi Ain",
134
+ :country=>"Yemen",
135
+ :location=>"Wadi Ain, Yemen"},
136
+ "WDG"=>
137
+ {:iata=>"WDG",
138
+ :name=>"Enid Woodring Regional Airport",
139
+ :icao=>"KWDG",
140
+ :city=>"Enid",
141
+ :country=>"United States",
142
+ :location=>"Enid, Oklahoma, United States"},
143
+ "WDH"=>
144
+ {:iata=>"WDH",
145
+ :name=>"Windhoek Hosea Kutako International Airport",
146
+ :icao=>"FYWH",
147
+ :city=>"Windhoek",
148
+ :country=>"Namibia",
149
+ :location=>"Windhoek, Namibia"},
150
+ "WDR"=>
151
+ {:iata=>"WDR",
152
+ :name=>"Barrow County Airport",
153
+ :icao=>"KWDR",
154
+ :city=>"Winder",
155
+ :country=>"United States",
156
+ :location=>"Winder, Georgia, United States"},
157
+ "WEA"=>
158
+ {:iata=>"WEA",
159
+ :name=>"Parker County Airport",
160
+ :icao=>"KWEA",
161
+ :city=>"Weatherford",
162
+ :country=>"United States",
163
+ :location=>"Weatherford, Texas, United States"},
164
+ "WEF"=>
165
+ {:iata=>"WEF",
166
+ :name=>"Weifang Airport",
167
+ :icao=>"ZSWF",
168
+ :city=>"Weifang",
169
+ :country=>"China",
170
+ :location=>"Weifang, Shandong, China"},
171
+ "WEH"=>
172
+ {:iata=>"WEH",
173
+ :name=>"Weihai Dashuibo Airport",
174
+ :icao=>"ZSWH",
175
+ :city=>"Weihai",
176
+ :country=>"China",
177
+ :location=>"Weihai, Shandong, China"},
178
+ "WEI"=>
179
+ {:iata=>"WEI",
180
+ :name=>"Weipa Airport",
181
+ :icao=>"YBWP",
182
+ :city=>"Weipa",
183
+ :country=>"Australia",
184
+ :location=>"Weipa, Queensland, Australia"},
185
+ "WFB"=>
186
+ {:iata=>"WFB",
187
+ :name=>"Ketchikan Harbor Seaplane Base (FAA: 5KE)",
188
+ :icao=>"",
189
+ :city=>"Ketchikan",
190
+ :country=>"United States",
191
+ :location=>"Ketchikan, Alaska, United States"},
192
+ "WFI"=>
193
+ {:iata=>"WFI",
194
+ :name=>"Fianarantsoa Airport",
195
+ :icao=>"FMSF",
196
+ :city=>"Fianarantsoa",
197
+ :country=>"Madagascar",
198
+ :location=>"Fianarantsoa, Madagascar"},
199
+ "WFK"=>
200
+ {:iata=>"WFK",
201
+ :name=>"Northern Aroostook Regional Airport (FAA: FVE)",
202
+ :icao=>"KFVE",
203
+ :city=>"Frenchville",
204
+ :country=>"United States",
205
+ :location=>"Frenchville, Maine, United States"},
206
+ "WGA"=>
207
+ {:iata=>"WGA",
208
+ :name=>"Wagga Wagga Airport",
209
+ :icao=>"YSWG",
210
+ :city=>"Wagga Wagga",
211
+ :country=>"Australia",
212
+ :location=>"Wagga Wagga, New South Wales, Australia"},
213
+ "WGB"=>
214
+ {:iata=>"WGB",
215
+ :name=>"Bahawalnagar Airport",
216
+ :icao=>"OPBR",
217
+ :city=>"Bahawalnagar",
218
+ :country=>"Pakistan",
219
+ :location=>"Bahawalnagar, Pakistan"},
220
+ "WGO"=>
221
+ {:iata=>"WGO",
222
+ :name=>"Winchester Regional Airport (FAA: OKV)",
223
+ :icao=>"KOKV",
224
+ :city=>"Winchester",
225
+ :country=>"United States",
226
+ :location=>"Winchester, Virginia, United States"},
227
+ "WGP"=>
228
+ {:iata=>"WGP",
229
+ :name=>"Mau Hau Airport (former ICAO: WRRW)",
230
+ :icao=>"WADW",
231
+ :city=>"Waingapu",
232
+ :country=>"Indonesia",
233
+ :location=>"Waingapu, Sumba, East Nusa Tenggara, Indonesia"},
234
+ "WHD"=>
235
+ {:iata=>"WHD",
236
+ :name=>"Hyder Seaplane Base (FAA: 4Z7)",
237
+ :icao=>"",
238
+ :city=>"Hyder",
239
+ :country=>"United States",
240
+ :location=>"Hyder, Alaska, United States"},
241
+ "WHF"=>
242
+ {:iata=>"WHF",
243
+ :name=>"Wadi Halfa Airport",
244
+ :icao=>"HWHF",
245
+ :city=>"Wadi Halfa",
246
+ :country=>"Sudan",
247
+ :location=>"Wadi Halfa, Sudan"},
248
+ "WHK"=>
249
+ {:iata=>"WHK",
250
+ :name=>"Whakatane Airport",
251
+ :icao=>"NZWK",
252
+ :city=>"Whakatane",
253
+ :country=>"New Zealand",
254
+ :location=>"Whakatane, New Zealand"},
255
+ "WHP"=>
256
+ {:iata=>"WHP",
257
+ :name=>"Whiteman Airport",
258
+ :icao=>"KWHP",
259
+ :city=>"Los Angeles",
260
+ :country=>"United States",
261
+ :location=>"Los Angeles, California, United States"},
262
+ "WHT"=>
263
+ {:iata=>"WHT",
264
+ :name=>"Wharton Regional Airport (FAA: ARM)",
265
+ :icao=>"KARM",
266
+ :city=>"Wharton",
267
+ :country=>"United States",
268
+ :location=>"Wharton, Texas, United States"},
269
+ "WIC"=>
270
+ {:iata=>"WIC",
271
+ :name=>"Wick Airport",
272
+ :icao=>"EGPC",
273
+ :city=>"Wick",
274
+ :country=>"United Kingdom",
275
+ :location=>"Wick, Scotland, United Kingdom"},
276
+ "WIE"=>
277
+ {:iata=>"WIE",
278
+ :name=>"Wiesbaden Army Airfield",
279
+ :icao=>"ETOU",
280
+ :city=>"Wiesbaden",
281
+ :country=>"Germany",
282
+ :location=>"Wiesbaden, Hessen, Germany"},
283
+ "WIL"=>
284
+ {:iata=>"WIL",
285
+ :name=>"Wilson Airport",
286
+ :icao=>"HKNW",
287
+ :city=>"Nairobi",
288
+ :country=>"Kenya",
289
+ :location=>"Nairobi, Kenya"},
290
+ "WJA"=>
291
+ {:iata=>"WJA",
292
+ :name=>"Woja Airport",
293
+ :icao=>"",
294
+ :city=>"Woja",
295
+ :country=>"Marshall Islands",
296
+ :location=>"Woja, Marshall Islands"},
297
+ "WJF"=>
298
+ {:iata=>"WJF",
299
+ :name=>"General William J. Fox Airfield",
300
+ :icao=>"KWJF",
301
+ :city=>"Lancaster",
302
+ :country=>"United States",
303
+ :location=>"Lancaster, California, United States"},
304
+ "WJU"=>
305
+ {:iata=>"WJU",
306
+ :name=>"Wonju Airport",
307
+ :icao=>"RKNW",
308
+ :city=>"Wonju",
309
+ :country=>"South Korea",
310
+ :location=>"Wonju, South Korea"},
311
+ "WKA"=>
312
+ {:iata=>"WKA",
313
+ :name=>"Wanaka Airport",
314
+ :icao=>"NZWF",
315
+ :city=>"Wanaka",
316
+ :country=>"New Zealand",
317
+ :location=>"Wanaka, New Zealand"},
318
+ "WKJ"=>
319
+ {:iata=>"WKJ",
320
+ :name=>"Wakkanai Airport",
321
+ :icao=>"RJCW",
322
+ :city=>"Wakkanai",
323
+ :country=>"Japan",
324
+ :location=>"Wakkanai, Hokkaido, Japan"},
325
+ "WKK"=>
326
+ {:iata=>"WKK",
327
+ :name=>"Aleknagik Airport (FAA: 5A8)",
328
+ :icao=>"",
329
+ :city=>"Aleknagik",
330
+ :country=>"United States",
331
+ :location=>"Aleknagik, Alaska, United States"},
332
+ "WKL"=>
333
+ {:iata=>"WKL",
334
+ :name=>"Waikoloa Heliport (FAA: HI07)",
335
+ :icao=>"",
336
+ :city=>"Waikoloa Village",
337
+ :country=>"United States",
338
+ :location=>"Waikoloa Village, Hawaii, United States"},
339
+ "WLD"=>
340
+ {:iata=>"WLD",
341
+ :name=>"Strother Field",
342
+ :icao=>"KWLD",
343
+ :city=>"Winfield/Arkansas City",
344
+ :country=>"United States",
345
+ :location=>"Winfield/Arkansas City, Kansas, United States"},
346
+ "WLE"=>
347
+ {:iata=>"WLE",
348
+ :name=>"Miles Airport",
349
+ :icao=>"",
350
+ :city=>"Miles",
351
+ :country=>"Australia",
352
+ :location=>"Miles, Queensland, Australia"},
353
+ "WLG"=>
354
+ {:iata=>"WLG",
355
+ :name=>"Wellington International Airport",
356
+ :icao=>"NZWN",
357
+ :city=>"Wellington",
358
+ :country=>"New Zealand",
359
+ :location=>"Wellington, New Zealand"},
360
+ "WLK"=>
361
+ {:iata=>"WLK",
362
+ :name=>"Selawik Airport",
363
+ :icao=>"PASK",
364
+ :city=>"Selawik",
365
+ :country=>"United States",
366
+ :location=>"Selawik, Alaska, United States"},
367
+ "WLL"=>
368
+ {:iata=>"WLL",
369
+ :name=>"Wollogorang Airport",
370
+ :icao=>"YWOR",
371
+ :city=>"Wollogorang Station",
372
+ :country=>"Australia",
373
+ :location=>"Wollogorang Station, Northern Territory, Australia"},
374
+ "WLM"=>
375
+ {:iata=>"WLM",
376
+ :name=>"Prospect Hill Heliport (FAA: MA92)",
377
+ :icao=>"",
378
+ :city=>"Waltham",
379
+ :country=>"United States",
380
+ :location=>"Waltham, Massachusetts, United States"},
381
+ "WLO"=>
382
+ {:iata=>"WLO",
383
+ :name=>"Waterloo Airport",
384
+ :icao=>"YWTL",
385
+ :city=>"Waterloo",
386
+ :country=>"Australia",
387
+ :location=>"Waterloo, Northern Territory, Australia"},
388
+ "WLR"=>
389
+ {:iata=>"WLR",
390
+ :name=>"Loring Seaplane Base (FAA: 13Z)",
391
+ :icao=>"",
392
+ :city=>"Loring",
393
+ :country=>"United States",
394
+ :location=>"Loring, Alaska, United States"},
395
+ "WLS"=>
396
+ {:iata=>"WLS",
397
+ :name=>"Wallis Island",
398
+ :icao=>"NLWW",
399
+ :city=>"Wallis and Futuna Islands",
400
+ :country=>"Wallis and Futuna Islands",
401
+ :location=>"Wallis and Futuna Islands"},
402
+ "WLW"=>
403
+ {:iata=>"WLW",
404
+ :name=>"Willows-Glenn County Airport",
405
+ :icao=>"KWLW",
406
+ :city=>"Willows",
407
+ :country=>"United States",
408
+ :location=>"Willows, California, United States"},
409
+ "WMA"=>
410
+ {:iata=>"WMA",
411
+ :name=>"Mandritsara Airport",
412
+ :icao=>"FMNX",
413
+ :city=>"Mandritsara",
414
+ :country=>"Madagascar",
415
+ :location=>"Mandritsara, Madagascar"},
416
+ "WMB"=>
417
+ {:iata=>"WMB",
418
+ :name=>"Warrnambool Airport",
419
+ :icao=>"YWBL",
420
+ :city=>"Warrnambool",
421
+ :country=>"Australia",
422
+ :location=>"Warrnambool, Victoria, Australia"},
423
+ "WMC"=>
424
+ {:iata=>"WMC",
425
+ :name=>"Winnemucca Municipal Airport",
426
+ :icao=>"KWMC",
427
+ :city=>"Winnemucca",
428
+ :country=>"United States",
429
+ :location=>"Winnemucca, Nevada, United States"},
430
+ "WME"=>
431
+ {:iata=>"WME",
432
+ :name=>"Mount Keith Airport",
433
+ :icao=>"YMNE",
434
+ :city=>"Mount Keith",
435
+ :country=>"Australia",
436
+ :location=>"Mount Keith, Western Australia, Australia"},
437
+ "WMH"=>
438
+ {:iata=>"WMH",
439
+ :name=>"Ozark Regional Airport (FAA: BPK)",
440
+ :icao=>"KBPK",
441
+ :city=>"Mountain Home",
442
+ :country=>"United States",
443
+ :location=>"Mountain Home, Arkansas, United States"},
444
+ "WMI"=>
445
+ {:iata=>"WMI",
446
+ :name=>"Modlin Airport",
447
+ :icao=>"EPMO",
448
+ :city=>"Warsaw",
449
+ :country=>"Poland",
450
+ :location=>"Warsaw, Poland"},
451
+ "WMK"=>
452
+ {:iata=>"WMK",
453
+ :name=>"Meyers Chuck Seaplane Base (FAA: 84K)",
454
+ :icao=>"",
455
+ :city=>"Meyers Chuck",
456
+ :country=>"United States",
457
+ :location=>"Meyers Chuck, Alaska, United States"},
458
+ "WML"=>
459
+ {:iata=>"WML",
460
+ :name=>"Malaimbandy Airport",
461
+ :icao=>"FMMC",
462
+ :city=>"Malaimbandy",
463
+ :country=>"Madagascar",
464
+ :location=>"Malaimbandy, Madagascar"},
465
+ "WMO"=>
466
+ {:iata=>"WMO",
467
+ :name=>"White Mountain Airport",
468
+ :icao=>"PAWM",
469
+ :city=>"White Mountain",
470
+ :country=>"United States",
471
+ :location=>"White Mountain, Alaska, United States"},
472
+ "WNA"=>
473
+ {:iata=>"WNA",
474
+ :name=>"Napakiak Airport",
475
+ :icao=>"PANA",
476
+ :city=>"Napakiak",
477
+ :country=>"United States",
478
+ :location=>"Napakiak, Alaska, United States"},
479
+ "WNC"=>
480
+ {:iata=>"WNC",
481
+ :name=>"Naukati Bay Seaplane Base (FAA: AK62)",
482
+ :icao=>"",
483
+ :city=>"Tuxekan Island",
484
+ :country=>"United States",
485
+ :location=>"Tuxekan Island, Alaska, United States"},
486
+ "WNH"=>
487
+ {:iata=>"WNH",
488
+ :name=>"Wenshan Airport",
489
+ :icao=>"ZPWS",
490
+ :city=>"Wenshan",
491
+ :country=>"China",
492
+ :location=>"Wenshan, Yunnan, China"},
493
+ "WNP"=>
494
+ {:iata=>"WNP",
495
+ :name=>"Naga Airport (Pili Airport)",
496
+ :icao=>"RPUN",
497
+ :city=>"Pili",
498
+ :country=>"Philippines",
499
+ :location=>"Pili, Camarines Sur, Philippines"},
500
+ "WNZ"=>
501
+ {:iata=>"WNZ",
502
+ :name=>"Wenzhou Yongqiang Airport",
503
+ :icao=>"ZSWZ",
504
+ :city=>"Wenzhou",
505
+ :country=>"China",
506
+ :location=>"Wenzhou, Zhejiang, China"},
507
+ "WOE"=>
508
+ {:iata=>"WOE",
509
+ :name=>"Woensdrecht Air Base",
510
+ :icao=>"EHWO",
511
+ :city=>"Woensdrecht",
512
+ :country=>"Netherlands",
513
+ :location=>"Woensdrecht, Netherlands"},
514
+ "WOL"=>
515
+ {:iata=>"WOL",
516
+ :name=>"Illawarra Regional Airport (Wollongong Airport)",
517
+ :icao=>"YWOL",
518
+ :city=>"Shellharbour",
519
+ :country=>"Australia",
520
+ :location=>"Shellharbour, Wollongong, New South Wales, Australia"},
521
+ "WOT"=>
522
+ {:iata=>"WOT",
523
+ :name=>"Wang-an Airport",
524
+ :icao=>"RCWA",
525
+ :city=>"Wang-an",
526
+ :country=>"Republic of China",
527
+ :location=>"Wang-an, Penghu (Pescadores), Republic of China"},
528
+ "WOW"=>
529
+ {:iata=>"WOW",
530
+ :name=>"Willow Airport (FAA: UUO)",
531
+ :icao=>"PAUO",
532
+ :city=>"Willow",
533
+ :country=>"United States",
534
+ :location=>"Willow, Alaska, United States"},
535
+ "WPA"=>
536
+ {:iata=>"WPA",
537
+ :name=>"Puerto Aisén Airport",
538
+ :icao=>"SCAS",
539
+ :city=>"Puerto Aisén",
540
+ :country=>"Chile",
541
+ :location=>"Puerto Aisén, Chile"},
542
+ "WPB"=>
543
+ {:iata=>"WPB",
544
+ :name=>"Port Bergé Airport",
545
+ :icao=>"FMNG",
546
+ :city=>"Port Bergé",
547
+ :country=>"Madagascar",
548
+ :location=>"Port Bergé, Madagascar"},
549
+ "WPC"=>
550
+ {:iata=>"WPC",
551
+ :name=>"Pincher Creek Airport",
552
+ :icao=>"CZPC",
553
+ :city=>"Pincher Creek",
554
+ :country=>"Canada",
555
+ :location=>"Pincher Creek, Alberta, Canada"},
556
+ "WPO"=>
557
+ {:iata=>"WPO",
558
+ :name=>"North Fork Valley Airport (FAA: 7V2)",
559
+ :icao=>"",
560
+ :city=>"Paonia",
561
+ :country=>"United States",
562
+ :location=>"Paonia, Colorado, United States"},
563
+ "WRB"=>
564
+ {:iata=>"WRB",
565
+ :name=>"Robins Air Force Base",
566
+ :icao=>"KWRB",
567
+ :city=>"Warner Robins",
568
+ :country=>"United States",
569
+ :location=>"Warner Robins, Georgia, United States"},
570
+ "WRE"=>
571
+ {:iata=>"WRE",
572
+ :name=>"Whangarei Airport",
573
+ :icao=>"NZWR",
574
+ :city=>"Whangarei",
575
+ :country=>"New Zealand",
576
+ :location=>"Whangarei, New Zealand"},
577
+ "WRG"=>
578
+ {:iata=>"WRG",
579
+ :name=>"Wrangell Airport",
580
+ :icao=>"PAWG",
581
+ :city=>"Wrangell",
582
+ :country=>"United States",
583
+ :location=>"Wrangell, Alaska, United States"},
584
+ "WRI"=>
585
+ {:iata=>"WRI",
586
+ :name=>"McGuire Air Force Base",
587
+ :icao=>"KWRI",
588
+ :city=>"Wrightstown",
589
+ :country=>"United States",
590
+ :location=>"Wrightstown, New Jersey, United States"},
591
+ "WRL"=>
592
+ {:iata=>"WRL",
593
+ :name=>"Worland Municipal Airport",
594
+ :icao=>"KWRL",
595
+ :city=>"Worland",
596
+ :country=>"United States",
597
+ :location=>"Worland, Wyoming, United States"},
598
+ "WRN"=>
599
+ {:iata=>"WRN",
600
+ :name=>"Windarling Airport",
601
+ :icao=>"",
602
+ :city=>"Windarling",
603
+ :country=>"Australia",
604
+ :location=>"Windarling, Australia"},
605
+ "WRO"=>
606
+ {:iata=>"WRO",
607
+ :name=>"Copernicus Airport Wroclaw",
608
+ :icao=>"EPWR",
609
+ :city=>"Wroclaw",
610
+ :country=>"Poland",
611
+ :location=>"Wroclaw, Poland"},
612
+ "WRT"=>
613
+ {:iata=>"WRT",
614
+ :name=>"Warton Aerodrome",
615
+ :icao=>"EGNO",
616
+ :city=>"Warton",
617
+ :country=>"United Kingdom",
618
+ :location=>"Warton, Lancashire, England, United Kingdom"},
619
+ "WRW"=>
620
+ {:iata=>"WRW",
621
+ :name=>"All airports in Warsaw",
622
+ :icao=>"",
623
+ :city=>"Warsaw",
624
+ :country=>"Poland",
625
+ :location=>"Warsaw, Poland"},
626
+ "WRZ"=>
627
+ {:iata=>"WRZ",
628
+ :name=>"Weerawila Airport",
629
+ :icao=>"VCCW",
630
+ :city=>"Weerawila",
631
+ :country=>"Sri Lanka",
632
+ :location=>"Weerawila, Sri Lanka"},
633
+ "WSD"=>
634
+ {:iata=>"WSD",
635
+ :name=>"Condron Army Airfield",
636
+ :icao=>"KWSD",
637
+ :city=>"White Sands",
638
+ :country=>"United States",
639
+ :location=>"White Sands, New Mexico, United States"},
640
+ "WSG"=>
641
+ {:iata=>"WSG",
642
+ :name=>"Washington County Airport (FAA: AFJ)",
643
+ :icao=>"KAFJ",
644
+ :city=>"Washington",
645
+ :country=>"United States",
646
+ :location=>"Washington, Pennsylvania, United States"},
647
+ "WSH"=>
648
+ {:iata=>"WSH",
649
+ :name=>"Brookhaven Airport (FAA: HWV)",
650
+ :icao=>"KHWV",
651
+ :city=>"Shirley",
652
+ :country=>"United States",
653
+ :location=>"Shirley, New York, United States"},
654
+ "WSM"=>
655
+ {:iata=>"WSM",
656
+ :name=>"Wiseman Airport",
657
+ :icao=>"",
658
+ :city=>"Wiseman",
659
+ :country=>"United States",
660
+ :location=>"Wiseman, Alaska, United States"},
661
+ "WSN"=>
662
+ {:iata=>"WSN",
663
+ :name=>"South Naknek Nr 2 Airport",
664
+ :icao=>"PFWS",
665
+ :city=>"South Naknek",
666
+ :country=>"United States",
667
+ :location=>"South Naknek, Alaska, United States"},
668
+ "WSO"=>
669
+ {:iata=>"WSO",
670
+ :name=>"Washabo Airport",
671
+ :icao=>"",
672
+ :city=>"Washabo",
673
+ :country=>"Suriname",
674
+ :location=>"Washabo, Suriname"},
675
+ "WSP"=>
676
+ {:iata=>"WSP",
677
+ :name=>"Waspam Airport",
678
+ :icao=>"MNWP",
679
+ :city=>"Waspam",
680
+ :country=>"Nicaragua",
681
+ :location=>"Waspam, Nicaragua"},
682
+ "WST"=>
683
+ {:iata=>"WST",
684
+ :name=>"Westerly Airport",
685
+ :icao=>"KWST",
686
+ :city=>"Westerly",
687
+ :country=>"United States",
688
+ :location=>"Westerly, Rhode Island, United States"},
689
+ "WSY"=>
690
+ {:iata=>"WSY",
691
+ :name=>"Whitsunday Airport",
692
+ :icao=>"YWHI",
693
+ :city=>"Airlie Beach",
694
+ :country=>"Australia",
695
+ :location=>"Airlie Beach, Australia"},
696
+ "WSX"=>
697
+ {:iata=>"WSX",
698
+ :name=>"Westsound/WSX Seaplane Base (FAA: WA83)",
699
+ :icao=>"",
700
+ :city=>"Westsound",
701
+ :country=>"United States",
702
+ :location=>"Westsound, Orcas Island, Washington, United States"},
703
+ "WSZ"=>
704
+ {:iata=>"WSZ",
705
+ :name=>"Westport Airport",
706
+ :icao=>"NZWS",
707
+ :city=>"Westport",
708
+ :country=>"New Zealand",
709
+ :location=>"Westport, New Zealand"},
710
+ "WTA"=>
711
+ {:iata=>"WTA",
712
+ :name=>"Tambohorano Airport",
713
+ :icao=>"FMMU",
714
+ :city=>"Tambohorano",
715
+ :country=>"Madagascar",
716
+ :location=>"Tambohorano, Madagascar"},
717
+ "WTD"=>
718
+ {:iata=>"WTD",
719
+ :name=>"West End Airport",
720
+ :icao=>"MYGW",
721
+ :city=>"Grand Bahama",
722
+ :country=>"Bahamas",
723
+ :location=>"Grand Bahama, Bahamas"},
724
+ "WTE"=>
725
+ {:iata=>"WTE",
726
+ :name=>"Wotje Airport (FAA: N36)",
727
+ :icao=>"",
728
+ :city=>"Wotje (Wotje Atoll)",
729
+ :country=>"Marshall Islands",
730
+ :location=>"Wotje (Wotje Atoll), Marshall Islands"},
731
+ "WTK"=>
732
+ {:iata=>"WTK",
733
+ :name=>"Noatak Airport",
734
+ :icao=>"PAWN",
735
+ :city=>"Noatak",
736
+ :country=>"United States",
737
+ :location=>"Noatak, Alaska, United States"},
738
+ "WTL"=>
739
+ {:iata=>"WTL",
740
+ :name=>"Tuntutuliak Airport (FAA: A61)",
741
+ :icao=>"",
742
+ :city=>"Tuntutuliak",
743
+ :country=>"United States",
744
+ :location=>"Tuntutuliak, Alaska, United States"},
745
+ "WTO"=>
746
+ {:iata=>"WTO",
747
+ :name=>"Wotho Airport",
748
+ :icao=>"",
749
+ :city=>"Wotho",
750
+ :country=>"Marshall Islands",
751
+ :location=>"Wotho, Marshall Islands"},
752
+ "WTR"=>
753
+ {:iata=>"WTR",
754
+ :name=>"Whiteriver Airport (FAA: E24)",
755
+ :icao=>"",
756
+ :city=>"Whiteriver",
757
+ :country=>"United States",
758
+ :location=>"Whiteriver, Arizona, United States"},
759
+ "WTS"=>
760
+ {:iata=>"WTS",
761
+ :name=>"Tsiroanomandidy Airport",
762
+ :icao=>"FMMK",
763
+ :city=>"Tsiroanomandidy",
764
+ :country=>"Madagascar",
765
+ :location=>"Tsiroanomandidy, Madagascar"},
766
+ "WUA"=>
767
+ {:iata=>"WUA",
768
+ :name=>"Wuhai Airport",
769
+ :icao=>"ZBUH",
770
+ :city=>"Wuhai",
771
+ :country=>"China",
772
+ :location=>"Wuhai, Inner Mongolia, China"},
773
+ "WUH"=>
774
+ {:iata=>"WUH",
775
+ :name=>"Wuhan Tianhe International Airport",
776
+ :icao=>"ZHHH",
777
+ :city=>"Wuhan",
778
+ :country=>"China",
779
+ :location=>"Wuhan, Hubei, China"},
780
+ "WUI"=>
781
+ {:iata=>"WUI",
782
+ :name=>"Murrin Murrin Airport",
783
+ :icao=>"",
784
+ :city=>"Murrin Murrin Joint Venture",
785
+ :country=>"Australia",
786
+ :location=>"Murrin Murrin Joint Venture, Western Australia, Australia"},
787
+ "WUU"=>
788
+ {:iata=>"WUU",
789
+ :name=>"Wau Airport",
790
+ :icao=>"HSWW",
791
+ :city=>"Wau",
792
+ :country=>"Sudan",
793
+ :location=>"Wau, Sudan"},
794
+ "WUX"=>
795
+ {:iata=>"WUX",
796
+ :name=>"Sunan Shuofang International Airport",
797
+ :icao=>"ZSWX",
798
+ :city=>"Wuxi/Suzhou",
799
+ :country=>"China",
800
+ :location=>"Wuxi/Suzhou, Jiangsu, China"},
801
+ "WUZ"=>
802
+ {:iata=>"WUZ",
803
+ :name=>"Wuzhou Changzhoudao Airport",
804
+ :icao=>"ZGWZ",
805
+ :city=>"Wuzhou",
806
+ :country=>"China",
807
+ :location=>"Wuzhou, Guangxi, China"},
808
+ "WVB"=>
809
+ {:iata=>"WVB",
810
+ :name=>"Walvis Bay Airport",
811
+ :icao=>"FYWB",
812
+ :city=>"Walvis Bay",
813
+ :country=>"Namibia",
814
+ :location=>"Walvis Bay, Namibia"},
815
+ "WVI"=>
816
+ {:iata=>"WVI",
817
+ :name=>"Watsonville Municipal Airport",
818
+ :icao=>"KWVI",
819
+ :city=>"Watsonville",
820
+ :country=>"United States",
821
+ :location=>"Watsonville, California, United States"},
822
+ "WVL"=>
823
+ {:iata=>"WVL",
824
+ :name=>"Waterville Robert LaFleur Airport",
825
+ :icao=>"KWVL",
826
+ :city=>"Waterville",
827
+ :country=>"United States",
828
+ :location=>"Waterville, Maine, United States"},
829
+ "WVN"=>
830
+ {:iata=>"WVN",
831
+ :name=>"JadeWeser Airport",
832
+ :icao=>"EDWI",
833
+ :city=>"Wilhelmshaven",
834
+ :country=>"Germany",
835
+ :location=>"Wilhelmshaven, Lower Saxony, Germany"},
836
+ "WWA"=>
837
+ {:iata=>"WWA",
838
+ :name=>"Wasilla Airport (FAA: IYS)",
839
+ :icao=>"PAWS",
840
+ :city=>"Wasilla",
841
+ :country=>"United States",
842
+ :location=>"Wasilla, Alaska, United States"},
843
+ "WWD"=>
844
+ {:iata=>"WWD",
845
+ :name=>"Cape May Airport",
846
+ :icao=>"KWWD",
847
+ :city=>"Wildwood",
848
+ :country=>"United States",
849
+ :location=>"Wildwood, New Jersey, United States"},
850
+ "WWP"=>
851
+ {:iata=>"WWP",
852
+ :name=>"North Whale Seaplane Base (FAA: 96Z)",
853
+ :icao=>"",
854
+ :city=>"North Whale Pass",
855
+ :country=>"United States",
856
+ :location=>"North Whale Pass, Alaska, United States"},
857
+ "WWR"=>
858
+ {:iata=>"WWR",
859
+ :name=>"West Woodward Airport",
860
+ :icao=>"KWWR",
861
+ :city=>"Woodward",
862
+ :country=>"United States",
863
+ :location=>"Woodward, Oklahoma, United States"},
864
+ "WWT"=>
865
+ {:iata=>"WWT",
866
+ :name=>"Newtok Airport (FAA: EWU)",
867
+ :icao=>"PAEW",
868
+ :city=>"Newtok",
869
+ :country=>"United States",
870
+ :location=>"Newtok, Alaska, United States"},
871
+ "WWY"=>
872
+ {:iata=>"WWY",
873
+ :name=>"West Wyalong Airport",
874
+ :icao=>"YWWL",
875
+ :city=>"West Wyalong",
876
+ :country=>"Australia",
877
+ :location=>"West Wyalong, New South Wales, Australia"},
878
+ "WXF"=>
879
+ {:iata=>"WXF",
880
+ :name=>"MDPGA Wethersfield",
881
+ :icao=>"EGVT",
882
+ :city=>"Braintree",
883
+ :country=>"United Kingdom",
884
+ :location=>"Braintree, England, United Kingdom"},
885
+ "WXN"=>
886
+ {:iata=>"WXN",
887
+ :name=>"Wanzhou Wuqiao Airport",
888
+ :icao=>"ZUWX",
889
+ :city=>"Wanzhou",
890
+ :country=>"China",
891
+ :location=>"Wanzhou, Chongqing, China"},
892
+ "WYB"=>
893
+ {:iata=>"WYB",
894
+ :name=>"Yes Bay Lodge Seaplane Base (FAA: 78K)",
895
+ :icao=>"",
896
+ :city=>"Yes Bay",
897
+ :country=>"United States",
898
+ :location=>"Yes Bay, Alaska, United States"},
899
+ "WYE"=>
900
+ {:iata=>"WYE",
901
+ :name=>"Yengema Airport",
902
+ :icao=>"GFYE",
903
+ :city=>"Yengema",
904
+ :country=>"Sierra Leone",
905
+ :location=>"Yengema, Kono District, Sierra Leone"},
906
+ "WYS"=>
907
+ {:iata=>"WYS",
908
+ :name=>"Yellowstone Airport",
909
+ :icao=>"KWYS",
910
+ :city=>"West Yellowstone",
911
+ :country=>"United States",
912
+ :location=>"West Yellowstone, Montana, United States"}}
913
+ end