تضامنًا مع حق الشعب الفلسطيني |
مطار تراباني-بيرغي
37°54′43″N 12°29′36″E / 37.91194°N 12.49333°E
مطار فنتشنزو فلوريو | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Trapani-Birgi Airport | |||||||||||||
إياتا: TPS – ايكاو: LICT | |||||||||||||
موجز | |||||||||||||
نوع المطار | عام/عسكري | ||||||||||||
الموقع | تراباني - إيطاليا | ||||||||||||
الارتفاع | 8 م؛ 25 قدم | ||||||||||||
إحداثيات | 37°54′43″N 012°29′36″E / 37.91194°N 12.49333°E | ||||||||||||
الخريطة | |||||||||||||
مدارج | |||||||||||||
| |||||||||||||
| |||||||||||||
مسودات | |||||||||||||
مصادر: نشرة معلومات الطيران الإيطالي في المنظمة الأوروبية لسلامة الملاحة الجوية[1] | |||||||||||||
تعديل مصدري - تعديل |
مطار تراباني-بيرغي (بالإيطالية: Aeroporto di Trapani-Birgi) يقع 8 ميل بحري[1] أو 15 كم جنوب طرابنش، صقلية.
شركات الطيران والوجهات
الإحصائيات
<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%22TPS%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. TPS خطأ لوا في وحدة: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..
لا يشمل هذا الجدول الركاب العابرين. أوقفت رايان إير معظم رحلاتها من مطار تراباني في أكتوبر 2017، مما أدى إلى انخفاض كبير في عدد الركاب الذين يستخدمون المطار.[2]
السنة | الركاب المحليين | الركاب الدوليين | مجموع الركاب | التغير |
---|---|---|---|---|
2022 | 637,212 | 252,980 | 891,670 | ▲108.4 |
2021 | 366,841 | 56,894 | 427,893 | ▲131.9 |
2020 | 169,165 | 12,343 | 185,581 | ▼54.9 |
2019 | 322,218 | 80,732 | 411,437 | ▼14.4 |
2018 | 366,801 | 103,324 | 480,524 | ▼62.8 |
2017 | 923,284 | 366,801 | 1,292,957 | ▼13.4 |
2016 | 1,151,515 | 339,385 | 1,493,519 | ▼5.9 |
2015 | 1,195,377 | 389,966 | 1,586,992 | ▼0.7 |
2014 | 1,159,837 | 436,705 | 1,598,571 | ▼14.9 |
2013 | 1,279,972 | 596,828 | 1,878,557 | ▲19.0 |
2012[3] | 1,110,532 | 465,937 | 1,578,753 | ▲7.36 |
2011 | 918,027 | 550,769 | 1,470,508 | ▼12.6 |
2010 | 1,024,755 | 656,573 | 1,682,991 | ▲57.4 |
2009 | 757,555 | 301,308 | 1,069,528 | ▲100.5 |
2008 | 342,025 | 186,774 | 533,310 | ▲5.2 |
2007 | 432,943 | 72,946 | 507,185 | ▲62.3 |
2006 | 305,895 | 4,802 | 312,459 | ▼19.8 |
2005 | 385,612 | 2,194 | 389,735 | ▼5.2 |
2004 | 382,867 | 19,071 | 410,898 | ▲66.7 |
2003 | 224,663 | 2,281 | 246,474 | ▲393.6 |
2002 | 39,175 | 3,494 | 49,932 | ▼20.0 |
2001 | 44,702 | 5,732 | 62,430 | ▲82.3 |
2000 | n/a | n/a | 34,321 |
aData from Assaeroporti.[4] Figures from 2013 onwards from Airgest.it[5].
المصادر
- ^ أ ب EAD Basic نسخة محفوظة 12 يونيو 2018 على موقع واي باك مشين.
- ^ "Adesso è ufficiale: Ryanair scarica Trapani". 27 فبراير 2018. مؤرشف من الأصل في 2020-06-25.
- ^ "Aeroporto Trapani - sito ufficiale - Aeroporto Trapani-Birgi Vincenzo Florio - Airgest Dati di traffico". مؤرشف من الأصل في 2 فبراير 2013. اطلع عليه بتاريخ 16 أبريل 2013.
- ^ Assaeroporti.it نسخة محفوظة 2023-01-31 على موقع واي باك مشين.
- ^ "Dati di Traffico". Airgest (بit-IT). 19 Apr 2023. Archived from the original on 2023-05-27. Retrieved 2023-05-27.
{{استشهاد ويب}}
: صيانة الاستشهاد: لغة غير مدعومة (link)
في كومنز صور وملفات عن: مطار تراباني-بيرغي |