Skip to content

Instantly share code, notes, and snippets.

@alexprengere
Last active August 29, 2015 14:22
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 alexprengere/5607b1502afd9ecde54e to your computer and use it in GitHub Desktop.
Save alexprengere/5607b1502afd9ecde54e to your computer and use it in GitHub Desktop.
Check names consistency in optd_public
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from GeoBases import GeoBase
def main():
g = GeoBase('ori_por', verbose=False)
for p in g:
if not g.get(p, 'name'):
print 'No name for {0}'.format(p)
if not g.get(p, 'city_code_list'):
print 'No city_code_list for {0}'.format(p)
if not g.get(p, 'city_name_list'):
print '{0} with name {1} has city_code_list {2} and city_name_list {3}'.format(
g.get(p, 'iata_code'),
g.get(p, 'name'),
g.get(p, 'city_code_list'),
g.get(p, 'city_name_list'))
if __name__ == '__main__':
main()
QPF with name Pompeia SP BR Off has city_code_list ('QPF',) and city_name_list ()
ZZL with name Larbaâ has city_code_list ('ZZL',) and city_name_list ()
XPC with name Port Canaveral has city_code_list ('XPC',) and city_name_list ()
ZVV with name Dutch Rail Zone 11 NL Off Line has city_code_list ('ZVV',) and city_name_list ()
XPS with name Provins has city_code_list ('XPS',) and city_name_list ()
WPS with name Persepolis IR Off has city_code_list ('WPS',) and city_name_list ()
ZEB with name Esslingen has city_code_list ('ZEB',) and city_name_list ()
ZXC with name Bangsund has city_code_list ('ZXC',) and city_name_list ()
ZXB with name Jan Mayen has city_code_list ('ZXB',) and city_name_list ()
ZXD with name Vikna has city_code_list ('ZXD',) and city_name_list ()
ZXG with name Gravika has city_code_list ('ZXG',) and city_name_list ()
ZXJ with name Fore has city_code_list ('ZXJ',) and city_name_list ()
ZXL with name Skjerstad has city_code_list ('ZXL',) and city_name_list ()
ZXN with name Leka has city_code_list ('ZXN',) and city_name_list ()
ZXQ with name Solstad has city_code_list ('ZXQ',) and city_name_list ()
ZEA with name Eschweiler has city_code_list ('ZEA',) and city_name_list ()
QJG with name Itilleq GL Itilleq has city_code_list ('QJG',) and city_name_list ()
ZEW with name Gummersbach has city_code_list ('ZEW',) and city_name_list ()
XRM with name Armentieres FR Armentieres has city_code_list ('XRM',) and city_name_list ()
XRO with name La Roche Sur Yon FR Off has city_code_list ('XRO',) and city_name_list ()
XRI with name Riom has city_code_list ('XRI',) and city_name_list ()
XRB with name Ararangua SC BR Ararangua has city_code_list ('XRB',) and city_name_list ()
XRT with name Rambouillet has city_code_list ('XRT',) and city_name_list ()
JLP with name Juan-les-Pins has city_code_list ('JLP',) and city_name_list ()
ZOK with name Meerbusch has city_code_list ('ZOK',) and city_name_list ()
PYX with name Pattaya Airpark has city_code_list ('PYX',) and city_name_list ()
LOX with name Los Tablones has city_code_list ('LOX',) and city_name_list ()
ZPP with name Reutlingen has city_code_list ('ZPP',) and city_name_list ()
AVF with name Avoriaz has city_code_list ('AVF',) and city_name_list ()
XRN with name Redon has city_code_list ('XRN',) and city_name_list ()
XGO with name Santiago RS BR Santiago has city_code_list ('XGO',) and city_name_list ()
ZVI with name Zarand IR has city_code_list ('ZVI',) and city_name_list ()
ZVO with name Dutch Rail Zone 04 NL Off Line has city_code_list ('ZVO',) and city_name_list ()
ZVN with name Dutch Rail Zone 03 NL Off Line has city_code_list ('ZVN',) and city_name_list ()
ZVL with name Dutch Rail Zone 01 NL Off Line has city_code_list ('ZVL',) and city_name_list ()
UPC with name Puerto De La Cruz ES has city_code_list ('UPC',) and city_name_list ()
ZVY with name Dutch Rail Zone 14 NL Off Line has city_code_list ('ZVY',) and city_name_list ()
ZVX with name Dutch Rail Zone 13 NL Off Line has city_code_list ('ZVX',) and city_name_list ()
ZVS with name Dutch Rail Zone 08 NL Off Line has city_code_list ('ZVS',) and city_name_list ()
ZVQ with name Dutch Rail Zone 06 NL Off Line has city_code_list ('ZVQ',) and city_name_list ()
ZVP with name Dutch Rail Zone 05 NL Off Line has city_code_list ('ZVP',) and city_name_list ()
ZVW with name Dutch Rail Zone 12 NL Off Line has city_code_list ('ZVW',) and city_name_list ()
QJN with name Jounie LB Jounie has city_code_list ('QJN',) and city_name_list ()
ZVU with name Dutch Rail Zone 10 NL Off Line has city_code_list ('ZVU',) and city_name_list ()
ZVT with name Dutch Rail Zone 09 NL Off Line has city_code_list ('ZVT',) and city_name_list ()
RWP with name Rawalpindi PK Off has city_code_list ('RWP',) and city_name_list ()
XTU with name Tulle has city_code_list ('XTU',) and city_name_list ()
XTS with name Thonon-les-Bains has city_code_list ('XTS',) and city_name_list ()
XTC with name Saint-Claude has city_code_list ('XTC',) and city_name_list ()
XTB with name Tarbes has city_code_list ('XTB',) and city_name_list ()
XTM with name Ramadi has city_code_list ('XTM',) and city_name_list ()
QJC with name Thimbu BT Off has city_code_list ('QJC',) and city_name_list ()
XRS with name Les Arcs has city_code_list ('XRS',) and city_name_list ()
QBQ with name Besançon – La Vèze Aerodrome has city_code_list ('QBQ',) and city_name_list ()
QBR with name Bandar-e Emam Khomeyni has city_code_list ('QBR',) and city_name_list ()
QBT with name Bettioua has city_code_list ('QBT',) and city_name_list ()
QBV with name Benevento has city_code_list ('QBV',) and city_name_list ()
QBW with name Batemans Bay has city_code_list ('QBW',) and city_name_list ()
QBY with name Bistriţa has city_code_list ('QBY',) and city_name_list ()
QBZ with name Bouïra has city_code_list ('QBZ',) and city_name_list ()
QBA with name Budva has city_code_list ('QBA',) and city_name_list ()
QBD with name Barra do Piraí has city_code_list ('QBD',) and city_name_list ()
QBE with name Bega has city_code_list ('QBE',) and city_name_list ()
QBG with name Pančevo Airport has city_code_list ('QBG',) and city_name_list ()
QBH with name Levallois-Perret has city_code_list ('QBH',) and city_name_list ()
QBJ with name Bordj Bou Arreridj has city_code_list ('QBJ',) and city_name_list ()
QBL with name Bani Walid LY Off has city_code_list ('QBL',) and city_name_list ()
QBM with name Bourg St Maurice FR Bourg St M has city_code_list ('QBM',) and city_name_list ()
QBN with name Barra Mansa has city_code_list ('QBN',) and city_name_list ()
ZMN with name Monte Siao MG BR Monte Siao has city_code_list ('ZMN',) and city_name_list ()
QMN with name Mbabane has city_code_list ('QMN',) and city_name_list ()
ZCX with name Dorsten has city_code_list ('ZCX',) and city_name_list ()
XPM with name Pontorson Mt St Michel FR Pont has city_code_list ('XPM',) and city_name_list ()
XIH with name Khan Al Baghdadi IQ Off Line P has city_code_list ('XIH',) and city_name_list ()
ZGV with name Wavre has city_code_list ('ZGV',) and city_name_list ()
ZTP with name Itapetininga has city_code_list ('ZTP',) and city_name_list ()
QWJ with name Americana has city_code_list ('QWJ',) and city_name_list ()
QDB with name Cachoeira do Sul Airport has city_code_list ('QDB',) and city_name_list ()
QWS with name Nowy Targ PL Nowy Targ has city_code_list ('QWS',) and city_name_list ()
QDG with name Ostrów Wielkopolski has city_code_list ('QDG',) and city_name_list ()
ZOA with name Leverkusen has city_code_list ('ZOA',) and city_name_list ()
QDD with name Botoşani has city_code_list ('QDD',) and city_name_list ()
QDE with name Catanduva SP BR Off has city_code_list ('QDE',) and city_name_list ()
QDO with name Icoaraci PA BR Off has city_code_list ('QDO',) and city_name_list ()
QDM with name Shek Mun Metro Station has city_code_list ('QDM',) and city_name_list ()
QDP with name Dom Pedrito RS BR Off has city_code_list ('QDP',) and city_name_list ()
QDW with name Diadema has city_code_list ('QDW',) and city_name_list ()
QDT with name Sedrata DZ Off has city_code_list ('QDT',) and city_name_list ()
QDR with name Daraa SY has city_code_list ('QDR',) and city_name_list ()
QDS with name Itajuba MG BR Off has city_code_list ('QDS',) and city_name_list ()
QDQ with name Duque de Caxias has city_code_list ('QDQ',) and city_name_list ()
QDZ with name Saida DZ Off has city_code_list ('QDZ',) and city_name_list ()
QDX with name Damietta has city_code_list ('QDX',) and city_name_list ()
ZOI with name Marburg An Der Lahn DE Off has city_code_list ('ZOI',) and city_name_list ()
ZQJ with name Velbert has city_code_list ('ZQJ',) and city_name_list ()
ZQK with name Viersen has city_code_list ('ZQK',) and city_name_list ()
ZQI with name Unna has city_code_list ('ZQI',) and city_name_list ()
ZOL with name Menden DE Off has city_code_list ('ZOL',) and city_name_list ()
ZQG with name Troisdorf has city_code_list ('ZQG',) and city_name_list ()
QDY with name Andong KR Off has city_code_list ('QDY',) and city_name_list ()
ZQC with name Speyer has city_code_list ('ZQC',) and city_name_list ()
XKT with name Kennedy Town has city_code_list ('XKT',) and city_name_list ()
XKU with name Kusadasi TR Kusadasi has city_code_list ('XKU',) and city_name_list ()
ZPT with name Saarlouis has city_code_list ('ZPT',) and city_name_list ()
ZRQ with name Sbb CH Zone 1 Off Line Point has city_code_list ('ZRQ',) and city_name_list ()
ZRE with name Rethymno has city_code_list ('ZRE',) and city_name_list ()
XXW with name Polish Generic Railway Station has city_code_list ('XXW',) and city_name_list ()
RSY with name Roissy FR has city_code_list ('RSY',) and city_name_list ()
XXB with name Bhadohi IN Off has city_code_list ('XXB',) and city_name_list ()
QFU with name Corralejo has city_code_list ('QFU',) and city_name_list ()
QFP with name Fictitious Point DE Fictitious has city_code_list ('QFP',) and city_name_list ()
QFR with name Frosinone has city_code_list ('QFR',) and city_name_list ()
QFS with name Sao Francisco SC BR Do Sul has city_code_list ('QFS',) and city_name_list ()
QFL with name Freilassing has city_code_list ('QFL',) and city_name_list ()
QFM with name Meet Ghamr EG Meet Ghamr has city_code_list ('QFM',) and city_name_list ()
QFE with name Ft Benning GA US Ft Benning has city_code_list ('QFE',) and city_name_list ()
QFA with name Aalsmeer has city_code_list ('QFA',) and city_name_list ()
QFC with name Creteil FR Creteil has city_code_list ('QFC',) and city_name_list ()
ZOC with name Luedenscheid DE Off has city_code_list ('ZOC',) and city_name_list ()
ZOD with name Ludwigsburg DE Off has city_code_list ('ZOD',) and city_name_list ()
ZOJ with name Marl DE Off has city_code_list ('ZOJ',) and city_name_list ()
ZON with name Moers has city_code_list ('ZON',) and city_name_list ()
ZOP with name Neunkirchen DE Off has city_code_list ('ZOP',) and city_name_list ()
ZOQ with name Neuss DE Off has city_code_list ('ZOQ',) and city_name_list ()
ZOV with name Norderstedt has city_code_list ('ZOV',) and city_name_list ()
ZOW with name Nordhorn DE Off has city_code_list ('ZOW',) and city_name_list ()
ZOX with name Oberammergau has city_code_list ('ZOX',) and city_name_list ()
ZOZ with name Offenbach DE Off has city_code_list ('ZOZ',) and city_name_list ()
XMO with name Modane has city_code_list ('XMO',) and city_name_list ()
XMK with name Montélimar-Ancône has city_code_list ('XMK',) and city_name_list ()
XMF with name Montbéliard – Courcelles Aerodrome has city_code_list ('XMF',) and city_name_list ()
XMT with name Menton has city_code_list ('XMT',) and city_name_list ()
XMU with name Moulins-Montbeugny has city_code_list ('XMU',) and city_name_list ()
HYV with name Hyvinkaa Airport has city_code_list ('HYV',) and city_name_list ()
XBH with name Bethune FR Bethune has city_code_list ('XBH',) and city_name_list ()
ZPX with name Schwerte has city_code_list ('ZPX',) and city_name_list ()
ZPZ with name Sindelfingen has city_code_list ('ZPZ',) and city_name_list ()
ZPS with name Ruesselsheim DE Off has city_code_list ('ZPS',) and city_name_list ()
ZPR with name Rosenheim DE Off has city_code_list ('ZPR',) and city_name_list ()
ZPU with name Salzgitter has city_code_list ('ZPU',) and city_name_list ()
ZPW with name Schweinfurt has city_code_list ('ZPW',) and city_name_list ()
ZPV with name Schwaebisch Gmuen DE Off has city_code_list ('ZPV',) and city_name_list ()
ZPI with name Pirmasens has city_code_list ('ZPI',) and city_name_list ()
ZPJ with name Ratingen has city_code_list ('ZPJ',) and city_name_list ()
ZPN with name Remscheid has city_code_list ('ZPN',) and city_name_list ()
ZPG with name Peine has city_code_list ('ZPG',) and city_name_list ()
UPF with name Pforzheim has city_code_list ('UPF',) and city_name_list ()
QVM with name Hameenlinna FI Hameenlinna has city_code_list ('QVM',) and city_name_list ()
QVO with name Havoysund NO has city_code_list ('QVO',) and city_name_list ()
QDA with name Charqueada has city_code_list ('QDA',) and city_name_list ()
KGM with name Kungum has city_code_list ('KGM',) and city_name_list ()
QVG with name Vilgenis FR Vilgenis has city_code_list ('QVG',) and city_name_list ()
QVV with name Heinola has city_code_list ('QVV',) and city_name_list ()
QVW with name Kotka FI Kotka has city_code_list ('QVW',) and city_name_list ()
QVP with name Avaré-Arandu Airport has city_code_list ('QVP',) and city_name_list ()
QZX with name Fictitious Point Utc ZZ Fictit has city_code_list ('QZX',) and city_name_list ()
ZOT with name Neu-Ulm has city_code_list ('ZOT',) and city_name_list ()
XBS with name Boulogne-sur-Mer has city_code_list ('XBS',) and city_name_list ()
MXG with name Marlborough has city_code_list ('MXG',) and city_name_list ()
ZOU with name Neuwied has city_code_list ('ZOU',) and city_name_list ()
ZXI with name Rodoy NO has city_code_list ('ZXI',) and city_name_list ()
ZXH with name Sorfjord NO has city_code_list ('ZXH',) and city_name_list ()
ZXK with name Basmoen NO has city_code_list ('ZXK',) and city_name_list ()
XOT with name Marigot GP Marigot has city_code_list ('XOT',) and city_name_list ()
XOX with name Cheonan KR Cheonan has city_code_list ('XOX',) and city_name_list ()
XOY with name Aulnoye-Aymeries has city_code_list ('XOY',) and city_name_list ()
XOG with name Orange-Caritat has city_code_list ('XOG',) and city_name_list ()
XOE with name Sao Jose has city_code_list ('XOE',) and city_name_list ()
ZXR with name Hemnes has city_code_list ('ZXR',) and city_name_list ()
XBD with name Bar-le-Duc has city_code_list ('XBD',) and city_name_list ()
QKZ with name Konstanz has city_code_list ('QKZ',) and city_name_list ()
XBF with name Bellegarde FR Bellegarde has city_code_list ('XBF',) and city_name_list ()
QKP with name Kruger National P ZA Off has city_code_list ('QKP',) and city_name_list ()
XVD with name Vendome FR Vendome has city_code_list ('XVD',) and city_name_list ()
ITJ with name Itajai SC BR Off has city_code_list ('ITJ',) and city_name_list ()
QJL with name Kjollefjord NO has city_code_list ('QJL',) and city_name_list ()
QJO with name Campos Do Jordao SP BR Off has city_code_list ('QJO',) and city_name_list ()
KII with name Kibuli has city_code_list ('KII',) and city_name_list ()
ZKT with name Komotini GR Komotini has city_code_list ('ZKT',) and city_name_list ()
ZKQ with name Kotor has city_code_list ('ZKQ',) and city_name_list ()
ZKR with name Karlovasion GR Karlovasion has city_code_list ('ZKR',) and city_name_list ()
XAS with name Alès-Cévennes has city_code_list ('XAS',) and city_name_list ()
XAI with name Aix Les Bains FR Off has city_code_list ('XAI',) and city_name_list ()
HNO with name Herceg-Novi has city_code_list ('HNO',) and city_name_list ()
XAN with name Alençon-Valframbert has city_code_list ('XAN',) and city_name_list ()
ZZB with name Barika has city_code_list ('ZZB',) and city_name_list ()
ZVZ with name Dutch Rail Zone 15 NL Off Line has city_code_list ('ZVZ',) and city_name_list ()
QHR with name Harar Meda Airport has city_code_list ('QHR',) and city_name_list ()
QHS with name Homs has city_code_list ('QHS',) and city_name_list ()
QHP with name Base de Aviação de Taubaté Airport has city_code_list ('QHP',) and city_name_list ()
QHQ with name Cham has city_code_list ('QHQ',) and city_name_list ()
QHT with name Terezopolis RJ BR Teresopolis has city_code_list ('QHT',) and city_name_list ()
QHY with name Hachiojicity JP Hachiojicity has city_code_list ('QHY',) and city_name_list ()
QHO with name Oak Brook has city_code_list ('QHO',) and city_name_list ()
ZIA with name Trento / Mattarello Airport has city_code_list ('ZIA',) and city_name_list ()
QVH with name Vila Velha ES BR Off has city_code_list ('QVH',) and city_name_list ()
XCF with name Chamonix Mont Blanc FR Chamoni has city_code_list ('XCF',) and city_name_list ()
XCD with name Chalon-Champforgeuil has city_code_list ('XCD',) and city_name_list ()
XCK with name St Die FR St Die has city_code_list ('XCK',) and city_name_list ()
XCS with name Caussade has city_code_list ('XCS',) and city_name_list ()
XCQ with name Chamrousse has city_code_list ('XCQ',) and city_name_list ()
XCV with name Chantilly has city_code_list ('XCV',) and city_name_list ()
XCW with name Chaumont has city_code_list ('XCW',) and city_name_list ()
XCT with name La Ciotat has city_code_list ('XCT',) and city_name_list ()
XCU with name Collioure has city_code_list ('XCU',) and city_name_list ()
XCZ with name Charleville-Mézières has city_code_list ('XCZ',) and city_name_list ()
XCX with name Chatellerault-Targé has city_code_list ('XCX',) and city_name_list ()
QSB with name São Bernardo do Campo has city_code_list ('QSB',) and city_name_list ()
QSE with name Santo Andre SP BR Off has city_code_list ('QSE',) and city_name_list ()
QSK with name Souk Ahras has city_code_list ('QSK',) and city_name_list ()
QSJ with name São João Del Rey has city_code_list ('QSJ',) and city_name_list ()
QSH with name Seeheim DE Off has city_code_list ('QSH',) and city_name_list ()
QSO with name Sousse has city_code_list ('QSO',) and city_name_list ()
QSM with name Uetersen has city_code_list ('QSM',) and city_name_list ()
QSL with name Surulere has city_code_list ('QSL',) and city_name_list ()
QSS with name Sassari has city_code_list ('QSS',) and city_name_list ()
QSQ with name Sidon has city_code_list ('QSQ',) and city_name_list ()
QSW with name As Suwayda SY has city_code_list ('QSW',) and city_name_list ()
QSU with name Mansoura EG Off has city_code_list ('QSU',) and city_name_list ()
QST with name Izmit TR Izmit has city_code_list ('QST',) and city_name_list ()
QSY with name Rüdesheim am Rhein has city_code_list ('QSY',) and city_name_list ()
QNT with name Niteroi RJ BR Off has city_code_list ('QNT',) and city_name_list ()
QNU with name Nuoro has city_code_list ('QNU',) and city_name_list ()
QNV with name Aeroclube Airport has city_code_list ('QNV',) and city_name_list ()
QNW with name Nawashahr IN has city_code_list ('QNW',) and city_name_list ()
QNP with name Ayia Napa has city_code_list ('QNP',) and city_name_list ()
QNX with name Mâcon-Charnay has city_code_list ('QNX',) and city_name_list ()
QNZ with name Nara JP Nara has city_code_list ('QNZ',) and city_name_list ()
QNE with name Rio Negrinho has city_code_list ('QNE',) and city_name_list ()
QNF with name Faridabad IN Off has city_code_list ('QNF',) and city_name_list ()
QNB with name Anand IN Off has city_code_list ('QNB',) and city_name_list ()
QNL with name Neuilly-sur-Seine has city_code_list ('QNL',) and city_name_list ()
QNN with name Marina has city_code_list ('QNN',) and city_name_list ()
QNO with name Ascoli Piceno has city_code_list ('QNO',) and city_name_list ()
QNH with name Canoinhas SC BR Off has city_code_list ('QNH',) and city_name_list ()
QIF with name Isleworth has city_code_list ('QIF',) and city_name_list ()
QNK with name Nsukka has city_code_list ('QNK',) and city_name_list ()
XLN with name Laon has city_code_list ('XLN',) and city_name_list ()
QVS with name Tervakoski has city_code_list ('QVS',) and city_name_list ()
QIA with name Itauna MG BR Off has city_code_list ('QIA',) and city_name_list ()
QEW with name Leicester has city_code_list ('QEW',) and city_name_list ()
ZGP with name Mechelen has city_code_list ('ZGP',) and city_name_list ()
ZGQ with name Tournai has city_code_list ('ZGQ',) and city_name_list ()
ZGK with name Leuven has city_code_list ('ZGK',) and city_name_list ()
XSS with name Soissons has city_code_list ('XSS',) and city_name_list ()
YQE with name Kimberley has city_code_list ('YQE',) and city_name_list ()
ZEK with name Gladbeck has city_code_list ('ZEK',) and city_name_list ()
XEB with name Evian Les Bains FR Evian Les B has city_code_list ('XEB',) and city_name_list ()
XEP with name Epernay FR Epernay has city_code_list ('XEP',) and city_name_list ()
XSF with name Sens has city_code_list ('XSF',) and city_name_list ()
QPB with name Campobasso has city_code_list ('QPB',) and city_name_list ()
QUR with name Muriae MG BR Off has city_code_list ('QUR',) and city_name_list ()
QQT with name Britra GB Britrail Rail Zone T has city_code_list ('QQT',) and city_name_list ()
QXQ with name Stalowa Wola has city_code_list ('QXQ',) and city_name_list ()
ZNN with name Hilden has city_code_list ('ZNN',) and city_name_list ()
QSV with name Sovata has city_code_list ('QSV',) and city_name_list ()
QLX with name Lauterach has city_code_list ('QLX',) and city_name_list ()
QLY with name Playa Blanca has city_code_list ('QLY',) and city_name_list ()
QLV with name Olivos has city_code_list ('QLV',) and city_name_list ()
QLW with name Lavras MG BR Off has city_code_list ('QLW',) and city_name_list ()
QLR with name Leiria has city_code_list ('QLR',) and city_name_list ()
QLP with name La Spezia has city_code_list ('QLP',) and city_name_list ()
QLN with name Sulmona has city_code_list ('QLN',) and city_name_list ()
QLL with name Sao Leopold RS BR Sao Leopoldo has city_code_list ('QLL',) and city_name_list ()
QLM with name Muñoz has city_code_list ('QLM',) and city_name_list ()
QLH with name Kelsterbach has city_code_list ('QLH',) and city_name_list ()
QLG with name Landshut has city_code_list ('QLG',) and city_name_list ()
QLB with name Lajeado RS BR Off has city_code_list ('QLB',) and city_name_list ()
QLC with name Gliwice has city_code_list ('QLC',) and city_name_list ()
QJM with name Brusque SC BR Off Pt has city_code_list ('QJM',) and city_name_list ()
QJB with name Jubail SA Off has city_code_list ('QJB',) and city_name_list ()
QJF with name Atammik has city_code_list ('QJF',) and city_name_list ()
QJX with name Nong Khai has city_code_list ('QJX',) and city_name_list ()
QPU with name Porto Uniao SC BR Off has city_code_list ('QPU',) and city_name_list ()
QJP with name Bucheon KR Bucheon has city_code_list ('QJP',) and city_name_list ()
QJQ with name Jall Ed Dib LB Jall Ed Dib has city_code_list ('QJQ',) and city_name_list ()
QJR with name La Junquera ES Off has city_code_list ('QJR',) and city_name_list ()
QIX with name Quixada CE BR Quixada has city_code_list ('QIX',) and city_name_list ()
ZED with name Euskirchen has city_code_list ('ZED',) and city_name_list ()
ZEH with name Garbsen has city_code_list ('ZEH',) and city_name_list ()
ZEO with name Savi Ragha PK Off has city_code_list ('ZEO',) and city_name_list ()
ZES with name Göppingen has city_code_list ('ZES',) and city_name_list ()
ZEV with name Grevenbroich has city_code_list ('ZEV',) and city_name_list ()
ZEZ with name Hameln has city_code_list ('ZEZ',) and city_name_list ()
XGF with name St Gervais Le Fayet FR St Gerv has city_code_list ('XGF',) and city_name_list ()
XGV with name St Gilles Croix De Vie FR St G has city_code_list ('XGV',) and city_name_list ()
XGT with name Gueret FR Gueret has city_code_list ('XGT',) and city_name_list ()
XNS with name Ansan KR Ansan has city_code_list ('XNS',) and city_name_list ()
QWN with name Astorga has city_code_list ('QWN',) and city_name_list ()
QWK with name Wloclawek PL Wloclawek has city_code_list ('QWK',) and city_name_list ()
QWD with name Mittenwald has city_code_list ('QWD',) and city_name_list ()
QWW with name Navalmoral de la Mata has city_code_list ('QWW',) and city_name_list ()
QWV with name Valjevo has city_code_list ('QWV',) and city_name_list ()
QWT with name Talavera de la Reina has city_code_list ('QWT',) and city_name_list ()
QCC with name Camaçari has city_code_list ('QCC',) and city_name_list ()
GNE with name Gent has city_code_list ('GNE',) and city_name_list ()
EPK with name Episkopí has city_code_list ('EPK',) and city_name_list ()
BQY with name Bentivoglio has city_code_list ('BQY',) and city_name_list ()
XPV with name Port Vendres FR Port Vendres has city_code_list ('XPV',) and city_name_list ()
ZCE with name Berchtesgaden has city_code_list ('ZCE',) and city_name_list ()
ZCF with name Bergheim DE Off has city_code_list ('ZCF',) and city_name_list ()
ZCG with name Bergisch Gladbach has city_code_list ('ZCG',) and city_name_list ()
ZCM with name Castrop-Rauxel has city_code_list ('ZCM',) and city_name_list ()
ZCI with name Bocholt has city_code_list ('ZCI',) and city_name_list ()
ZCJ with name Bottrop has city_code_list ('ZCJ',) and city_name_list ()
ZCV with name Dinslaken has city_code_list ('ZCV',) and city_name_list ()
ZCW with name Dormagen has city_code_list ('ZCW',) and city_name_list ()
ZCQ with name Curico has city_code_list ('ZCQ',) and city_name_list ()
ZCR with name Dachau has city_code_list ('ZCR',) and city_name_list ()
ZCS with name Darmstadt has city_code_list ('ZCS',) and city_name_list ()
ZCY with name Dueren DE Off has city_code_list ('ZCY',) and city_name_list ()
ZCZ with name Erlangen has city_code_list ('ZCZ',) and city_name_list ()
ZFP with name Veszprém has city_code_list ('ZFP',) and city_name_list ()
QUU with name Chung Mu City KR Chung Mu City has city_code_list ('QUU',) and city_name_list ()
QUT with name Utsunomiya JP Off has city_code_list ('QUT',) and city_name_list ()
QUX with name Caudebec-en-Caux has city_code_list ('QUX',) and city_name_list ()
QUZ with name Puerto de la Luz has city_code_list ('QUZ',) and city_name_list ()
QUA with name Puttgarden has city_code_list ('QUA',) and city_name_list ()
QUC with name Puerto La Cruz VE Puerto La Cr has city_code_list ('QUC',) and city_name_list ()
QUD with name Damanhun EG Damanhun has city_code_list ('QUD',) and city_name_list ()
QUI with name Chuquicamata has city_code_list ('QUI',) and city_name_list ()
QUH with name Shibin El Kom EG Shibin El Kom has city_code_list ('QUH',) and city_name_list ()
QUK with name Fictitious Point ZZ Fictitious has city_code_list ('QUK',) and city_name_list ()
QUN with name Chuncheon has city_code_list ('QUN',) and city_name_list ()
XHZ with name Hotel Generic GB Hotel Generic has city_code_list ('XHZ',) and city_name_list ()
XHY with name Hendaye has city_code_list ('XHY',) and city_name_list ()
WUK with name Hammersmith has city_code_list ('WUK',) and city_name_list ()
QTG with name Tupi Paulista has city_code_list ('QTG',) and city_name_list ()
QTK with name Rothenburg DE Off has city_code_list ('QTK',) and city_name_list ()
QTI with name Termini Imerese has city_code_list ('QTI',) and city_name_list ()
QJK with name Ajaokuta has city_code_list ('QJK',) and city_name_list ()
ZAN with name Agios Nikolaos has city_code_list ('ZAN',) and city_name_list ()
ZAE with name El Eulma has city_code_list ('ZAE',) and city_name_list ()
ZAB with name Boukadir has city_code_list ('ZAB',) and city_name_list ()
ZAV with name Aveiro has city_code_list ('ZAV',) and city_name_list ()
QIL with name Sig has city_code_list ('QIL',) and city_name_list ()
QIO with name Ain Temouchent DZ Off has city_code_list ('QIO',) and city_name_list ()
QIE with name Istres has city_code_list ('QIE',) and city_name_list ()
QID with name Mélio Viana Airport has city_code_list ('QID',) and city_name_list ()
QIZ with name Bizerte has city_code_list ('QIZ',) and city_name_list ()
QIV with name Ismailia has city_code_list ('QIV',) and city_name_list ()
QIP with name Simbach DE Off has city_code_list ('QIP',) and city_name_list ()
QIR with name Irbid has city_code_list ('QIR',) and city_name_list ()
RCN with name American River has city_code_list ('RCN',) and city_name_list ()
XAM with name Amboise has city_code_list ('XAM',) and city_name_list ()
OAZ with name Camp Bastion Air Base has city_code_list ('OAZ',) and city_name_list ()
MWW with name Mouscron has city_code_list ('MWW',) and city_name_list ()
MWI with name Maramuni Airport has city_code_list ('MWI',) and city_name_list ()
KUB with name Kuala Belait has city_code_list ('KUB',) and city_name_list ()
XTV with name Tikrit IQ Off Line Point has city_code_list ('XTV',) and city_name_list ()
YNF with name Corner Brook has city_code_list ('YNF',) and city_name_list ()
QJA with name Jaragua Do Sul SC BR Off has city_code_list ('QJA',) and city_name_list ()
XTE with name Latour-de-Carol has city_code_list ('XTE',) and city_name_list ()
XTD with name Saint-Dié-des-Vosges has city_code_list ('XTD',) and city_name_list ()
XTH with name Thionville FR Off has city_code_list ('XTH',) and city_name_list ()
QIC with name Siracusa has city_code_list ('QIC',) and city_name_list ()
QIB with name Ibiruba RS BR Off has city_code_list ('QIB',) and city_name_list ()
XHR with name Timbo SC BR Timbo has city_code_list ('XHR',) and city_name_list ()
XZU with name Mantoloking has city_code_list ('XZU',) and city_name_list ()
XNH with name Nasiriyah IQ Off Line Point has city_code_list ('XNH',) and city_name_list ()
QYS with name Yasoudj IR Off has city_code_list ('QYS',) and city_name_list ()
QYO with name Olsztyn PL Olsztyn has city_code_list ('QYO',) and city_name_list ()
QYN with name Byron Bay has city_code_list ('QYN',) and city_name_list ()
QYK with name Goyang-si has city_code_list ('QYK',) and city_name_list ()
QYD with name Gdynia has city_code_list ('QYD',) and city_name_list ()
QYG with name Generic Railway Station for Germany has city_code_list ('QYG',) and city_name_list ()
QYF with name German Railways Zone F DE Off has city_code_list ('QYF',) and city_name_list ()
QYA with name Anyang KR Off has city_code_list ('QYA',) and city_name_list ()
PHZ with name Ko Phi Phi Don has city_code_list ('PHZ',) and city_name_list ()
MUJ with name Mui has city_code_list ('MUJ',) and city_name_list ()
ZQM with name Voelklingen DE Off has city_code_list ('ZQM',) and city_name_list ()
QKM with name Gumi has city_code_list ('QKM',) and city_name_list ()
QBP with name Aïn Beïda has city_code_list ('QBP',) and city_name_list ()
QKX with name Kautokeino has city_code_list ('QKX',) and city_name_list ()
QBI with name Bitola has city_code_list ('QBI',) and city_name_list ()
ZWG with name Weingarten DE Off has city_code_list ('ZWG',) and city_name_list ()
ZWY with name Gouda Railway Station has city_code_list ('ZWY',) and city_name_list ()
XBC with name Briançon has city_code_list ('XBC',) and city_name_list ()
QEB with name Maebashi JP Off has city_code_list ('QEB',) and city_name_list ()
QEI with name Crailsheim has city_code_list ('QEI',) and city_name_list ()
XQO with name Qom IR has city_code_list ('XQO',) and city_name_list ()
XQC with name Balad has city_code_list ('XQC',) and city_name_list ()
XQY with name St Quentin En Yvelines FR St Q has city_code_list ('XQY',) and city_name_list ()
XQV with name Baqubah IQ Baqubah has city_code_list ('XQV',) and city_name_list ()
QJT with name Napasoq has city_code_list ('QJT',) and city_name_list ()
ECC with name East Coast Cities NY US has city_code_list ('ECC',) and city_name_list ()
BBF with name Burlington has city_code_list ('BBF',) and city_name_list ()
SGB with name Singaua has city_code_list ('SGB',) and city_name_list ()
QJU with name Jalandhar IN has city_code_list ('QJU',) and city_name_list ()
LMK with name Limerick has city_code_list ('LMK',) and city_name_list ()
ZNH with name Hettlingen has city_code_list ('ZNH',) and city_name_list ()
MQI with name Quincy has city_code_list ('MQI',) and city_name_list ()
QGT with name Moriguchi has city_code_list ('QGT',) and city_name_list ()
AMI with name Mataram has city_code_list ('AMI',) and city_name_list ()
ZNP with name Hürth has city_code_list ('ZNP',) and city_name_list ()
SWI with name Reverse Office ZZ Reverse Offi has city_code_list ('SWI',) and city_name_list ()
ZCT with name Delmenhorst has city_code_list ('ZCT',) and city_name_list ()
QHW with name Brooklyn NJ US Brooklyn has city_code_list ('QHW',) and city_name_list ()
QHZ with name Hoofddorp has city_code_list ('QHZ',) and city_name_list ()
QHC with name Rolandia PR BR Off has city_code_list ('QHC',) and city_name_list ()
QHF with name Sao Sebastiao Do RS BR Off has city_code_list ('QHF',) and city_name_list ()
QHG with name Sete Lagoas MG BR Off has city_code_list ('QHG',) and city_name_list ()
QHE with name Sao Ben SC BR Sao Bento Do Sul has city_code_list ('QHE',) and city_name_list ()
QHK with name Shahrkord IR Off has city_code_list ('QHK',) and city_name_list ()
QHH with name El Arrouch has city_code_list ('QHH',) and city_name_list ()
QHI with name Mueang Chonburi District has city_code_list ('QHI',) and city_name_list ()
QGR with name Kangerluk GL Kangerluk has city_code_list ('QGR',) and city_name_list ()
QHL with name Castanhal PA BR Off has city_code_list ('QHL',) and city_name_list ()
QHM with name Hama SY Off has city_code_list ('QHM',) and city_name_list ()
ZYB with name Sncb Rail Network BE Off Line has city_code_list ('ZYB',) and city_name_list ()
ZYC with name Gizycko PL Gizycko has city_code_list ('ZYC',) and city_name_list ()
TGF with name Tignes has city_code_list ('TGF',) and city_name_list ()
XSQ with name Sélestat has city_code_list ('XSQ',) and city_name_list ()
XSV with name Senlis has city_code_list ('XSV',) and city_name_list ()
XSW with name Sedan has city_code_list ('XSW',) and city_name_list ()
XST with name Saintes has city_code_list ('XST',) and city_name_list ()
XSU with name Saumur has city_code_list ('XSU',) and city_name_list ()
XSX with name Seclin has city_code_list ('XSX',) and city_name_list ()
XSY with name Sète has city_code_list ('XSY',) and city_name_list ()
XSG with name Saint-Omer has city_code_list ('XSG',) and city_name_list ()
XSJ with name Péronne - Saint-Quentin has city_code_list ('XSJ',) and city_name_list ()
XSK with name Saint-Raphaël has city_code_list ('XSK',) and city_name_list ()
XSL with name Sarlat has city_code_list ('XSL',) and city_name_list ()
SUC with name Sundance has city_code_list ('SUC',) and city_name_list ()
QCS with name Cosenza has city_code_list ('QCS',) and city_name_list ()
QCQ with name Caraguatatuba has city_code_list ('QCQ',) and city_name_list ()
QCP with name Currais Novos has city_code_list ('QCP',) and city_name_list ()
QCW with name Wilton CT US Wilton has city_code_list ('QCW',) and city_name_list ()
QCV with name Guarulhos has city_code_list ('QCV',) and city_name_list ()
QCT with name Bacita has city_code_list ('QCT',) and city_name_list ()
QCZ with name Catanzaro has city_code_list ('QCZ',) and city_name_list ()
QCX with name São Caetano do Sul has city_code_list ('QCX',) and city_name_list ()
QCB with name Chiba has city_code_list ('QCB',) and city_name_list ()
QCG with name Cataguases has city_code_list ('QCG',) and city_name_list ()
QCF with name Birigui has city_code_list ('QCF',) and city_name_list ()
QCO with name Colón has city_code_list ('QCO',) and city_name_list ()
QCM with name Como has city_code_list ('QCM',) and city_name_list ()
QCL with name Caltanissetta has city_code_list ('QCL',) and city_name_list ()
QAU with name Bebedouro has city_code_list ('QAU',) and city_name_list ()
QAZ with name Zakopane has city_code_list ('QAZ',) and city_name_list ()
ZZF with name Mystery Flight Airport has city_code_list ('ZZF',) and city_name_list ()
ZUW with name Dutch Rail Zone 24 NL Off Line has city_code_list ('ZUW',) and city_name_list ()
XHE with name Hyeres FR Off has city_code_list ('XHE',) and city_name_list ()
XIS with name Dioni SC BR Dionisio Cerqueira has city_code_list ('XIS',) and city_name_list ()
ZUB with name Batumi GE Sarpi Border Cross has city_code_list ('ZUB',) and city_name_list ()
ZWO with name Dutch Rail Zone 02 NL Off Line has city_code_list ('ZWO',) and city_name_list ()
ZWX with name Dutch Rail Zone 28 NL Off Line has city_code_list ('ZWX',) and city_name_list ()
ZWZ with name Any Station NL Off Line Point has city_code_list ('ZWZ',) and city_name_list ()
ZWQ with name Dutch Rail Zone 07 NL Off Line has city_code_list ('ZWQ',) and city_name_list ()
XUY with name Auray has city_code_list ('XUY',) and city_name_list ()
FRJ with name Fréjus has city_code_list ('FRJ',) and city_name_list ()
SWK with name Segrate has city_code_list ('SWK',) and city_name_list ()
SWN with name Sahiwal has city_code_list ('SWN',) and city_name_list ()
QAT with name Abeokuta has city_code_list ('QAT',) and city_name_list ()
QAV with name Benjamin Constant has city_code_list ('QAV',) and city_name_list ()
QAQ with name L'Aquila's Preturo Airport has city_code_list ('QAQ',) and city_name_list ()
QAP with name Apapa has city_code_list ('QAP',) and city_name_list ()
QAY with name Alba Iulia has city_code_list ('QAY',) and city_name_list ()
QAX with name Aba has city_code_list ('QAX',) and city_name_list ()
QAE with name Arzew has city_code_list ('QAE',) and city_name_list ()
QAD with name Pordenone has city_code_list ('QAD',) and city_name_list ()
QAG with name Ghazaouet has city_code_list ('QAG',) and city_name_list ()
QAL with name Alessandria has city_code_list ('QAL',) and city_name_list ()
QAO with name Agrigento has city_code_list ('QAO',) and city_name_list ()
QAN with name Nedroma has city_code_list ('QAN',) and city_name_list ()
QAI with name Aime has city_code_list ('QAI',) and city_name_list ()
QAH with name Alcântara has city_code_list ('QAH',) and city_name_list ()
QAJ with name Ajman has city_code_list ('QAJ',) and city_name_list ()
QDV with name Jundiaí has city_code_list ('QDV',) and city_name_list ()
ZMV with name Melville NY US Off has city_code_list ('ZMV',) and city_name_list ()
QCD with name Campo Bom has city_code_list ('QCD',) and city_name_list ()
XJD with name Al Udeid has city_code_list ('XJD',) and city_name_list ()
QZT with name Zawia LY Zawia has city_code_list ('QZT',) and city_name_list ()
QZJ with name Loimaa has city_code_list ('QZJ',) and city_name_list ()
QCI with name Los Cristianos has city_code_list ('QCI',) and city_name_list ()
QZE with name Mont-Louis has city_code_list ('QZE',) and city_name_list ()
ZUR with name Dutch Rail Zone 19 NL Off Line has city_code_list ('ZUR',) and city_name_list ()
ZUS with name Dutch Rail Zone 20 NL Off Line has city_code_list ('ZUS',) and city_name_list ()
ZUP with name Dutch Rail Zone 17 NL Off Line has city_code_list ('ZUP',) and city_name_list ()
ZUQ with name Dutch Rail Zone 18 NL Off Line has city_code_list ('ZUQ',) and city_name_list ()
ZUV with name Dutch Rail Zone 23 NL Off Line has city_code_list ('ZUV',) and city_name_list ()
ZJK with name Chek Lap Kok HK Chek Lap Kok has city_code_list ('ZJK',) and city_name_list ()
ZUY with name Dutch Rail Zone 26 NL Off Line has city_code_list ('ZUY',) and city_name_list ()
USC with name Union has city_code_list ('USC',) and city_name_list ()
QOY with name Lomza PL Lomza has city_code_list ('QOY',) and city_name_list ()
QOO with name Otsu JP Otsu has city_code_list ('QOO',) and city_name_list ()
ZTQ with name Sbb Rail Ch Zone 2 CH has city_code_list ('ZTQ',) and city_name_list ()
QOC with name Osasco has city_code_list ('QOC',) and city_name_list ()
QOL with name Collo has city_code_list ('QOL',) and city_name_list ()
QGZ with name Yokkaichi JP has city_code_list ('QGZ',) and city_name_list ()
QGX with name Girga EG has city_code_list ('QGX',) and city_name_list ()
QGU with name Gifu JP Off has city_code_list ('QGU',) and city_name_list ()
QGO with name Gorizia has city_code_list ('QGO',) and city_name_list ()
QGM with name Chelghoum El Aaid DZ Chelghoum has city_code_list ('QGM',) and city_name_list ()
QGK with name Palmares PE BR Palmares has city_code_list ('QGK',) and city_name_list ()
QGJ with name Nova Friburgo has city_code_list ('QGJ',) and city_name_list ()
QGI with name Governador Island has city_code_list ('QGI',) and city_name_list ()
QGH with name Gharyan has city_code_list ('QGH',) and city_name_list ()
QGG with name Ajdabiya has city_code_list ('QGG',) and city_name_list ()
QGF with name Montenegro Airport has city_code_list ('QGF',) and city_name_list ()
QGE with name Guelma has city_code_list ('QGE',) and city_name_list ()
QGC with name Lençóis Paulista Airport has city_code_list ('QGC',) and city_name_list ()
QGA with name Guaíra Airport has city_code_list ('QGA',) and city_name_list ()
XCE with name Cerbere FR Cerbere has city_code_list ('XCE',) and city_name_list ()
ZNF with name Hanau DE Off has city_code_list ('ZNF',) and city_name_list ()
ZNK with name Herford has city_code_list ('ZNK',) and city_name_list ()
ZNI with name Heidenheim has city_code_list ('ZNI',) and city_name_list ()
ZNO with name Hildesheim has city_code_list ('ZNO',) and city_name_list ()
ZNM with name Herten DE Off has city_code_list ('ZNM',) and city_name_list ()
ZNS with name Kempten has city_code_list ('ZNS',) and city_name_list ()
ZNT with name Kerpen DE Off has city_code_list ('ZNT',) and city_name_list ()
ZNX with name Langenfeld has city_code_list ('ZNX',) and city_name_list ()
XLI with name St Louis FR St Louis has city_code_list ('XLI',) and city_name_list ()
XLH with name Luchon FR Luchon has city_code_list ('XLH',) and city_name_list ()
XLG with name Lognes has city_code_list ('XLG',) and city_name_list ()
XLE with name Lens has city_code_list ('XLE',) and city_name_list ()
XLD with name Landerneau has city_code_list ('XLD',) and city_name_list ()
XLA with name La Bastide-Puylaurent has city_code_list ('XLA',) and city_name_list ()
XLT with name Ax-les-Thermes has city_code_list ('XLT',) and city_name_list ()
XLR with name Libourne has city_code_list ('XLR',) and city_name_list ()
YSQ with name Saltspring Island has city_code_list ('YSQ',) and city_name_list ()
XVF with name Villefranche-Tarare has city_code_list ('XVF',) and city_name_list ()
BOR with name Belfort has city_code_list ('BOR',) and city_name_list ()
KDF with name Kouba has city_code_list ('KDF',) and city_name_list ()
QEM with name El Manzala EG has city_code_list ('QEM',) and city_name_list ()
QEP with name Tarnobrzeg has city_code_list ('QEP',) and city_name_list ()
QER with name Shihr YE has city_code_list ('QER',) and city_name_list ()
QEV with name Courbevoie has city_code_list ('QEV',) and city_name_list ()
RRO with name Sorrento has city_code_list ('RRO',) and city_name_list ()
ZLM with name Zug has city_code_list ('ZLM',) and city_name_list ()
QSD with name Sao Goncalo RJ BR Off has city_code_list ('QSD',) and city_name_list ()
ZQX with name Nias Island ID has city_code_list ('ZQX',) and city_name_list ()
ZQT with name Wolfenbuettel DE Off has city_code_list ('ZQT',) and city_name_list ()
ZQR with name Witten has city_code_list ('ZQR',) and city_name_list ()
ZQP with name Wesel DE Off has city_code_list ('ZQP',) and city_name_list ()
ZQO with name Waiblingen DE Off has city_code_list ('ZQO',) and city_name_list ()
ZQL with name Villingen-Schwenningen has city_code_list ('ZQL',) and city_name_list ()
ZQD with name Stade DE Off has city_code_list ('ZQD',) and city_name_list ()
ZQE with name Stolberg DE Off has city_code_list ('ZQE',) and city_name_list ()
ZQB with name Round Trip Flights AK US has city_code_list ('ZQB',) and city_name_list ()
ZQA with name Singen DE Off has city_code_list ('ZQA',) and city_name_list ()
ZFE with name Beltsville has city_code_list ('ZFE',) and city_name_list ()
JEV with name Evry FR has city_code_list ('JEV',) and city_name_list ()
JEC with name Jersey City has city_code_list ('JEC',) and city_name_list ()
QKK with name Kárášjohka has city_code_list ('QKK',) and city_name_list ()
QKJ with name Khenchela has city_code_list ('QKJ',) and city_name_list ()
QKI with name Kielce has city_code_list ('QKI',) and city_name_list ()
QKH with name Kharian PK Off has city_code_list ('QKH',) and city_name_list ()
QKO with name Khoms LY Off has city_code_list ('QKO',) and city_name_list ()
QKA with name Cachoeirinha RS BR has city_code_list ('QKA',) and city_name_list ()
QKG with name Chalkida GR Chalkida has city_code_list ('QKG',) and city_name_list ()
QKF with name Krefeld has city_code_list ('QKF',) and city_name_list ()
QKD with name Elk PL Elk has city_code_list ('QKD',) and city_name_list ()
QKY with name Wakayama has city_code_list ('QKY',) and city_name_list ()
QKQ with name Anklam has city_code_list ('QKQ',) and city_name_list ()
QKW with name Kanazawa JP Off has city_code_list ('QKW',) and city_name_list ()
ZUU with name Dutch Rail Zone 22 NL Off Line has city_code_list ('ZUU',) and city_name_list ()
ZUZ with name Dutch Rail Zone 27 NL Off Line has city_code_list ('ZUZ',) and city_name_list ()
ZUX with name Dutch Rail Zone 25 NL Off Line has city_code_list ('ZUX',) and city_name_list ()
ZUO with name Dutch Rail Zone 16 NL Off Line has city_code_list ('ZUO',) and city_name_list ()
CSC with name Cañas has city_code_list ('CSC',) and city_name_list ()
ZUT with name Dutch Rail Zone 21 NL Off Line has city_code_list ('ZUT',) and city_name_list ()
XDI with name Digne FR Digne has city_code_list ('XDI',) and city_name_list ()
QIM with name Ain M Lila DZ Ain M Lila has city_code_list ('QIM',) and city_name_list ()
QIN with name Mersin TR Mersin has city_code_list ('QIN',) and city_name_list ()
QIH with name Três Rios has city_code_list ('QIH',) and city_name_list ()
QIK with name Ikoyi NG Off has city_code_list ('QIK',) and city_name_list ()
QIY with name Bedarra Island has city_code_list ('QIY',) and city_name_list ()
QIU with name Ciudadela ES Off has city_code_list ('QIU',) and city_name_list ()
QIW with name Umm Al Quwain AE has city_code_list ('QIW',) and city_name_list ()
QIS with name Mito JP Off has city_code_list ('QIS',) and city_name_list ()
QYY with name Bialystok PL Bialystok has city_code_list ('QYY',) and city_name_list ()
ETE with name Metemma has city_code_list ('ETE',) and city_name_list ()
QYJ with name German Railways Zone J DE Off has city_code_list ('QYJ',) and city_name_list ()
LRO with name Lathrop has city_code_list ('LRO',) and city_name_list ()
QYB with name Yaba NG Off has city_code_list ('QYB',) and city_name_list ()
WSE with name Santa Cecilia has city_code_list ('WSE',) and city_name_list ()
ZHX with name Tubarao SC BR Off has city_code_list ('ZHX',) and city_name_list ()
XBY with name Bayonne has city_code_list ('XBY',) and city_name_list ()
XBX with name Bernay FR Bernay has city_code_list ('XBX',) and city_name_list ()
XBZ with name Bandol has city_code_list ('XBZ',) and city_name_list ()
XBU with name Banyuls Sur Mer FR Banyuls Sur has city_code_list ('XBU',) and city_name_list ()
XBT with name Boulogne-Billancourt has city_code_list ('XBT',) and city_name_list ()
XBV with name Beaune-Challanges has city_code_list ('XBV',) and city_name_list ()
XBP with name La Baule-les-Pins has city_code_list ('XBP',) and city_name_list ()
XBM with name Beaulieu-sur-Mer has city_code_list ('XBM',) and city_name_list ()
XBI with name Le Bourg-d’Oisans has city_code_list ('XBI',) and city_name_list ()
XBK with name Bourg-en-Bresse has city_code_list ('XBK',) and city_name_list ()
XBA with name Barèges has city_code_list ('XBA',) and city_name_list ()
QNS with name Porto Alegre has city_code_list ('QNS',) and city_name_list ()
QNG with name Nagano JP Off has city_code_list ('QNG',) and city_name_list ()
QNI with name Onitsha has city_code_list ('QNI',) and city_name_list ()
SAI with name San Marino has city_code_list ('SAI',) and city_name_list ()
QRT with name Rieti has city_code_list ('QRT',) and city_name_list ()
QOV with name Providencia has city_code_list ('QOV',) and city_name_list ()
QOU with name Oued Rhiou has city_code_list ('QOU',) and city_name_list ()
QOT with name Otaru has city_code_list ('QOT',) and city_name_list ()
QOR with name Ordu TR Ordu has city_code_list ('QOR',) and city_name_list ()
QOP with name Codroipo has city_code_list ('QOP',) and city_name_list ()
QOZ with name Oued Zenati has city_code_list ('QOZ',) and city_name_list ()
QOX with name Memmingen DE Off Pt has city_code_list ('QOX',) and city_name_list ()
QOG with name Homburg DE Off has city_code_list ('QOG',) and city_name_list ()
QOD with name Osvaldo Cruz SP BR Off has city_code_list ('QOD',) and city_name_list ()
QON with name Arlon has city_code_list ('QON',) and city_name_list ()
QOM with name Omiya JP Off has city_code_list ('QOM',) and city_name_list ()
QOK with name Oksfjord NO has city_code_list ('QOK',) and city_name_list ()
QOJ with name São Borja Airport has city_code_list ('QOJ',) and city_name_list ()
QOI with name Cotia SP BR Off has city_code_list ('QOI',) and city_name_list ()
XZE with name Rail Generic DE Rail Generic has city_code_list ('XZE',) and city_name_list ()
ZFU with name Arujá has city_code_list ('ZFU',) and city_name_list ()
ZFO with name Franconia has city_code_list ('ZFO',) and city_name_list ()
XVE with name Versailles has city_code_list ('XVE',) and city_name_list ()
XDC with name Dives Cabourg FR Dives Cabourg has city_code_list ('XDC',) and city_name_list ()
XDN with name Douai has city_code_list ('XDN',) and city_name_list ()
XDR with name Dreux has city_code_list ('XDR',) and city_name_list ()
QRB with name Ravensburg has city_code_list ('QRB',) and city_name_list ()
QRD with name Andradas MG BR Off has city_code_list ('QRD',) and city_name_list ()
QRG with name Ragusa has city_code_list ('QRG',) and city_name_list ()
QRI with name Rize has city_code_list ('QRI',) and city_name_list ()
QRJ with name Cariacica has city_code_list ('QRJ',) and city_name_list ()
QRK with name Arcos has city_code_list ('QRK',) and city_name_list ()
QRL with name Marbella has city_code_list ('QRL',) and city_name_list ()
QRN with name Muroran has city_code_list ('QRN',) and city_name_list ()
QRP with name Gramado has city_code_list ('QRP',) and city_name_list ()
QRQ with name Marmaris has city_code_list ('QRQ',) and city_name_list ()
QRS with name Reşiţa has city_code_list ('QRS',) and city_name_list ()
QRU with name Rio do Sul has city_code_list ('QRU',) and city_name_list ()
QRX with name Narooma has city_code_list ('QRX',) and city_name_list ()
QRZ with name Resende has city_code_list ('QRZ',) and city_name_list ()
QMY with name Fictitious Point ZZ has city_code_list ('QMY',) and city_name_list ()
QMX with name Fictitious Point ZZ has city_code_list ('QMX',) and city_name_list ()
QMQ with name Murzuq has city_code_list ('QMQ',) and city_name_list ()
QMS with name Masan KR Off has city_code_list ('QMS',) and city_name_list ()
QMR with name Marsala has city_code_list ('QMR',) and city_name_list ()
QMU with name Moutiers FR Moutiers has city_code_list ('QMU',) and city_name_list ()
QMW with name Mohammadia has city_code_list ('QMW',) and city_name_list ()
QMI with name Mogi Das Cruzes SP BR Off has city_code_list ('QMI',) and city_name_list ()
QMH with name Oum el Bouaghi has city_code_list ('QMH',) and city_name_list ()
QMJ with name Masjed Soleiman IR Masjed Sole has city_code_list ('QMJ',) and city_name_list ()
QML with name Mirpur has city_code_list ('QML',) and city_name_list ()
QMC with name Mairiporã has city_code_list ('QMC',) and city_name_list ()
QMB with name Panambi RS BR Off has city_code_list ('QMB',) and city_name_list ()
QME with name Messina has city_code_list ('QME',) and city_name_list ()
QMD with name Madaba JO Off has city_code_list ('QMD',) and city_name_list ()
BRG with name Whitesburg has city_code_list ('BRG',) and city_name_list ()
XCA with name Fictitious Point ZZ has city_code_list ('XCA',) and city_name_list ()
ZNL with name Herne DE Off has city_code_list ('ZNL',) and city_name_list ()
ZDM with name Ramallah has city_code_list ('ZDM',) and city_name_list ()
PBS with name Patong has city_code_list ('PBS',) and city_name_list ()
WGZ with name Manly NS AU Manly has city_code_list ('WGZ',) and city_name_list ()
XFB with name Fontainebleau has city_code_list ('XFB',) and city_name_list ()
XFX with name Foix FR Foix has city_code_list ('XFX',) and city_name_list ()
XFT with name Fo Tan HK Fo Tan has city_code_list ('XFT',) and city_name_list ()
XCP with name Compiegne FR Compiegne has city_code_list ('XCP',) and city_name_list ()
QPI with name Palmira CO Off has city_code_list ('QPI',) and city_name_list ()
QPO with name Potenza has city_code_list ('QPO',) and city_name_list ()
QPM with name Opole PL Opole has city_code_list ('QPM',) and city_name_list ()
QPC with name Plock PL Plock has city_code_list ('QPC',) and city_name_list ()
QPE with name Petropolis RJ BR Off has city_code_list ('QPE',) and city_name_list ()
QPZ with name Piacenza has city_code_list ('QPZ',) and city_name_list ()
QPY with name Fictitious Point ZZ has city_code_list ('QPY',) and city_name_list ()
QPR with name Prato IT Prato has city_code_list ('QPR',) and city_name_list ()
QPQ with name Pinamar has city_code_list ('QPQ',) and city_name_list ()
HRD with name Harstad has city_code_list ('HRD',) and city_name_list ()
XCY with name Château-Thierry - Belleau has city_code_list ('XCY',) and city_name_list ()
SEC with name Serre Chevalier has city_code_list ('SEC',) and city_name_list ()
CLF with name Coltishall has city_code_list ('CLF',) and city_name_list ()
QMG with name Maghnia has city_code_list ('QMG',) and city_name_list ()
XAG with name Agde has city_code_list ('XAG',) and city_name_list ()
ZNJ with name Heilbronn DE Off has city_code_list ('ZNJ',) and city_name_list ()
ZNR with name Iserlohn has city_code_list ('ZNR',) and city_name_list ()
XEI with name Tsukuba has city_code_list ('XEI',) and city_name_list ()
ZNY with name Langenhagen DE Off has city_code_list ('ZNY',) and city_name_list ()
QXM with name Fictitious Point ZZ Fictitious has city_code_list ('QXM',) and city_name_list ()
ZBX with name Szombathely has city_code_list ('ZBX',) and city_name_list ()
XXS with name Scenic Flight NZ Off has city_code_list ('XXS',) and city_name_list ()
XXP with name Potsdam DE Off has city_code_list ('XXP',) and city_name_list ()
XXF with name Scenic Flight NZ Off has city_code_list ('XXF',) and city_name_list ()
SXD with name Sophia Antipolis has city_code_list ('SXD',) and city_name_list ()
KLA with name Kampala has city_code_list ('KLA',) and city_name_list ()
QVN with name Avellino has city_code_list ('QVN',) and city_name_list ()
QVI with name Valbonne has city_code_list ('QVI',) and city_name_list ()
QVJ with name Vrajdebna has city_code_list ('QVJ',) and city_name_list ()
QVK with name Valkeakoski has city_code_list ('QVK',) and city_name_list ()
QVD with name Salo FI Salo has city_code_list ('QVD',) and city_name_list ()
QVF with name Karkkila has city_code_list ('QVF',) and city_name_list ()
QVB with name União da Vitória Airport has city_code_list ('QVB',) and city_name_list ()
QVZ with name Hamina FI Hamina has city_code_list ('QVZ',) and city_name_list ()
QVT with name Riihimaki FI Riihimaki has city_code_list ('QVT',) and city_name_list ()
QVU with name Vaduz has city_code_list ('QVU',) and city_name_list ()
QVQ with name Verden has city_code_list ('QVQ',) and city_name_list ()
QVR with name Volta Redonda RJ BR Off has city_code_list ('QVR',) and city_name_list ()
XLL with name Lons-le-Saunier has city_code_list ('XLL',) and city_name_list ()
XLX with name Lisieux has city_code_list ('XLX',) and city_name_list ()
DXA with name Les Deux Alpes has city_code_list ('DXA',) and city_name_list ()
ZDF with name Nablus has city_code_list ('ZDF',) and city_name_list ()
PLG with name La Plagne FR has city_code_list ('PLG',) and city_name_list ()
PLC with name Planeta Rica has city_code_list ('PLC',) and city_name_list ()
PLI with name Palm Island VC has city_code_list ('PLI',) and city_name_list ()
WCC with name West Coast Cities CA US has city_code_list ('WCC',) and city_name_list ()
XZP with name Pass ON CA Pass has city_code_list ('XZP',) and city_name_list ()
XZR with name Rail QC CA Rail has city_code_list ('XZR',) and city_name_list ()
XZY with name Alzey has city_code_list ('XZY',) and city_name_list ()
QBK with name Betim has city_code_list ('QBK',) and city_name_list ()
XZJ with name Generic Railway Station has city_code_list ('XZJ',) and city_name_list ()
XMM with name Monte-Carlo has city_code_list ('XMM',) and city_name_list ()
QTV with name Fictitious Point ZZ Fictitious has city_code_list ('QTV',) and city_name_list ()
QTW with name Daejeon has city_code_list ('QTW',) and city_name_list ()
QTT with name Tanta EG Off has city_code_list ('QTT',) and city_name_list ()
QTU with name Itu has city_code_list ('QTU',) and city_name_list ()
QTR with name Tartus SY has city_code_list ('QTR',) and city_name_list ()
QTS with name Englewood CO US Off has city_code_list ('QTS',) and city_name_list ()
QTP with name Tana NO Tana has city_code_list ('QTP',) and city_name_list ()
QTX with name Arbatax IT Arbatax has city_code_list ('QTX',) and city_name_list ()
QTY with name Tsu JP Off has city_code_list ('QTY',) and city_name_list ()
QTF with name Qatif SA Off has city_code_list ('QTF',) and city_name_list ()
QTD with name Timbauba PE BR Timbauba has city_code_list ('QTD',) and city_name_list ()
QTE with name Sao Go RN BR Sao Goncalo Amara has city_code_list ('QTE',) and city_name_list ()
QTN with name San Antonio CL Off has city_code_list ('QTN',) and city_name_list ()
QTO with name Skitube NS AU has city_code_list ('QTO',) and city_name_list ()
QTL with name Caratinga has city_code_list ('QTL',) and city_name_list ()
QTM with name Tomakomai has city_code_list ('QTM',) and city_name_list ()
QFW with name Fort Washington PA US Off has city_code_list ('QFW',) and city_name_list ()
TMK with name Tam Kỳ has city_code_list ('TMK',) and city_name_list ()
QFF with name Brooklyn NJ US Brooklyn has city_code_list ('QFF',) and city_name_list ()
QVX with name Ghazaouet DZ Off has city_code_list ('QVX',) and city_name_list ()
XMQ with name Morzine has city_code_list ('XMQ',) and city_name_list ()
YOK with name Yokohama has city_code_list ('YOK',) and city_name_list ()
ZQQ with name Wetzlar has city_code_list ('ZQQ',) and city_name_list ()
QWR with name Donauwoerth DE Off has city_code_list ('QWR',) and city_name_list ()
ZCH with name Bergkamen has city_code_list ('ZCH',) and city_name_list ()
ZCK with name Bruehl DE Off has city_code_list ('ZCK',) and city_name_list ()
QZY with name Fictitious Point ZZ Fictitious has city_code_list ('QZY',) and city_name_list ()
QZZ with name Zagazig has city_code_list ('QZZ',) and city_name_list ()
QZP with name Gc Apollo ON CA Gc Apollo has city_code_list ('QZP',) and city_name_list ()
QZQ with name Zahlé has city_code_list ('QZQ',) and city_name_list ()
QZR with name Aprilia has city_code_list ('QZR',) and city_name_list ()
QZS with name Soroya NO has city_code_list ('QZS',) and city_name_list ()
QZU with name Rauma has city_code_list ('QZU',) and city_name_list ()
QZV with name Roissy-en-France has city_code_list ('QZV',) and city_name_list ()
QZW with name Fictitious Point ZZ Fictitious has city_code_list ('QZW',) and city_name_list ()
QZH with name Les Angles FR Les Angles has city_code_list ('QZH',) and city_name_list ()
QZI with name Tizi Ouzou has city_code_list ('QZI',) and city_name_list ()
QZK with name Mantsala FI Mantsala has city_code_list ('QZK',) and city_name_list ()
QZL with name Zliten has city_code_list ('QZL',) and city_name_list ()
QZN with name Relizane has city_code_list ('QZN',) and city_name_list ()
QZO with name Arezzo Airfield has city_code_list ('QZO',) and city_name_list ()
QZA with name Zarqa has city_code_list ('QZA',) and city_name_list ()
QZF with name Font Romeu FR Font Romeu has city_code_list ('QZF',) and city_name_list ()
QZG with name La Llagonne has city_code_list ('QZG',) and city_name_list ()
MVG with name Mevang has city_code_list ('MVG',) and city_name_list ()
WGF with name Manama BH Manama has city_code_list ('WGF',) and city_name_list ()
ZQH with name Tuebingen DE Off has city_code_list ('ZQH',) and city_name_list ()
JRS with name Jerusalem has city_code_list ('JRS',) and city_name_list ()
PMX with name Palmer has city_code_list ('PMX',) and city_name_list ()
QVC with name Vicosa MG BR Off has city_code_list ('QVC',) and city_name_list ()
QUJ with name Uijeongbu KR Uijeongbu has city_code_list ('QUJ',) and city_name_list ()
ZZA with name Azazga has city_code_list ('ZZA',) and city_name_list ()
QUM with name Qom has city_code_list ('QUM',) and city_name_list ()
QLK with name El Kala has city_code_list ('QLK',) and city_name_list ()
QLI with name Limassol has city_code_list ('QLI',) and city_name_list ()
ZOE with name Ludwigshafen has city_code_list ('ZOE',) and city_name_list ()
ZOH with name Luenen DE Off has city_code_list ('ZOH',) and city_name_list ()
QXC with name Fazenda São Braz Airport has city_code_list ('QXC',) and city_name_list ()
QXE with name Sora has city_code_list ('QXE',) and city_name_list ()
QXJ with name Porvoo has city_code_list ('QXJ',) and city_name_list ()
QXI with name Loviisa FI Loviisa has city_code_list ('QXI',) and city_name_list ()
QXL with name Fictitious Point ZZ Fictitious has city_code_list ('QXL',) and city_name_list ()
QXP with name Struga has city_code_list ('QXP',) and city_name_list ()
QXW with name Alfenas has city_code_list ('QXW',) and city_name_list ()
QPN with name Piatra Neamt RO Piatra Neamt has city_code_list ('QPN',) and city_name_list ()
ZOR with name Neustadt Weinstrasse DE Off has city_code_list ('ZOR',) and city_name_list ()
VTA with name Victoria has city_code_list ('VTA',) and city_name_list ()
QPX with name Fictitious Point ZZ has city_code_list ('QPX',) and city_name_list ()
ZET with name Goslar has city_code_list ('ZET',) and city_name_list ()
XVZ with name Vierzon has city_code_list ('XVZ',) and city_name_list ()
XVP with name Villepinte FR Villepinte has city_code_list ('XVP',) and city_name_list ()
XVR with name Valloire has city_code_list ('XVR',) and city_name_list ()
ZZQ with name Cheung Sha Wan has city_code_list ('ZZQ',) and city_name_list ()
XVT with name Vitre FR Vitre has city_code_list ('XVT',) and city_name_list ()
QEA with name Teramo has city_code_list ('QEA',) and city_name_list ()
QEC with name El Merj LY El Merj has city_code_list ('QEC',) and city_name_list ()
XVI with name Vienne has city_code_list ('XVI',) and city_name_list ()
QEE with name Ebeye has city_code_list ('QEE',) and city_name_list ()
QED with name Medea DZ Off has city_code_list ('QED',) and city_name_list ()
QEH with name El Hadjar has city_code_list ('QEH',) and city_name_list ()
QEK with name El Mahalla El Kubra EG El Maha has city_code_list ('QEK',) and city_name_list ()
QEL with name Wellington NS AU Wellington has city_code_list ('QEL',) and city_name_list ()
QEO with name Bielsko Biala PL Bielsko Biala has city_code_list ('QEO',) and city_name_list ()
ZZT with name Taher has city_code_list ('ZZT',) and city_name_list ()
ZZS with name M’Sila has city_code_list ('ZZS',) and city_name_list ()
ZZR with name Kherrata has city_code_list ('ZZR',) and city_name_list ()
ZZP with name Požarevac has city_code_list ('ZZP',) and city_name_list ()
ZZM with name Bordj Menaïel has city_code_list ('ZZM',) and city_name_list ()
ZZK with name Khemis Miliana has city_code_list ('ZZK',) and city_name_list ()
ZZJ with name Mystery Night VI AU Off has city_code_list ('ZZJ',) and city_name_list ()
ZZI with name Elite Mystery Night VI AU Off has city_code_list ('ZZI',) and city_name_list ()
QEU with name Parnamirim RN BR Parnamirim has city_code_list ('QEU',) and city_name_list ()
ZZD with name Draa el Mizan has city_code_list ('ZZD',) and city_name_list ()
ZZC with name Cherchell has city_code_list ('ZZC',) and city_name_list ()
QET with name Taedok KR Taedok has city_code_list ('QET',) and city_name_list ()
QEX with name Emmerich has city_code_list ('QEX',) and city_name_list ()
QEZ with name Pomezia has city_code_list ('QEZ',) and city_name_list ()
XVN with name Verdun-Sommedieue has city_code_list ('XVN',) and city_name_list ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment