Liste over Europas største flyplasser
Hopp til navigering
Hopp til søk
Dette er en liste over de største flyplasser i Europa.
Grafikk[rediger | rediger kilde]
<graph> {
// // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Lines // Please do not modify it anywhere else, as it may get copied and override your changes. // Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Lines // // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab //
"version": 2, "width": 1100, "height": 300,
"padding": "strict",
"signals": [{"name": "rightwidth", "expr": "width + padding.right", "init":"1100"}], "data": [{ "name": "chart", "url": "wikidatasparql:///?query=%23%20Scroll%20down%20and%20hit%20blue%20arrow%20down%20to%20run%20and%20see%20the%20results%20%2B%20the%20sources%0ASELECT%20%3Fyear%20%3Fitem%20%3FitemLabel%20%28MAX%28%3Fnumber%29%20AS%20%3Fpassengers%29%0A%20%20%28SAMPLE%28COALESCE%28%3Freference_URL%2C%20%3Fmonthly_reference_URL2%29%29%20AS%20%3Fsample_reference_URL%29%0AWITH%0A%7B%0A%20%20SELECT%20%3Fitem%20%3Fstatement%20%3Fdate%20%3Fyear%20%3Ftimevalue%20%3Fnumberperperiod%20%3Freference_URL%0A%20%20WHERE%0A%20%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP238%20%3Fairport_code%0A%20%20%20%20VALUES%20%3Fairport_code%20%0A%20%20%20%20%7B%0A%20%22LHR%22%20%22CDG%22%20%22AMS%22%20%22FRA%22%20%22IST%22%20%22ISL%22%20%22MAD%22%20%22BCN%22%20%22MUC%22%20%22LGW%22%20%22SVO%22%0A%20%20%20%20%7D%0A%20%20%20%20%3Fitem%20p%3AP3872%20%3Fstatement.%0A%20%20%20%20%3Fstatement%20pqv%3AP585%20%3Ftimevalue%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ps%3AP3872%20%3Fnumberperperiod.%0A%20%20%20%20%3Ftimevalue%20wikibase%3AtimeValue%20%3Fdate.%0A%20%20%20%20OPTIONAL%20%7B%20%3Fstatement%20pq%3AP518%20%3Fapplies.%20%7D%0A%20%20%20%20OPTIONAL%20%7B%20%3Fstatement%20prov%3AwasDerivedFrom%20%2F%20%28pr%3AP854%7Cpr%3AP4656%29%20%3Freference_URL.%20%7D%0A%20%20%20%20FILTER%20%28BOUND%28%3Fapplies%29%3Dfalse%20%7C%7C%20%3Fapplies%20%3D%20wd%3AQ2165236%20%29%0A%20%20%20%20MINUS%20%7B%20%3Fstatement%20wikibase%3Arank%20wikibase%3ADeprecatedRank%20%7D%0A%20%20%20%20BIND%20%28YEAR%28%3Fdate%29%20AS%20%3Fyear%29%0A%20%20%20%20FILTER%20%28%3Fyear%20%3E1970%29.%0A%20%20%20%20FILTER%20%28%3Fyear%20%3C%20YEAR%28NOW%28%29%29%29%0A%20%20%7D%0A%7D%20AS%20%25airport%0AWHERE%0A%7B%0A%20%20%7B%0A%20%20%20%20%23%20Get%20the%20sum%20of%20monthly%20values%20within%20a%20year%0A%20%20%20%20SELECT%20%3Fitem%20%3Fyear%20%28SUM%28%3Fmax_numberperperiod%29%20AS%20%3Fnumber%29%20%28SAMPLE%28%3Fmonthly_reference_URL%29%20AS%20%3Fmonthly_reference_URL2%29%0A%20%20%20%20WHERE%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%23%20Get%20the%20maximal%20value%20and%20a%20sample%20reference%20URL%20for%20each%20unique%20month%0A%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20SELECT%20%3Fitem%20%3Fyear%20%28MAX%28%3Fnumberperperiod%29%20AS%20%3Fmax_numberperperiod%29%20%28SAMPLE%28%3Freference_URL%29%20AS%20%3Fmonthly_reference_URL%29%0A%20%20%20%20%20%20%20%20WHERE%0A%20%20%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%20%20INCLUDE%20%25airport%0A%20%20%20%20%20%20%20%20%20%20%3Ftimevalue%20wikibase%3AtimePrecision%20%3Fprec.%0A%20%20%20%20%20%20%20%20%20%20FILTER%20%28%3Fprec%20%20%3D10%29%23%20precision%20%3D%20month%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20GROUP%20BY%20%3Fitem%20%3Fyear%20%3Fdate%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20GROUP%20BY%20%3Fitem%20%3Fyear%0A%20%20%7D%0A%20%20UNION%0A%20%20%7B%0A%20%20%20%20%3Ftimevalue%20wikibase%3AtimePrecision%209%20.%0A%20%20%20%20BIND%20%28%3Fnumberperperiod%20AS%20%3Fnumber%29%0A%20%20%20%20BIND%20%28%3Freference_URL%20AS%20%3Fsample_reference_URL%29%0A%20%20%20%20INCLUDE%20%25airport%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22nb%22.%20%7D%0A%7D%0AGROUP%20BY%20%3Fitem%20%3FitemLabel%20%3Fyear%0AORDER%20BY%20%3Fitem%20DESC%20%28%3Fyear%29", "format": {"type": "json" }, "transform": [
// Convert xField parameter into a field "_xfield" {"type": "formula", "field": "_xfield", "expr":
"datetime(datum.year, 0, 1)"
} , {"type": "sort", "by": ["_xfield"]}
, {"type": "formula", "field": "_yfield", "expr": "datum.passengers" }
] },
], "scales": [ { "name": "x", "type": "time", "domain": {"data": "chart", "field": "_xfield"}, "range": "width",
}, { "name": "y", "type": "linear", "range": "height", "domain": {"data": "chart", "field": "_yfield"}, "zero": true, }, { "name": "color", "type": "ordinal", "range": "category10", "domain": {"data": "chart", "field": "itemLabel"} },
],
"legends": [{
"fill": "color", "stroke": "color",
}], "axes": [ { "scale": "x", "type": "x", "tickSizeEnd": 0, "ticks": 7, "properties": { "labels": { } } }, { "scale": "y", "type": "y", "tickSizeEnd": 0, "title": "Passasjerer", "format": ".1s", "grid": true, "properties": { "labels": { } } } ],
"marks": [ // Group data by the group parameter or "key", and draw lines, one line per group { "type": "group", "from": { "data": "chart", "transform": [{"type": "facet", "groupby": ["itemLabel"]}] }, "marks": [ { "type": "line", "properties": { "hover": { "stroke": {"value": "red"} }, "update": { "stroke": {"scale": "color", "field": "itemLabel"} }, "enter": { "y": {"scale": "y", "field": "_yfield"}, "x": {"scale": "x", "field": "_xfield"}, "stroke": {"scale": "color", "field": "itemLabel"}, "interpolate": {"value": "linear"}, "strokeWidth": {"value": 2.5} } } } ], },
// Draw title at the top of the graph
{ "type": "text", "properties": { "enter": { "y": {"value": -15},
"x": {"signal": "rightwidth", "mult": 0.5, "offset": 0 },
"text": {"value": "Årlig trafikk på disse flyplassene: LHR CDG AMS FRA IST ISL MAD BCN MUC LGW SVO"}, "fontWeight": {"value": "bold"}, "align": {"value": "center"}, "baseline": {"value": "bottom"}, "fill": {"value": "#000"} } } } ]
} </graph>
2016[rediger | rediger kilde]
2006 - 2007[rediger | rediger kilde]
Rang | Land | Flyplass | By | Kode (IATA/ICAO) |
2006 | 2007 | Endring |
---|---|---|---|---|---|---|---|
1. | ![]() |
London Heathrow lufthavn | London | LHR/EGLL | 67 339 227[37] | 68 068 304[38] | +0,8 % |
2. | ![]() |
Charles de Gaulle internasjonale lufthavn | Paris | CDG/LFPG | 56 849 567[37] | 59 922 177[38] | +5,4 % |
3. | ![]() |
Frankfurt internasjonale lufthavn | Frankfurt am Main | FRA/EDDF | 52 810 683[37] | 54 161 856[38] | +2,6 % |
4. | ![]() |
Barajas lufthavn | Madrid | MAD/LEMD | 49 799 983[37] | 52 122 702[38] | +5,9 % |
5. | ![]() |
Amsterdam Schiphol lufthavn | Amsterdam | AMS/EHAM | 46 088 221[37] | 47 794 994[38] | +3,8 % |
6. | ![]() |
London Gatwick lufthavn | London | LGW/EGKK | 34 080 345[37] | 35 218 374[38] | +3,1 % |
7. | ![]() |
München lufthavn | München | MUC/EDDM | 27 778 352[37] | 33 959 422[38] | +23,4 % |
8. | ![]() |
Leonardo da Vinci internasjonale lufthavn | Roma | FCO/LIRF | 30 176 760 | 32 945 223 | +9,2 % |
9. | ![]() |
Barcelona internasjonale lufthavn | Barcelona | BCN/LEBL | 30 008 152 | 32 793 897 | +9,3 % |
10. | ![]() |
Orly lufthavn | Paris | ORY/LFPO | 25 622 152 | 26 440 736 | +3,2 % |
11. | ![]() |
Atatürk internasjonale lufthavn | Istanbul | IST/LTBA | 21 265 974 | 25 561 357 | +9,9 % |
12. | ![]() |
Malpensa lufthavn | Milano | MXP/LIMC | 21 621 236 | 23 885 391 | +9,7 % |
13. | ![]() |
London Stansted lufthavn | London | STN/EGSS | 23 680 352 | 23 777 194 | +0,4 % |
14. | ![]() |
Dublin lufthavn | Dublin | DUB/EIDW | 21 196 382 | 23 289 417 | +9,9 % |
15. | ![]() |
Palma de Mallorca internasjonale lufthavn | Palma de Mallorca | PMI/LEPA | 22 408 427 | 23 223 963 | +3,7 % |
16. | ![]() |
Manchester lufthavn | Manchester | MAN/EGCC | 22 132 762 | 22 112 625 | -0,1 % |
17. | ![]() |
Københavns lufthavn | København | CPH/EKCH | 20 877 496 | 21 356 134 | +2,7 % |
18. | ![]() |
Zürich lufthavn | Zürich | ZRH/LSZH | 19 298 560 | 20 686 986 | +7,8 % |
19. | ![]() |
Oslo lufthavn, Gardermoen | Oslo | OSL/ENGM | 17 672 256 | 19 043 800 | +7,8 % |
20. | ![]() |
Antalya internasjonale lufthavn | Antalya | AYT/LTAI | 17 710 385 | 18 922 225 | +6,9 % |
21. | ![]() |
Wien internasjonale lufthavn | Wien | VIE/LOWW | 16 855 725 | 18 768 468 | +11,3 % |
22. | ![]() |
Domodedovo internasjonale lufthavn | Moskva | DME/UUDD | 15 370 355 | 18 755 098 | +22,0 % |
23. | ![]() |
Stockholm-Arlanda lufthavn | Stockholm | ARN/ESSA | 17 539 390 | 17 968 023 | +1,7 % |
24. | ![]() |
Brussel lufthavn | Brussel | BRU/EBBR | 16 707 892 | 17 838 689 | +7,0 % |
25. | ![]() |
Düsseldorf internasjonale lufthavn | Düsseldorf | DUS/EDDL | 16 590 055 | 17 831 248 | +7,5 % |
26. | ![]() |
Eleftherios Venizelos internasjonale lufthavn | Athen | ATH/LGAV | 15 079 662 | 16 522 680 | +9,7 % |
27. | ![]() |
Sjeremetjevo internasjonale lufthavn | Moskva | SVO/UUEE | 12 764 263 | 14 039 843 | +10,0 % |
28. | ![]() |
Málaga lufthavn | Málaga | AGP/LEMG | 13 076 252 | 13 576 080 | +4,0 % |
29. | ![]() |
Portela lufthavn | Lisboa | LIS/LPPT | 12 313 606 | 13 392 131 | +8,8 % |
30. | ![]() |
Berlin-Tegel internasjonale lufthavn | Berlin | TXL/EDDT | 11 812 625 | 13 357 741 | +13,1 % |
31. | ![]() |
Helsingfors-Vanda lufthavn | Helsingfors | HEL/EFHK | 12 147 781 | 12 956 754 | +6,7 % |
32. | ![]() |
Hamburg lufthavn | Hamburg | HAM/EDDH | 11 954 117 | 12 780 504 | +6,9 % |
33. | ![]() |
Ruzyně lufthavn | Praha | PRG/LKPR | 11 581 511 | 12 478 078 | +7,7 % |
34. | ![]() |
Genève internasjonale lufthavn | Genève | GVA/LSGG | 9 963 025 | 10 807 060 | +9,5 % |
35. | ![]() |
Köln/Bonn lufthavn | Köln / Bonn | CGN/EDDK | 9 907 700 | 10 471 657 | +5,7 % |
36. | ![]() |
Côte d'Azur internasjonale lufthavn | Nice | NCE/LFMN | 9 948 035 | 10 399 570 | +4,5 % |
37. | ![]() |
Gran Canaria internasjonale lufthavn | Gran Canaria / Las Palmas | LPA/GCLP | 10 286 726 | 10 340 567 | +0,7 % |
38. | ![]() |
Stuttgart lufthavn | Stuttgart | STR/EDDS | 10 111 346 | 10 321 431 | +2,1 % |
39. | ![]() |
London Luton lufthavn | London | LTN/EGGW | 9 414 829 | 9 939 672 | +5,3 % |
40. | ![]() |
Linate lufthavn | Milano | LIN/LIML | 9 693 156 | 9 926 530 | +2,4 % |
41. | ![]() |
Frédéric Chopin lufthavn Warszawa-Okęcie | Warszawa | WAW/EPWA | 8 101 827 | 9 268 476 | +14,4 % |
42. | ![]() |
Birmingham internasjonale lufthavn | Birmingham | BHX/EGBB | 9 056 004 | 9 232 198 | +0,9 % |
43. | ![]() |
Alicante lufthavn | Alicante | ALC/LEAL | 8 893 720 | 9 109 787 | +2,6 % |
44. | ![]() |
Edinburgh lufthavn | Edinburgh | EDI/EGPH | 8 606 651 | 9 049 188 | +5,1 % |
45. | ![]() |
Glasgow internasjonale lufthavn | Glasgow | GLA/EGPF | 8 820 462 | 8 812 617 | -0,6 % |
46. | ![]() |
Reina Sofía lufthavn | Tenerife | TFS/GCTS | 8 845 668 | 8 611 403 | -2,2 % |
47. | ![]() |
Budapest Ferihegy internasjonale lufthavn | Budapest | BUD/LHBP | 8 266 677 | 8 580 713 | +4,0 % |
48. | ![]() |
Saint-Exupéry internasjonale lufthavn | Lyon | LYS/LFLL | 6 752 333 | 7 320 952 | +8,4 % |
49. | ![]() |
Marco Polo internasjonale lufthavn | Venezia | VCE/LIPZ | 6 296 345 | 7 076 114 | +11,6 % |
50. | ![]() |
Marseille Provence lufthavn | Marseille | MRS/LFML | 6 155 654 | 6 962 772 | +13,8 % |
51. | ![]() |
Vnukovo internasjonale lufthavn | Moskva | VKO/UUWW | 5 117 000 | 6 696 663 | +30,5 % |
52. | ![]() |
Berlin-Schönefeld lufthavn | Berlin | SXF/EDDB | 6 059 343 | 6 331 191 | +4,5 % |
53. | ![]() |
Toulouse Blagnac lufthavn | Toulouse | TLS/LFBO | 5 961 447 | 6 163 355 | +3,5 % |
54. | ![]() |
Pulkovo internasjonale lufthavn | St. Petersburg | LED/ULLI | 5 121 222 | 6 138 823 | +19,9 % |
55. | ![]() |
Catania-Fontanarossa lufthavn | Catania | CTA/LICC | 5 392 602 | 6 083 735 | +12,7 % |
56. | ![]() |
Bristol lufthavn | Bristol | BRS/EGGD | 5 757 963 | 5 923 814 | +2,9 % |
57. | ![]() |
Valencia lufthavn | Valencia | VLC/LEVC | 4 962 224 | 5 922 805 | +19,4 % |
58. | ![]() |
Napoli internasjonale lufthavn | Napoli | NAP/LIRN | 5 095 969 | 5 775 838 | +13,3 % |
59. | ![]() |
Orio al Serio lufthavn | Milano / Bergamo | BGY/LIME | 5 244 794 | 5 741 734 | +9,5 % |
60. | ![]() |
Newcastle lufthavn | Newcastle upon Tyne | NCL/EGNT | 5 431 976 | 5 701 395 | +4,1 % |
61. | ![]() |
Boryspil lufthavn | Kiev | KBP/UKBB | 4 624 803 | 5 674 548 | +22,7 % |
62. | ![]() |
Hannover/Langenhagen lufthavn | Hannover | HAJ/EDDV | 5 699 298 | 5 644 582 | -1,0 % |
63. | ![]() |
Lanzarote lufthavn | Lanzarote | ACE/GCRR | 5 625 812 | 5 625 242 | 0 % |
64. | ![]() |
Liverpool John Lennon lufthavn | Liverpool | LPL/EGGP | 4 963 886 | 5 520 283 | +11,0 % |
65. | ![]() |
Faro lufthavn | Faro | FAO/LPFR | 5 089 318 | 5 472 495 | +7,5 % |
66. | ![]() |
Heraklion lufthavn | Heraklion | HER/LGIR | 5 345 652 | 5 438 369 | +1 7 % |
67. | ![]() |
East Midlands lufthavn | Derby / Leicester / Nottingham | EMA/EGNX | 4 735 000 | 5 422 102 | +14,5 % |
68. | ![]() |
Roma Ciampino lufthavn | Roma | CIA/LIRA | 4 945 158 | 5 401 475 | +9,2 % |
69. | ![]() |
Larnaka internasjonale lufthavn | Larnaka | LCA/LCLK | 5 025 354 | 5 387 724 | +7,2 % |
70. | ![]() |
Belfast lufthavn | Belfast | BFS/EGAA | 5 044 924 | 5 279 606 | +4,7 % |
71. | ![]() |
Henri Coandă internasjonale lufthavn | București | OTP/LROP | 3 513 576 | 4 978 587 | +41,7 % |
72. | ![]() |
Bergen lufthavn, Flesland | Bergen | BGO/ENBR | 4 358 104 | 4 852 740 | +6,0 % |
73. | ![]() |
Girona-Costa Brava lufthavn | Girona | GRO/LEGE | 3 592 560 | 4 829 970 | +34,4 % |
74. | ![]() |
Ibiza lufthavn | Ibiza | IBZ/LEIB | 4 446 597 | 4 746 918 | +6,8 % |
75. | ![]() |
Fuerteventura lufthavn | Fuerteventura | FUE/GCFV | 4 412 860 | 4 604 013 | +4,3 % |
76. | ![]() |
Palermo lufthavn | Palermo | PMO/LICJ | 4 280 614 | 4 511 165 | +5,4 % |
77. | ![]() |
San Pablo lufthavn | Sevilla | SVQ/LEZL | 3 868 423 | 4 501 050 | +16,4 % |
78. | ![]() |
Landvetter lufthavn | Göteborg | GOT/ESGG | 4 322 176 | 4 385 910 | +1,5 % |
79. | ![]() |
Bologna Guglielmo Marconi lufthavn | Bologna | BLQ/LIPE | 3 976 679 | 4 361 951 | +9,0 % |
80. | ![]() |
Bilbao lufthavn | Bilbao | BIO/LEBB | 3 863 643 | 4 260 048 | +10,3 % |
81. | ![]() ![]() ![]() |
Basel-Mulhouse-Freiburg lufthavn | Basel / Mulhouse / Freiburg | BSL/LFSB | 4 009 753 | 4 259 380 | +6,2 % |
82. | ![]() |
Nürnberg lufthavn | Nürnberg | NUE/EDDN | 3 961 354 | 4 238 275 | +7,0 % |
83. | ![]() |
Thessaloniki Makedonia internasjonale lufthavn | Thessaloniki | SKG/LGTS | 3 802 854 | 4 167 969 | +9 6 % |
84. | ![]() |
Los Rodeos lufthavn | Tenerife | TFN/GCXO | 4 023 445 | 4 123 550 | +2,5 % |
85. | ![]() |
Frankfurt-Hahn lufthavn | Kirchberg / Simmern | HHN/EDFH | 3 704 114 | 4 014 246 | +8,4 % |
86. | ![]() |
Francisco de Sá Carneiro lufthavn | Porto | OPO/LPPR | 3 402 893 | 3 986 748 | +17,2 % |
87. | ![]() |
Galileo Galilei internasjonale lufthavn | Pisa | PSA/LIRP | 3 014 656 | 3 725 770 | +23,6 % |
88. | ![]() |
Shannon lufthavn | Shannon / Limerick | SNN/EINN | 3 639 230 | 3 621 118 | -0,5 % |
89. | ![]() |
Verona lufthavn | Verona | VRN/LIPX | 3 007 965 | 3 510 259 | +16,7 % |
90. | ![]() |
Torino internasjonale lufthavn | Torino | TRN/LIMF | 3 248 230 | 3 509 253 | +7,6 % |
91. | ![]() |
Bordeaux - Mérignac lufthavn | Bordeaux | BOD/LFBD | 3 256 038 | 3 463 205 | +6,4 % |
92. | ![]() |
Aberdeen lufthavn | Aberdeen | ABZ/EGPD | 3 183 214 | 3 434 265 | +7,9 % |
93. | ![]() |
Trondheim lufthavn, Værnes | Trondheim | TRD/ENVA | 3 167 601 | 3 406 281 | +7,5 % |
94. | ![]() |
Stavanger lufthavn, Sola | Stavanger | SVG/ENZV | 3 107 996 | 3 345 718 | +7,6 % |
95. | ![]() |
Cork lufthavn | Cork | ORK/EICK | 3 010 559 | 3 180 247 | +5,6 % |
96. | ![]() |
Riga internasjonale lufthavn | Riga | RIX/EVRA | 2 495 020 | 3 160 945 | +26,7 % |
97. | ![]() |
John Paul II lufthavn Kraków-Balice | Kraków | KRK/EPKK | 2 366 822 | 3 068 199 | +29,6 % |
98. | ![]() |
Malta lufthavn | Malta | MLA/LMML | 2 709 271 | 2 980 653 | +10,0 % |
99. | ![]() |
London City lufthavn | London | LCY/EGLC | 2 373 246 | 2 929 155 | +23,4 % |
100. | ![]() |
Leeds Bradford internasjonale lufthavn | Leeds / Bradford | LBA/EGNM | 2 793 690 | 2 895 816 | +3,7 % |
Referanser[rediger | rediger kilde]
- ↑ 1,00 1,01 1,02 1,03 1,04 1,05 1,06 1,07 1,08 1,09 1,10 1,11 1,12 1,13 1,14 1,15 1,16 1,17 1,18 1,19 1,20 1,21 1,22 1,23 1,24 1,25 1,26 1,27 UK airport data
- ↑ 2,0 2,1 2,2 2,3 2,4 2,5 Paris Airports Statistics
- ↑ 3,0 3,1 «Amsterdam Transport and Traffic statistics». Arkivert fra originalen 27. desember 2019. Besøkt 13. april 2018.
- ↑ 4,00 4,01 4,02 4,03 4,04 4,05 4,06 4,07 4,08 4,09 4,10 4,11 4,12 4,13 4,14 4,15 4,16 4,17 ADV German Airport Statistics
- ↑ 5,00 5,01 5,02 5,03 5,04 5,05 5,06 5,07 5,08 5,09 5,10 5,11 5,12 5,13 5,14 5,15 5,16 5,17 Spain AENA Airport Statistics
- ↑ 6,00 6,01 6,02 6,03 6,04 6,05 6,06 6,07 6,08 6,09 6,10 6,11 6,12 6,13 6,14 6,15 6,16 6,17 6,18 6,19 6,20 6,21 6,22 6,23 Italian Airport Statistics
- ↑ 7,0 7,1 7,2 7,3 7,4 7,5 7,6 7,7 7,8 7,9 «Russia airport statistic». Arkivert fra originalen 29. juli 2020. Besøkt 13. april 2018.
- ↑ 8,0 8,1 Copenhagen Airport Traffic Statistics
- ↑ 9,0 9,1 Dublin Airport Annual Reports
- ↑ 10,0 10,1 Zürich airport key figures
- ↑ 11,0 11,1 11,2 11,3 11,4 11,5 Norwegian AVINOR Airport Statistics
- ↑ 12,0 12,1 12,2 12,3 Swedich Airport Statistic Arkivert 10. januar 2018 hos Wayback Machine.
- ↑ 13,0 13,1 Vienna Airport Group Statistics
- ↑ 14,0 14,1 14,2 14,3 14,4 14,5 Portuguese Airport Statistics
- ↑ 15,0 15,1 «Brussels Airport Statistics». Arkivert fra originalen 25. juli 2018. Besøkt 13. april 2018.
- ↑ 16,0 16,1 Athens Airport Statistics
- ↑ 18,0 18,1 Geneva Airport Statistics
- ↑ 19,0 19,1 Prague Airport Reports
- ↑ 20,0 20,1 Poland Airports Statistic
- ↑ 21,0 21,1 «Nice Airport Statistics». Arkivert fra originalen 17. juli 2015. Besøkt 13. april 2018.
- ↑ 22,0 22,1 Budapest airport traffic statistic
- ↑ Aeroporturi București rapoarte anuale
- ↑ https://boardingpass.ro/record-de-pasageri-pe-aeroporturile-din-bucuresti-1099-milioane-de-pasageri-in-2016
- ↑ 25,0 25,1 25,2 25,3 25,4 25,5 25,6 25,7 [1]
- ↑ 26,0 26,1 26,2 26,3 Anna.aero - European Airport Traffic Trends
- ↑ 27,0 27,1 «Toulouse Airport Statistics». Arkivert fra originalen 15. mars 2016. Besøkt 13. april 2018.
- ↑ 28,0 28,1 «EuroAirport key figures». Arkivert fra originalen 4. november 2017. Besøkt 13. april 2018.
- ↑ 29,0 29,1 «Charleroi Airport Statistics». Arkivert fra originalen 14. januar 2018. Besøkt 13. april 2018.
- ↑ 30,0 30,1 «Keflavik Passenger Statistics». Arkivert fra originalen 12. januar 2018. Besøkt 13. april 2018.
- ↑ 31,0 31,1 31,2 31,3 31,4 31,5 Greece Airport Statistics
- ↑ 32,0 32,1 «Riga Airport Statistics». Arkivert fra originalen 17. januar 2018. Besøkt 13. april 2018.
- ↑ 33,0 33,1 Malta Airport Annual Statistics
- ↑ 34,0 34,1 c56/aviation-business c57/bettercountonnumbers c58/basic-data c68/ Krakow airport basic data
- ↑ 35,0 35,1 Sofia Airport 2016
- ↑ 36,0 36,1 «Belgrade Traffic Figures». Arkivert fra originalen 6. mars 2018. Besøkt 13. april 2018.
- ↑ 37,0 37,1 37,2 37,3 37,4 37,5 37,6 Passenger Traffic 2006 FINAL from Airports Council International Arkivert 29. april 2012 hos Wayback Machine.
- ↑ 38,0 38,1 38,2 38,3 38,4 38,5 38,6 «Passenger Traffic 2007 FINAL from Airports Council International». Arkivert fra originalen 11. februar 2012. Besøkt 17. februar 2009.