Skip to content

Instantly share code, notes, and snippets.

@danielsmith-eu
Created March 24, 2017 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielsmith-eu/fd435888f2b23313637d47b34abeabfe to your computer and use it in GitHub Desktop.
Save danielsmith-eu/fd435888f2b23313637d47b34abeabfe to your computer and use it in GitHub Desktop.
Qatar Airways airport codes reasonable ex-EU list for ITA matrix use
Hand-picked list:
AMS,ATH,BCN,TXL,BHX,BRU,BUD,CPH,EDI,FRA,GVA,HEL,LCA,LHR,MAD,MAN,MXP,MUC,NCE,OSL,CDG,PSA,FCO,ARN,VCE,VIE,WAW,ZRH
Full list of names is:
["Amsterdam", "Ankara", "Athens", "Baku", "Barcelona", "Belgrade", "Berlin", "Birmingham", "Brussels", "Bucharest", "Budapest", "Copenhagen", "Edinburgh", "Frankfurt", "Geneva", "Helsinki", "Istanbul", "Larnaca", "London", "Madrid", "Manchester", "Milan", "Moscow", "Munich", "Nice", "Oslo", "Paris", "Pisa", "Rome", "Sarajevo", "Skopje", "Sofia", "Stockholm", "Tbilisi", "Venice", "Vienna", "Warsaw", "Yerevan", "Zagreb", "Zurich"]
Taken from:
http://www.qatarairways.com/global/en/destinations/flights-to-europe.page
by running:
var f = [];
$("#ls-gen5-ls-lqr h2").each(function(e, v) { f.push(v.innerText) } );
f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment