تضامنًا مع حق الشعب الفلسطيني |
مطار براتيسلافا الدولي
مطار براتيسلافا الدولي | |||
---|---|---|---|
إياتا: BTS – ايكاو: LZIB | |||
موجز | |||
الموقع | وسيط property غير متوفر. | ||
الخريطة | |||
| |||
| |||
تعديل مصدري - تعديل |
مطار براتيسلافا الدولي (بالسلوفاكية: Letisko M. R. Štefánika)(بالألمانية: Flughafen M. R. Štefánik)(إياتا: BTS، إيكاو: LZIB) هو المطار الرئيسي في سلوفاكيا، ويقع في العاصمة براتيسلافا.[1][2]
شركات الطيران والوجهات
تقوم شركات الطيران التالية بتشغيل رحلات طيران منتظمة وموسمية وعارضة من وإلى براتيسلافا:[3]
الإحصائيات
<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": 540, "height": 300, "padding": "strict",
"signals": [{"name": "rightwidth", "expr": "width + padding.right"}], "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%22BTS%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%3E1949%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%3E%209%29%23%20precision%20more%20precise%20or%20equal%20to%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%22ar%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"]},
] },
], "scales": [ { "name": "x", "type": "time", "domain": {"data": "chart", "field": "_xfield"}, "range": "width",
}, { "name": "y", "type": "linear", "range": "height", "domain": {"data": "chart", "field": "passengers"},
"zero": true,
}, { "name": "color", "type": "ordinal", "domain": {"data": "chart", "field": "itemLabel"}, "range": "category10" },
],
"axes": [ {"scale": "x", "type": "x", "tickSizeEnd": 0
, "ticks": 7
},
{"scale": "y", "type": "y", "tickSizeEnd": 0
, "title": "خطأ لوا في وحدة:TNT على السطر 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Template:Airport-Statistics.tab." , "grid": true }
],
"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": { "enter": { "y": {"scale": "y", "field": "passengers"}, "x": {"scale": "x", "field": "_xfield"}, "stroke": {"scale": "color", "field": "itemLabel"}, "interpolate": {"value": "monotone"}, "strokeWidth": {"value": 2.5} } } } ], }
// Draw title at the top of the graph , {
"type": "text", "properties": { "enter": { "x": {"signal": "rightwidth", "mult": 0.5}, "y": {"value": -15}, "text": {"value": "خطأ لوا في وحدة:TNT على السطر 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Template:Airport-Statistics.tab. خطأ لوا في وحدة:TNT على السطر 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Template:Airport-Statistics.tab. BTS خطأ لوا في وحدة:TNT على السطر 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Template:Airport-Statistics.tab."}, "fontWeight": {"value": "bold"}, "align": {"value": "center"}, "baseline": {"value": "bottom"}, "fill": {"value": "#000"} } } } ]
} </graph> خطأ لوا في وحدة:TNT على السطر 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Template:Graphs.tab..
الرتبة | الركاب | التغير | الشحن (طن) |
---|---|---|---|
1997 | 285,983 | 1,641 | |
1998 | 324,219 | +13.4% | 1,443 |
1999 | 276,092 | -14.8% | 1,605 |
2000 | 283,714 | +2.8% | 2,878 |
2001 | 293,326 | +3.4% | 3,171 |
2002 | 368,203 | +25.5% | 4,831 |
2003 | 480,011 | +30.4% | 10,883 |
2004 | 893,614 | +86.2% | 6,972 |
2005 | 1,326,493 | +48.4% | 3,633 |
2006 | 1,937,642 | +46.1% | 5,055 |
2007 | 2,024,142 | +4.5% | 1,969 |
2008 | 2,218,545 | +9.6% | 6,961 |
2009 | 1,710,018 | −22.9% | 11,903 |
2010 | 1,665,704 | −2.6% | 17,717 |
2011 | 1,585,064 | −4.8% | 20,530 |
2012 | 1,416,010 | −10.7% | 22,563 |
2013 | 1,373,078 | −3.0% | 21,271 |
2014 | 1,355,625 | −1.3% | 19,448 |
2015 | 1,564,311 | +15.4% | 21,098 |
2016 | 1,756,808 | +12.3% | 22,895[8] |
2017 | 1,942,069 | +10,6% | 26,246[9] |
2018 | 2,292,712 | +18,1% | -[10] |
2019 | 2,290,242 | -0,1% | 20,449[11] |
2020 | 405,097 | -82% | 24,739[12] |
2021 | 480,152 | +18,5% | 19 623[13] |
2022 | 1,406,284 | +192,8% | -[14] |
الرتبة | المطار | الناقل |
---|---|---|
1 | مطار لندن ستانستد مطار لندن لوتن |
رايان إير Wizz Air UK |
2 | مطار دبلن الدولي | رايان إير |
3 | مطار بوريسبيل الدولي مطار كييف جولياني الدولي |
رايان إير ويز للطيران |
4 | مطار فنوكوفو الدولي | Pobeda |
5 | مطار أنطاليا | خطوط ترافل سيرفس الجوية |
مراجع
- ^ "Contacts Archived 18 November 2012 at the Wayback Machine." Civil Aviation Authority. Retrieved on 1 January 2013. "Letecký úrad Slovenskej republiky Letisko M. R. Štefánika 823 05 BRATISLAVA Slovenská republika"
- ^ "V júni pribudnú z Bratislavy tri nové pravidelné letecké linky". www.bts.aero. Retrieved 12 November 2019.
- ^ أ ب "Flight schedule SUMMER 2023". Letisko Bratislava (BTS) - oficiálna stránka. 26 مارس 2023. مؤرشف من الأصل في 2023-05-16. اطلع عليه بتاريخ 2023-04-17.
- ^ "AIR MONTENEGRO ADDS BRATISLAVA / BRNO SERVICE IN NS23". AeroRoutes. 5 ديسمبر 2022. مؤرشف من الأصل في 2022-12-06. اطلع عليه بتاريخ 2022-12-06.
- ^ "AIR NOSTRUM ADDS BARCELONA – BRATISLAVA عارضS FROM يونيو 2023". مؤرشف من الأصل في 2023-04-06.
- ^ "AIR NOSTRUM NS23 PALMA DE MALLORCA عارض NETWORK ADDITIONS". مؤرشف من الأصل في 2023-04-06.
- ^ Agapiou، Gina (February 16، 2023). "TUS Airways launches direct flights to Slovakia". Cyprus Mail. مؤرشف من الأصل في 2023-03-14. اطلع عليه بتاريخ February 17، 2023.
{{استشهاد بخبر}}
: تحقق من التاريخ في:|تاريخ الوصول=
و|تاريخ=
(مساعدة) - ^ "V r. 2016 najvyšší počet cestujúcich za posledných 8 rokov" (بslovenčina). Archived from the original on 2017-10-23. Retrieved 2017-06-19.
- ^ "Letisko Bratislava dosiahlo 3. najlepší výsledok vo svojej histórii" (بslovenčina). Archived from the original on 2018-01-11. Retrieved 2018-01-10.
- ^ "BTS vybavilo vlani najviac cestujucih" (بslovenčina). Archived from the original on 2023-01-02. Retrieved 2019-01-17.
- ^ أ ب "Letisko v Bratislave vybavilo vlani 2,29 milióna cestujúcich" (بslovenčina). Archived from the original on 2023-04-04. Retrieved 2020-01-23.
- ^ "Letisko M. R. Štefánika vybavilo vlani 405-tisíc cestujúcich". مؤرشف من الأصل في 2023-04-04.
- ^ "Štatistické údaje" (PDF). مؤرشف من الأصل (PDF) في 2023-03-14.
- ^ "Za prvých 9 mesiacov vybavilo Letisko M. R. Štefánika 1 169 704 pasažierov". مؤرشف من الأصل في 2022-12-10.
في كومنز صور وملفات عن: مطار براتيسلافا الدولي |