مطار أبروتسو الدولي
42°26′14″N 14°11′14″E / 42.43722°N 14.18722°E
مطار أبروتسو الدولي | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Aeroporto di Pescara | |||||||||||||
إياتا: PSR – ايكاو: LIBP موقع المطار في إيطاليا | |||||||||||||
موجز | |||||||||||||
نوع المطار | عام | ||||||||||||
المشغل | S.A.G.A. S.p.A. | ||||||||||||
الموقع | بيسكارا - إيطاليا | ||||||||||||
الارتفاع | 15 م؛ 48 قدم | ||||||||||||
إحداثيات | 42°26′14″N 014°11′14″E / 42.43722°N 14.18722°E | ||||||||||||
الخريطة | |||||||||||||
مدارج | |||||||||||||
| |||||||||||||
| |||||||||||||
مسودات | |||||||||||||
إحصاءات أسا إيروبورتي.[1] | |||||||||||||
تعديل مصدري - تعديل |
مطار أبروتسو (إياتا: PSR، إيكاو: LIBP)[2] هو مطار قرب مدينة بيسكارا في إيطاليا.
شركات الطيران الوجهات
الإحصائيات
<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%22PSR%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. PSR خطأ لوا في وحدة: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..
السنة | الركاب | % | العمليات | % | الشحن (طن) | % |
---|---|---|---|---|---|---|
1996 | 71,908 | 4,052 | 152 | |||
1997 | 72,962 ▲ | 2,86 | 4,618 ▲ | 13,9 | 195 ▲ | 28,3 |
1998 | 104 000 ▲ | 42,54 | 6,390 ▲ | 38,4 | 56 ▼ | -71,3 |
1999 | 105 500 ▲ | 1,44 | 6,310 ▼ | 1,25 | 476 ▲ | 750 |
2000 | 114,024 ▲ | 8,08 | 9,940 ▲ | 57,5 | 2.851 ▲ | 499 |
2001 | 153,227 ▲ | 34,4 | 6,775 ▼ | -31,8 | 3.115 ▲ | 9,3 |
2002 | 295,875 ▲ | 93,1 | 11,559 ▲ | 70,6 | 1.913 ▼ | -38,6 |
2003 | 301,773 ▲ | 2,0 | 10,932 ▼ | -5,4 | 1.795 ▼ | -6,2 |
2004 | 334,998 ▲ | 10,9 | 10,075 ▼ | -7,8 | 2.151 ▲ | 19,8 |
2005 | 350,447 ▲ | 4,7 | 10,339 ▲ | 2,6 | 2.390 ▲ | 11,1 |
2006 | 340,699 ▼ | -2,8 | 12,139 ▲ | 17,4 | 2.849 ▲ | 19,2 |
2007 | 371,247 ▲ | 9,0 | 12,085 ▼ | -0,4 | 3.291 ▲ | 15,5 |
2008 | 402.845 ▲ | 8,5 | 11.128 ▼ | -7,9 | 3.339 ▲ | 1,5 |
2009 | 409.045 ▲ | 1,5 | 9.773 ▼ | -12,2 | 2.431 ▼ | -27,2 |
2010 | 461.086 ▲ | 12,7 | 7.971 ▼ | -18,4 | 2.116 ▼ | -13,0 |
2011 | 550.062 ▲ | 19,3 | 7.827 ▼ | -1,8 | 1.472 ▼ | -43,7 |
2012 | 563.187 ▲ | 2,4 | 8.284 ▲ | 5,8 | 1.221 ▲ | 1,8 |
2013 | 548.217 ▼ | -2,7 | 8.017 ▼ | -3,2 | 721,1 ▼ | -40,9 |
2014 | 556.679 ▲ | 1,5 | 6.738 ▼ | -15,95 | 44 ▼ | -93,9 |
2015 | 613.427 ▲ | 10,2 | 10.469 ▲ | 55,4 | 42 ▼ | -4,2 |
2016 | 572.217 ▼ | -6,6 | 8.850 ▼ | -14,3 | 69,5 ▲ | 65,5 |
2017 | 667.831 ▲ | +16,7 | 15.331 ▲ | +73,2 | 52 ▼ | -25,2 |
2018 | 666.691 ▼ | -0,2 | 13.456 ▼ | -12,2 | 72 ▲ | 38,5 |
2019 | 703.386 ▲ | 5,5 | 12.880 ▼ | -4,3 | 276 ▲ | 283,3 |
2020 | 173.156 ▼ | -75,4 | 10.397 ▼ | -19,3 | 44 ▼ | -84,1 |
2021 | 381 241 ▲ | 120,2 | 11.827 ▲ | 13,8 | 21 ▼ | -52,3 |
المصادر
- ^ Data from Assaeroporti (بالإيطالية) [وصلة مكسورة] نسخة محفوظة 19 يناير 2013 على موقع واي باك مشين.
- ^ "Aeroporto Internazionale d'Abruzzo - sito ufficiale - abruzzoairport". www.abruzzoairport.com. مؤرشف من الأصل في 2023-05-20. اطلع عليه بتاريخ 2022-02-28.
- ^ ASSAEROPORTI - Associazione Italiana Gestori Aeroporti - Dati di Traffico - (r) 2009 نسخة محفوظة 19 January 2013 على موقع واي باك مشين..
في كومنز صور وملفات عن: مطار أبروتسو الدولي |