مطار مليلية

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث
مطار مليلية
إياتا: MLN – ايكاو: GEML
موجز
يخدم مليلية
الموقع مليلية، إسبانيا
الارتفاع 48 م؛ 156 قدم
إحداثيات 35°16′47″N 02°57′23″W / 35.27972°N 2.95639°W / 35.27972; -2.95639
الخريطة
مدارج
الاتجاه الطول نوع السطح
قدم م
15/33 4،685 1،433 أسفلت
إحصائيات (2022)
الركاب 447،450
تغيير حركة الركاب 34.6%

مطار مليلية (إياتا: MLN، إيكاو: GEML)، هو مطار دولي يقع في مليلية، إسبانيا.[1][2] ويقع المطار بالقرب من الحدود مع المغرب.

تاريخ

بين سنة 1931 و1967 كانت مليلية تستعمل مطار الناظور العروي، رغم ان المغرب أخد استقلاله سنة 1956 إلى ان هذا المطار لم يفتح حتى 1969.

شركات الطيران

تقوم شركات الطيران التالية بتشغيل رحلات منتظمة إلى مطار مليلية:[3]

شركـات طيـرانالوجهات
أيبيريا (شركة طيران) Almería، مطار برشلونة الدولي، Granada، مطار مدريد باراخاس الدولي، مطار مالقة الدولي، مطار إشبيلية
موسمي: مطار كناريا الكبرى،[4] مطار ميورقة[4]

الإحصائيات

عدد الركاب

<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%22MLN%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. MLN خطأ لوا في وحدة: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..

عدد الركاب والطائرات والبضائع منذ عام 2000:[5][6]

السنة الركاب التغير الرحلات التغير الشحن (طن) التغير
2000
263,751
——
8,916
——
650
——
2001
229,806
12.9%
8,707
2.3%
587
9.7%
2002
211,966
7.8 %
8,013
8.0 %
546
7.0 %
2003
223,437
5.4%
9,017
12.5%
479
12.3%
2004
245.102
9.7 %
9.098
0.9%
387
19.2%
2005
271,589
10.8%
9,296
2.2%
323
16.6%
2006
313,543
15.4%
10,696
15.1%
431
33.5%
2007
339,244
8.2%
11,146
4.2%
434
0.6%
2008
314,643
-7.3%
10,959
10.7%
386
11.0%
2009
293,695
6.7%
9,245
15.6%
350
9.2%
2010
292,608
0.4%
8,935
3.4 %
340
2.8%
2011
286,701
2.0 %
9,119
2.1%
265
22.0 %
2012
315,850
10.2%
9,922
8.8%
235
11.3%
2013
289,551
8.3%
7,893
20.4 %
164
30.2%
2014
319,603
10.4%
8,873
12.4%
136
17.0 %
2015
317,806
0.5%
8,409
5.2 %
136
0.2%
2016
330,116
3.9%
8,535
1.5%
141
3.8%
2017
324,366
1.7%
7,956
6.8 %
134
4.5%
2018
348,121
7.3%
8,085
1.6%
127
5.3%
2019
434,660
24.9%
9,768
20.8%
134
5.3%
2020
195,636
55.0%
5,158
47.2%
32
76.1%
2021
332,446
69.9%
7,828
51.8%
9
69.1%
2022
447,450
34.6%
9,772
24.8%
22
122.7%
2023
71,425
——
1,591
——
3,932
——
المصدر: إنير

الوجهات المزدحمة

الرتبة الوجهة الركاب (%)
1 مطار مالقة الدولي 218.376 14.8
2 مطار مدريد باراخاس الدولي 117.635 72.5
3 مطار غرناطة 40.932 54.6
4 مطار المرية 39.189 50.5
5 مطار إشبيلية 20.191 32.4
6 مطار برشلونة الدولي 7.176 414.0
7 مطار كناريا الكبرى 2.328 30.7
8 مطار ميورقة 1.514 13.4
المصدر: Melilla Airport, إنير.[7]

مراجع

  1. ^ "معلومات عن مطار مليلية على موقع geonames.org". geonames.org. مؤرشف من الأصل في 2019-12-13.
  2. ^ "معلومات عن مطار مليلية على موقع viaf.org". viaf.org. مؤرشف من الأصل في 2019-07-19.
  3. ^ "Destinos Aeropuerto | Aeropuerto de Melilla | Aena". www.aena.es. مؤرشف من الأصل في 2023-05-01.
  4. ^ أ ب "Air Nostrum conecta Melilla con Canarias y Mallorca". يوليو 2022. مؤرشف من الأصل في 2023-01-02.
  5. ^ http://www.aena.es/csee/Satellite?pagename=Estadisticas/Home[وصلة عارية] نسخة محفوظة 2023-03-26 على موقع واي باك مشين.
  6. ^ "Data and figures of Melilla airport". إنير. مؤرشف من الأصل في 2023-03-27. اطلع عليه بتاريخ 2022-03-04.
  7. ^ "AENA Estadísticas". مؤرشف من الأصل في 2023-03-06. اطلع عليه بتاريخ 2023-01-16.