Jönköping Airport

Airport in Jönköping
(Redirected from Axamo)

Jönköping Airport (IATA: JKG, ICAO: ESGJ), earlier known as Axamo Airport (Swedish: Axamo flygplats), is an airport located about 8 km (5 mi) from Jönköping, Sweden.

Jönköping Airport

Jönköping flygplats
File:Jönköping Airport logo.png
Summary
Airport typePublic (City of Jönköping)
OwnerJönköpings Kommun
OperatorJönköping Airport AB
LocationJönköping
Opened3 September 1961 (1961-09-03)
Elevation AMSL742 ft / 226 m
Coordinates57°45′30″N 014°04′18″E / 57.75833°N 14.07167°E / 57.75833; 14.07167
Websitejonkopingairport.se
Map
JKG is located in Sweden
JKG
JKG
Airport in Sweden
Runways
Direction Length Surface
m ft
01/19 2,203 7,250.6 Asphalt
11/29 600 2,000 Grass
Statistics (2019)
Passengers total66,601
Aircraft movements4,964
Statistics: Swedish Transport Agency[1][2]

History

The airport was founded and opened in September 1961 and was nationally owned until December 2009. It has been owned by the city of Jönköping since then.

It has lost many passengers, and was considered to be too small for a national airport. In 2008 it had 76,611 passengers, compared with 252,241 in 1998. The connection with Copenhagen has been closed and reopened a few times. The Stockholm route was closed in 2020. It had been declining for years and finally closed in 2020 after reduced demand as a result of the coronavirus pandemic.[3] Many drive or take the train to their destination or a competing airport. The driving distance from Jönköping city center to the Göteborg Landvetter Airport is 122 km, to Stockholm Skavsta Airport 230 km, to Stockholm Arlanda Airport 363 km, and to Copenhagen Airport 326 km.

Airlines and destinations

The following airlines operate regular scheduled and charter flights at Jönköping Airport:

AirlinesDestinations
Discover Airlines Seasonal charter: Frankfurt[4]
Sunclass Airlines Seasonal charter: Gran Canaria[5]

Statistics

<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", "init":"540"}],
 "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%3Fshortname%20%28MAX%28%3Fnumber%29%20AS%20%3Fpassengers%29%20%20%20%28SAMPLE%28COALESCE%28%3Freference_URL%2C%20%3Fmonthly_reference_URL2%29%29%20AS%20%3Fsample_reference_URL%29%0AWITH%0A%7B%20%20SELECT%20%3Fitem%20%3Fstatement%20%3Fdate%20%3Fyear%20%3Ftimevalue%20%3Fnumberperperiod%20%3Freference_URL%0A%20%20WHERE%20%20%7B%20%20%20%20%3Fitem%20wdt%3AP238%20%3Fairport_code%0A%20%20%20%20VALUES%20%3Fairport_code%20%20%20%20%20%7B%20%22JKG%22%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.%20%20%20%20FILTER%20%28%3Fyear%20%3C%20YEAR%28NOW%28%29%29%29%0A%20%20%7D%20%7D%20AS%20%25airport%0AWHERE%0A%7B%20%20%20%7B%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%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%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%20%20%20%20%20%20%20%20%7B%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%3Fprecmonth.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FILTER%20%28%3Fprecmonth%20%20%3D10%29%23%20precision%20%3D%20month%0A%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20GROUP%20BY%20%3Fitem%20%3Fyear%20%3Fdate%0A%20%20%20%20%20%20%7D%20%20%20%20%7D%20%20%20%20GROUP%20BY%20%3Fitem%20%3Fyear%0A%20%20%7D%20%20UNION%20%20%7B%20%20%20%20%3Ftimevalue%20wikibase%3AtimePrecision%20%3Fprecyear.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FILTER%20%28%3Fprecyear%20%20%3D9%29%23%20precision%20%3D%20year%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20BIND%20%28%3Fnumberperperiod%20AS%20%3Fnumber%29%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%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%20OPTIONAL%20%7B%3Fitem%20wdt%3AP1813%20%3Fthis.%20%20%20%20%20%20%20%20%20%20%20%20%23%20has%20shortname%0A%20%20%20%20FILTER%28LANG%28%3Fthis%29%3D%22en%22%29%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%2Cen%22.%20%3Fitem%20rdfs%3Alabel%20%3FitemLabel.%7D%0ABIND%28COALESCE%28%3Fthis%2C%3FitemLabel%29%20as%20%3Fshortname%29%0A%7D%20GROUP%20BY%20%3Fitem%20%3Fshortname%20%3Fyear%20ORDER%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": "shortname"}
   },
 ],
 "axes": [
   {
     "scale": "x", "type": "x", "tickSizeEnd": 0,
     "ticks": 7,
     
     
     
     "properties": { 
       "labels": { 
         
         
       } 
      }
   },
   {
     "scale": "y", "type": "y", "tickSizeEnd": 0,
     
     "title": "Passengers",
     "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": ["shortname"]}]
     },
     "marks": [
       {
         "type": "line",
         "properties": {
           "hover": {
             "stroke": {"value": "red"}
           },
           "update": {
             "stroke": {"scale": "color", "field": "shortname"}
           },
           "enter": {
             "y": {"scale": "y", "field": "_yfield"},
             "x": {"scale": "x", "field": "_xfield"},
             "stroke": {"scale": "color", "field": "shortname"},
             "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": "Annual passenger traffic at JKG airport"},
         "fontWeight": {"value": "bold"},
         "align": {"value": "center"},
         "baseline": {"value": "bottom"},
         "fill": {"value": "#000"}
       }
     }
   }
 ]

} </graph>

Annual passenger traffic at JKG airport. See Wikidata query.

Traffic figures

Traffic by calendar year[6]
Year Passenger volume Change Domestic Change International Change
2023 21,854 662 21,192
2022 15,604 574 15,030
2021 4,257 1,178 3,079
2020 12,172 2,601 9,571
2019 66,601  033.7% 17,383  029.6% 49,218  035.1%
2018 100,504  011.8% 24,680  030.7% 75,824  03.2%
2017 113,916  01.3% 35,589  05.5% 78,327  00.6%
2016 112,506  05.2% 33,738  06.9% 78,768  04.5%
2015 106,923 31,546 75,377
2014 95,133
2013 93,993
2012 77,670
2011 82,805
2010 73,000
2009 62,918
2008 76,611

Ground transportation

Bus

Länstrafiken buses depart in connection to some flights.

Taxi

In the arrival terminal there is a telephone direct connected to the local taxi company.

Parking

There is parking at the airport, short-term and long-term parking lots.

See also

References

  1. ^ "Passagerarfrekvens" (PDF) (in svenska). Swedish Transport Agency. Archived from the original (PDF) on 21 July 2011. Retrieved 28 April 2011.
  2. ^ "Landningsfrekvens" (PDF) (in svenska). Swedish Transport Agency. Archived from the original (PDF) on 21 July 2011. Retrieved 28 April 2011.
  3. ^ Flyglinjen mellan Jönköping och Stockholm läggs ned
  4. ^ "Eurowings Discover 3Q23 Scandinavia Charter Flights".
  5. ^ "Gran Canaria". 22 August 2024.
  6. ^ "Flygplatsstatistik". Flygplatsstatistik. Transportstyrelsen. Retrieved 2 July 2019.

External links

Lua error in mw.title.lua at line 346: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').