Skip to content

Commit

Permalink
Merge pull request #99 from ramtejsudani/AddAirportCodes
Browse files Browse the repository at this point in the history
Added code for GCN,PRC and PGA
  • Loading branch information
KirillOsenkov authored Aug 16, 2023
2 parents b4ccbb6 + 8b84ea5 commit bb9e8d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/QuickInfo/Processors/AirportCodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ private static readonly (string code, string name, string englishName, string st
("gau", "Lokpriya Gopinath Bordoloi International Airport", "", "Assam", "India", "Guwahati", "Gowhatty", "Gauhati"),
("gbe", "Sir Seretse Khama International Airport", "", "", "Botswana", "Gaborone", "", ""),
("gci", "Guernsey Airport", "", "Channel Islands", "UK", "Guernsey", "Forest", ""),
("gcn","Grand Canyon National Park Airport","","Arizona","USA","Grand Canyon","Tusayan",""),
("gcm", "Owen Roberts International Airport", "", "England", "UK", "George Town", "Grand Cayman", ""),
("gcw", "Grand Canyon West Airport", "", "Arizona", "USA", "Grand Canyon", "Peach Springs", ""),
("gdl", "Aeropuerto Internacional de Guadalajara", "Guadalajara International Airport", "Jalisco", "Mexico", "Guadalajara", "", ""),
Expand Down Expand Up @@ -873,6 +874,7 @@ private static readonly (string code, string name, string englishName, string st
("pew", "Bacha Khan International Airport", "", "Khyber Pakhtunkhwa", "Pakistan", "Peshawar", "", ""),
("pfb", "Aeroporto Lauro Kurtz", "Lauro Kurtz Airport", "Rio Grande do Sul", "Brazil", "Passo Fundo", "", ""),
("pfo", "Paphos International Airport", "", "", "Cyprus", "Paphos", "Timi", "Acheleia"),
("pga", "Page Municipal Airport", "", "Arizona", "USA", "Page", "", ""),
("phc", "Port Harcourt International Airport", "", "", "Nigeria", "Port Harcourt", "Omagwa", ""),
("phf", "Newport News/Williamsburg International Airport", "", "Virginia", "USA", "Newport News", "Williamsburg", ""),
("phk", "Palm Beach County Glades Airport", "", "Florida", "USA", "Pahokee", "", ""),
Expand Down Expand Up @@ -901,6 +903,7 @@ private static readonly (string code, string name, string englishName, string st
("ppg", "Pago Pago International Airport", "Tafuna Airport", "American Samoa", "USA", "Pago Pago", "Tafuna", ""),
("ppt", "Fa'a'ā International Airport", "", "French Polynesia", "France", "Tahiti", "Pape'ete", ""),
("pqc", "Sân bay quốc tế Phú Quôc", "Phu Quoc International Airport", "", "Vietnam", "Phu Quoc", "", ""),
("prc", "Prescott Regional Airport", "", "Arizona", "USA", "Prescott", "", ""),
("prg", "Letiště Václava Havla Praha", "Václav Havel Airport Prague", "", "Czech Republic", "Prague", "Ruzyně", ""),
("prn", "Pristina International Airport Adem Jashari", "", "", "Kosovo", "Pristina", "", ""),
("psa", "Aeroporto Internazionale di Pisa", "Pisa International Airport", "", "Italy", "Pisa", "", ""),
Expand Down

0 comments on commit bb9e8d5

Please sign in to comment.