Files
Enot (ded) Skelly b72ce41606 add iata ingest filter
generated code, reviewed and tested

this adds an optional lookup table for allowed IATA based on either country,
conintent or both. if the IATA is in either it is allowed.

gives operators the option to consume from global mqtt brokers but filter
to their area of interest
2026-06-04 15:24:34 -07:00

9083 lines
372 KiB
Go

// Code generated by internal/iatadb/gen; DO NOT EDIT.
// Source: https://raw.githubusercontent.com/davidmegginson/ourairports-data/main/airports.csv
// To regenerate: go run ./internal/iatadb/gen
package iatadb
// Entry holds geographic metadata for a single IATA airport code.
type Entry struct {
Country string // ISO 3166-1 alpha-2 country code e.g. "CA"
Continent string // two-letter continent code: AF, AN, AS, EU, NA, OC, SA
}
// DB maps 3-letter IATA codes to geographic metadata.
// Generated from the OurAirports dataset; run go generate to refresh.
var DB = map[string]Entry{
"AAA": {Country: "PF", Continent: "OC"},
"AAB": {Country: "AU", Continent: "OC"},
"AAC": {Country: "EG", Continent: "AS"},
"AAD": {Country: "SO", Continent: "AF"},
"AAE": {Country: "DZ", Continent: "AF"},
"AAF": {Country: "US", Continent: "NA"},
"AAH": {Country: "DE", Continent: "EU"},
"AAI": {Country: "BR", Continent: "SA"},
"AAJ": {Country: "SR", Continent: "SA"},
"AAK": {Country: "KI", Continent: "OC"},
"AAL": {Country: "DK", Continent: "EU"},
"AAM": {Country: "ZA", Continent: "AF"},
"AAN": {Country: "AE", Continent: "AS"},
"AAO": {Country: "VE", Continent: "SA"},
"AAP": {Country: "ID", Continent: "AS"},
"AAQ": {Country: "RU", Continent: "EU"},
"AAR": {Country: "DK", Continent: "EU"},
"AAS": {Country: "ID", Continent: "AS"},
"AAT": {Country: "CN", Continent: "AS"},
"AAU": {Country: "WS", Continent: "OC"},
"AAV": {Country: "PH", Continent: "AS"},
"AAX": {Country: "BR", Continent: "SA"},
"AAY": {Country: "YE", Continent: "AS"},
"AAZ": {Country: "GT", Continent: "NA"},
"ABA": {Country: "RU", Continent: "AS"},
"ABB": {Country: "NG", Continent: "AF"},
"ABC": {Country: "ES", Continent: "EU"},
"ABD": {Country: "IR", Continent: "AS"},
"ABE": {Country: "US", Continent: "NA"},
"ABF": {Country: "KI", Continent: "OC"},
"ABG": {Country: "AU", Continent: "OC"},
"ABH": {Country: "AU", Continent: "OC"},
"ABI": {Country: "US", Continent: "NA"},
"ABJ": {Country: "CI", Continent: "AF"},
"ABK": {Country: "ET", Continent: "AF"},
"ABL": {Country: "US", Continent: "NA"},
"ABM": {Country: "AU", Continent: "OC"},
"ABN": {Country: "SR", Continent: "SA"},
"ABO": {Country: "CI", Continent: "AF"},
"ABP": {Country: "PG", Continent: "OC"},
"ABQ": {Country: "US", Continent: "NA"},
"ABR": {Country: "US", Continent: "NA"},
"ABS": {Country: "EG", Continent: "AF"},
"ABT": {Country: "SA", Continent: "AS"},
"ABU": {Country: "ID", Continent: "AS"},
"ABV": {Country: "NG", Continent: "AF"},
"ABX": {Country: "AU", Continent: "OC"},
"ABY": {Country: "US", Continent: "NA"},
"ABZ": {Country: "GB", Continent: "EU"},
"ACA": {Country: "MX", Continent: "NA"},
"ACB": {Country: "US", Continent: "NA"},
"ACC": {Country: "GH", Continent: "AF"},
"ACD": {Country: "CO", Continent: "SA"},
"ACE": {Country: "ES", Continent: "AF"},
"ACF": {Country: "CN", Continent: "AS"},
"ACH": {Country: "CH", Continent: "EU"},
"ACI": {Country: "GG", Continent: "EU"},
"ACJ": {Country: "LK", Continent: "AS"},
"ACK": {Country: "US", Continent: "NA"},
"ACM": {Country: "CO", Continent: "SA"},
"ACN": {Country: "MX", Continent: "NA"},
"ACO": {Country: "CR", Continent: "NA"},
"ACP": {Country: "IR", Continent: "AS"},
"ACR": {Country: "CO", Continent: "SA"},
"ACS": {Country: "RU", Continent: "AS"},
"ACT": {Country: "US", Continent: "NA"},
"ACU": {Country: "PA", Continent: "NA"},
"ACV": {Country: "US", Continent: "NA"},
"ACX": {Country: "CN", Continent: "AS"},
"ACY": {Country: "US", Continent: "NA"},
"ACZ": {Country: "IR", Continent: "AS"},
"ADA": {Country: "TR", Continent: "AS"},
"ADB": {Country: "TR", Continent: "AS"},
"ADC": {Country: "PG", Continent: "OC"},
"ADD": {Country: "ET", Continent: "AF"},
"ADE": {Country: "YE", Continent: "AS"},
"ADF": {Country: "TR", Continent: "AS"},
"ADG": {Country: "US", Continent: "NA"},
"ADH": {Country: "RU", Continent: "AS"},
"ADI": {Country: "NA", Continent: "AF"},
"ADJ": {Country: "JO", Continent: "AS"},
"ADK": {Country: "US", Continent: "NA"},
"ADL": {Country: "AU", Continent: "OC"},
"ADM": {Country: "US", Continent: "NA"},
"ADO": {Country: "AU", Continent: "OC"},
"ADP": {Country: "LK", Continent: "AS"},
"ADQ": {Country: "US", Continent: "NA"},
"ADR": {Country: "US", Continent: "NA"},
"ADS": {Country: "US", Continent: "NA"},
"ADT": {Country: "US", Continent: "NA"},
"ADU": {Country: "IR", Continent: "AS"},
"ADV": {Country: "SD", Continent: "AF"},
"ADW": {Country: "US", Continent: "NA"},
"ADX": {Country: "GB", Continent: "EU"},
"ADY": {Country: "ZA", Continent: "AF"},
"ADZ": {Country: "CO", Continent: "NA"},
"AEA": {Country: "KI", Continent: "OC"},
"AEB": {Country: "CN", Continent: "AS"},
"AEE": {Country: "SS", Continent: "AF"},
"AEG": {Country: "ID", Continent: "AS"},
"AEH": {Country: "TD", Continent: "AF"},
"AEK": {Country: "PG", Continent: "OC"},
"AEL": {Country: "US", Continent: "NA"},
"AEM": {Country: "RU", Continent: "AS"},
"AEO": {Country: "MR", Continent: "AF"},
"AEP": {Country: "AR", Continent: "SA"},
"AEQ": {Country: "CN", Continent: "AS"},
"AER": {Country: "RU", Continent: "EU"},
"AES": {Country: "NO", Continent: "EU"},
"AET": {Country: "US", Continent: "NA"},
"AEU": {Country: "IR", Continent: "AS"},
"AEX": {Country: "US", Continent: "NA"},
"AEY": {Country: "IS", Continent: "EU"},
"AFA": {Country: "AR", Continent: "SA"},
"AFD": {Country: "ZA", Continent: "AF"},
"AFF": {Country: "US", Continent: "NA"},
"AFI": {Country: "CO", Continent: "SA"},
"AFK": {Country: "LK", Continent: "AS"},
"AFL": {Country: "BR", Continent: "SA"},
"AFN": {Country: "US", Continent: "NA"},
"AFO": {Country: "US", Continent: "NA"},
"AFR": {Country: "PG", Continent: "OC"},
"AFS": {Country: "UZ", Continent: "AS"},
"AFT": {Country: "SB", Continent: "OC"},
"AFW": {Country: "US", Continent: "NA"},
"AFY": {Country: "TR", Continent: "AS"},
"AFZ": {Country: "IR", Continent: "AS"},
"AGA": {Country: "MA", Continent: "AF"},
"AGB": {Country: "DE", Continent: "EU"},
"AGC": {Country: "US", Continent: "NA"},
"AGD": {Country: "ID", Continent: "AS"},
"AGE": {Country: "DE", Continent: "EU"},
"AGF": {Country: "FR", Continent: "EU"},
"AGG": {Country: "PG", Continent: "OC"},
"AGH": {Country: "SE", Continent: "EU"},
"AGI": {Country: "SR", Continent: "SA"},
"AGJ": {Country: "JP", Continent: "AS"},
"AGK": {Country: "PG", Continent: "OC"},
"AGL": {Country: "PG", Continent: "OC"},
"AGM": {Country: "GL", Continent: "NA"},
"AGN": {Country: "US", Continent: "NA"},
"AGO": {Country: "US", Continent: "NA"},
"AGP": {Country: "ES", Continent: "EU"},
"AGR": {Country: "IN", Continent: "AS"},
"AGS": {Country: "US", Continent: "NA"},
"AGT": {Country: "PY", Continent: "SA"},
"AGU": {Country: "MX", Continent: "NA"},
"AGV": {Country: "VE", Continent: "SA"},
"AGW": {Country: "AU", Continent: "OC"},
"AGX": {Country: "IN", Continent: "AS"},
"AGZ": {Country: "ZA", Continent: "AF"},
"AHA": {Country: "IN", Continent: "AS"},
"AHB": {Country: "SA", Continent: "AS"},
"AHC": {Country: "US", Continent: "NA"},
"AHD": {Country: "US", Continent: "NA"},
"AHE": {Country: "PF", Continent: "OC"},
"AHF": {Country: "US", Continent: "NA"},
"AHG": {Country: "MU", Continent: "AF"},
"AHH": {Country: "US", Continent: "NA"},
"AHI": {Country: "ID", Continent: "AS"},
"AHJ": {Country: "CN", Continent: "AS"},
"AHL": {Country: "GY", Continent: "SA"},
"AHM": {Country: "US", Continent: "NA"},
"AHN": {Country: "US", Continent: "NA"},
"AHO": {Country: "IT", Continent: "EU"},
"AHS": {Country: "HN", Continent: "NA"},
"AHU": {Country: "MA", Continent: "AF"},
"AHY": {Country: "MG", Continent: "AF"},
"AHZ": {Country: "FR", Continent: "EU"},
"AIA": {Country: "US", Continent: "NA"},
"AIC": {Country: "MH", Continent: "OC"},
"AID": {Country: "US", Continent: "NA"},
"AIE": {Country: "PG", Continent: "OC"},
"AIF": {Country: "BR", Continent: "SA"},
"AIG": {Country: "CF", Continent: "AF"},
"AIH": {Country: "PG", Continent: "OC"},
"AII": {Country: "DJ", Continent: "AF"},
"AIK": {Country: "US", Continent: "NA"},
"AIL": {Country: "PA", Continent: "NA"},
"AIM": {Country: "MH", Continent: "OC"},
"AIN": {Country: "US", Continent: "NA"},
"AIO": {Country: "US", Continent: "NA"},
"AIP": {Country: "IN", Continent: "AS"},
"AIR": {Country: "BR", Continent: "SA"},
"AIS": {Country: "KI", Continent: "OC"},
"AIT": {Country: "CK", Continent: "OC"},
"AIU": {Country: "CK", Continent: "OC"},
"AIV": {Country: "US", Continent: "NA"},
"AIW": {Country: "NA", Continent: "AF"},
"AIY": {Country: "BR", Continent: "SA"},
"AIZ": {Country: "US", Continent: "NA"},
"AJA": {Country: "FR", Continent: "EU"},
"AJF": {Country: "SA", Continent: "AS"},
"AJI": {Country: "TR", Continent: "AS"},
"AJJ": {Country: "MR", Continent: "AF"},
"AJK": {Country: "IR", Continent: "AS"},
"AJL": {Country: "IN", Continent: "AS"},
"AJN": {Country: "KM", Continent: "AF"},
"AJR": {Country: "SE", Continent: "EU"},
"AJS": {Country: "MX", Continent: "NA"},
"AJU": {Country: "BR", Continent: "SA"},
"AJY": {Country: "NE", Continent: "AF"},
"AKA": {Country: "CN", Continent: "AS"},
"AKB": {Country: "US", Continent: "NA"},
"AKC": {Country: "US", Continent: "NA"},
"AKD": {Country: "IN", Continent: "AS"},
"AKE": {Country: "GA", Continent: "AF"},
"AKF": {Country: "LY", Continent: "AF"},
"AKG": {Country: "PG", Continent: "OC"},
"AKH": {Country: "SA", Continent: "AS"},
"AKI": {Country: "US", Continent: "NA"},
"AKJ": {Country: "JP", Continent: "AS"},
"AKK": {Country: "US", Continent: "NA"},
"AKL": {Country: "NZ", Continent: "OC"},
"AKM": {Country: "TD", Continent: "AF"},
"AKN": {Country: "US", Continent: "NA"},
"AKO": {Country: "US", Continent: "NA"},
"AKP": {Country: "US", Continent: "NA"},
"AKQ": {Country: "ID", Continent: "AS"},
"AKR": {Country: "NG", Continent: "AF"},
"AKS": {Country: "SB", Continent: "OC"},
"AKT": {Country: "CY", Continent: "AS"},
"AKU": {Country: "CN", Continent: "AS"},
"AKV": {Country: "CA", Continent: "NA"},
"AKW": {Country: "IR", Continent: "AS"},
"AKX": {Country: "KZ", Continent: "AS"},
"AKY": {Country: "MM", Continent: "AS"},
"ALA": {Country: "KZ", Continent: "AS"},
"ALB": {Country: "US", Continent: "NA"},
"ALC": {Country: "ES", Continent: "EU"},
"ALD": {Country: "PE", Continent: "SA"},
"ALE": {Country: "US", Continent: "NA"},
"ALF": {Country: "NO", Continent: "EU"},
"ALG": {Country: "DZ", Continent: "AF"},
"ALH": {Country: "AU", Continent: "OC"},
"ALI": {Country: "US", Continent: "NA"},
"ALJ": {Country: "ZA", Continent: "AF"},
"ALM": {Country: "US", Continent: "NA"},
"ALN": {Country: "US", Continent: "NA"},
"ALO": {Country: "US", Continent: "NA"},
"ALP": {Country: "SY", Continent: "AS"},
"ALQ": {Country: "BR", Continent: "SA"},
"ALR": {Country: "NZ", Continent: "OC"},
"ALS": {Country: "US", Continent: "NA"},
"ALT": {Country: "BR", Continent: "SA"},
"ALU": {Country: "SO", Continent: "AF"},
"ALW": {Country: "US", Continent: "NA"},
"ALX": {Country: "US", Continent: "NA"},
"ALZ": {Country: "US", Continent: "NA"},
"AMA": {Country: "US", Continent: "NA"},
"AMB": {Country: "MG", Continent: "AF"},
"AMC": {Country: "TD", Continent: "AF"},
"AMD": {Country: "IN", Continent: "AS"},
"AME": {Country: "MZ", Continent: "AF"},
"AMF": {Country: "PG", Continent: "OC"},
"AMH": {Country: "ET", Continent: "AF"},
"AMJ": {Country: "BR", Continent: "SA"},
"AMK": {Country: "US", Continent: "NA"},
"AML": {Country: "PA", Continent: "NA"},
"AMM": {Country: "JO", Continent: "AS"},
"AMN": {Country: "US", Continent: "NA"},
"AMO": {Country: "TD", Continent: "AF"},
"AMP": {Country: "MG", Continent: "AF"},
"AMQ": {Country: "ID", Continent: "AS"},
"AMS": {Country: "NL", Continent: "EU"},
"AMT": {Country: "AU", Continent: "OC"},
"AMU": {Country: "PG", Continent: "OC"},
"AMV": {Country: "RU", Continent: "AS"},
"AMW": {Country: "US", Continent: "NA"},
"AMX": {Country: "AU", Continent: "OC"},
"AMY": {Country: "MG", Continent: "AF"},
"AMZ": {Country: "NZ", Continent: "OC"},
"ANA": {Country: "KE", Continent: "AF"},
"ANB": {Country: "US", Continent: "NA"},
"ANC": {Country: "US", Continent: "NA"},
"AND": {Country: "US", Continent: "NA"},
"ANE": {Country: "FR", Continent: "EU"},
"ANF": {Country: "CL", Continent: "SA"},
"ANG": {Country: "FR", Continent: "EU"},
"ANI": {Country: "US", Continent: "NA"},
"ANJ": {Country: "CG", Continent: "AF"},
"ANK": {Country: "TR", Continent: "AS"},
"ANL": {Country: "AO", Continent: "AF"},
"ANM": {Country: "MG", Continent: "AF"},
"ANN": {Country: "US", Continent: "NA"},
"ANO": {Country: "MZ", Continent: "AF"},
"ANP": {Country: "US", Continent: "NA"},
"ANQ": {Country: "US", Continent: "NA"},
"ANR": {Country: "BE", Continent: "EU"},
"ANS": {Country: "PE", Continent: "SA"},
"ANT": {Country: "AT", Continent: "EU"},
"ANU": {Country: "AG", Continent: "NA"},
"ANV": {Country: "US", Continent: "NA"},
"ANW": {Country: "US", Continent: "NA"},
"ANX": {Country: "NO", Continent: "EU"},
"ANY": {Country: "US", Continent: "NA"},
"ANZ": {Country: "AU", Continent: "OC"},
"AOB": {Country: "PG", Continent: "OC"},
"AOC": {Country: "DE", Continent: "EU"},
"AOD": {Country: "TD", Continent: "AF"},
"AOE": {Country: "TR", Continent: "AS"},
"AOG": {Country: "CN", Continent: "AS"},
"AOH": {Country: "US", Continent: "NA"},
"AOI": {Country: "IT", Continent: "EU"},
"AOJ": {Country: "JP", Continent: "AS"},
"AOK": {Country: "GR", Continent: "EU"},
"AOL": {Country: "AR", Continent: "SA"},
"AOM": {Country: "OM", Continent: "AS"},
"AOO": {Country: "US", Continent: "NA"},
"AOP": {Country: "PE", Continent: "SA"},
"AOQ": {Country: "GL", Continent: "NA"},
"AOR": {Country: "MY", Continent: "AS"},
"AOS": {Country: "US", Continent: "NA"},
"AOT": {Country: "IT", Continent: "EU"},
"AOU": {Country: "LA", Continent: "AS"},
"APA": {Country: "US", Continent: "NA"},
"APB": {Country: "BO", Continent: "SA"},
"APC": {Country: "US", Continent: "NA"},
"APD": {Country: "ID", Continent: "AS"},
"APF": {Country: "US", Continent: "NA"},
"APG": {Country: "US", Continent: "NA"},
"APH": {Country: "US", Continent: "NA"},
"API": {Country: "CO", Continent: "SA"},
"APJ": {Country: "CN", Continent: "AS"},
"APK": {Country: "PF", Continent: "OC"},
"APL": {Country: "MZ", Continent: "AF"},
"APN": {Country: "US", Continent: "NA"},
"APO": {Country: "CO", Continent: "SA"},
"APP": {Country: "PG", Continent: "OC"},
"APQ": {Country: "BR", Continent: "SA"},
"APR": {Country: "PG", Continent: "OC"},
"APS": {Country: "BR", Continent: "SA"},
"APT": {Country: "US", Continent: "NA"},
"APU": {Country: "BR", Continent: "SA"},
"APV": {Country: "US", Continent: "NA"},
"APW": {Country: "WS", Continent: "OC"},
"APX": {Country: "BR", Continent: "SA"},
"APY": {Country: "BR", Continent: "SA"},
"APZ": {Country: "AR", Continent: "SA"},
"AQA": {Country: "BR", Continent: "SA"},
"AQB": {Country: "GT", Continent: "NA"},
"AQG": {Country: "CN", Continent: "AS"},
"AQI": {Country: "SA", Continent: "AS"},
"AQJ": {Country: "JO", Continent: "AS"},
"AQM": {Country: "BR", Continent: "SA"},
"AQP": {Country: "PE", Continent: "SA"},
"AQY": {Country: "US", Continent: "NA"},
"ARA": {Country: "US", Continent: "NA"},
"ARB": {Country: "US", Continent: "NA"},
"ARC": {Country: "US", Continent: "NA"},
"ARD": {Country: "ID", Continent: "AS"},
"ARE": {Country: "PR", Continent: "NA"},
"ARF": {Country: "CO", Continent: "SA"},
"ARG": {Country: "US", Continent: "NA"},
"ARH": {Country: "RU", Continent: "EU"},
"ARI": {Country: "CL", Continent: "SA"},
"ARK": {Country: "TZ", Continent: "AF"},
"ARL": {Country: "BF", Continent: "AF"},
"ARM": {Country: "AU", Continent: "OC"},
"ARN": {Country: "SE", Continent: "EU"},
"ARO": {Country: "CO", Continent: "SA"},
"ARP": {Country: "PG", Continent: "OC"},
"ARQ": {Country: "CO", Continent: "SA"},
"ARR": {Country: "AR", Continent: "SA"},
"ARS": {Country: "BR", Continent: "SA"},
"ART": {Country: "US", Continent: "NA"},
"ARU": {Country: "BR", Continent: "SA"},
"ARV": {Country: "US", Continent: "NA"},
"ARW": {Country: "RO", Continent: "EU"},
"ARX": {Country: "BR", Continent: "SA"},
"ARY": {Country: "AU", Continent: "OC"},
"ARZ": {Country: "AO", Continent: "AF"},
"ASA": {Country: "ER", Continent: "AF"},
"ASB": {Country: "TM", Continent: "AS"},
"ASC": {Country: "BO", Continent: "SA"},
"ASD": {Country: "BS", Continent: "NA"},
"ASE": {Country: "US", Continent: "NA"},
"ASF": {Country: "RU", Continent: "AS"},
"ASG": {Country: "NZ", Continent: "OC"},
"ASH": {Country: "US", Continent: "NA"},
"ASI": {Country: "SH", Continent: "AF"},
"ASJ": {Country: "JP", Continent: "AS"},
"ASK": {Country: "CI", Continent: "AF"},
"ASL": {Country: "US", Continent: "NA"},
"ASM": {Country: "ER", Continent: "AF"},
"ASN": {Country: "US", Continent: "NA"},
"ASO": {Country: "ET", Continent: "AF"},
"ASP": {Country: "AU", Continent: "OC"},
"ASQ": {Country: "US", Continent: "NA"},
"ASR": {Country: "TR", Continent: "AS"},
"ASS": {Country: "ZA", Continent: "AF"},
"AST": {Country: "US", Continent: "NA"},
"ASU": {Country: "PY", Continent: "SA"},
"ASV": {Country: "KE", Continent: "AF"},
"ASW": {Country: "EG", Continent: "AF"},
"ASX": {Country: "US", Continent: "NA"},
"ASY": {Country: "US", Continent: "NA"},
"ASZ": {Country: "PG", Continent: "OC"},
"ATA": {Country: "PE", Continent: "SA"},
"ATB": {Country: "SD", Continent: "AF"},
"ATC": {Country: "BS", Continent: "NA"},
"ATD": {Country: "SB", Continent: "OC"},
"ATE": {Country: "US", Continent: "NA"},
"ATF": {Country: "EC", Continent: "SA"},
"ATG": {Country: "PK", Continent: "AS"},
"ATH": {Country: "GR", Continent: "EU"},
"ATI": {Country: "UY", Continent: "SA"},
"ATJ": {Country: "MG", Continent: "AF"},
"ATK": {Country: "US", Continent: "NA"},
"ATL": {Country: "US", Continent: "NA"},
"ATM": {Country: "BR", Continent: "SA"},
"ATN": {Country: "PG", Continent: "OC"},
"ATO": {Country: "US", Continent: "NA"},
"ATP": {Country: "PG", Continent: "OC"},
"ATQ": {Country: "IN", Continent: "AS"},
"ATR": {Country: "MR", Continent: "AF"},
"ATS": {Country: "US", Continent: "NA"},
"ATT": {Country: "US", Continent: "NA"},
"ATU": {Country: "US", Continent: "NA"},
"ATV": {Country: "TD", Continent: "AF"},
"ATW": {Country: "US", Continent: "NA"},
"ATX": {Country: "KZ", Continent: "AS"},
"ATY": {Country: "US", Continent: "NA"},
"ATZ": {Country: "EG", Continent: "AF"},
"AUA": {Country: "AW", Continent: "NA"},
"AUC": {Country: "CO", Continent: "SA"},
"AUD": {Country: "AU", Continent: "OC"},
"AUE": {Country: "EG", Continent: "AS"},
"AUF": {Country: "FR", Continent: "EU"},
"AUG": {Country: "US", Continent: "NA"},
"AUH": {Country: "AE", Continent: "AS"},
"AUI": {Country: "PG", Continent: "OC"},
"AUJ": {Country: "PG", Continent: "OC"},
"AUK": {Country: "US", Continent: "NA"},
"AUL": {Country: "MH", Continent: "OC"},
"AUM": {Country: "US", Continent: "NA"},
"AUN": {Country: "US", Continent: "NA"},
"AUO": {Country: "US", Continent: "NA"},
"AUP": {Country: "PG", Continent: "OC"},
"AUQ": {Country: "PF", Continent: "OC"},
"AUR": {Country: "FR", Continent: "EU"},
"AUS": {Country: "US", Continent: "NA"},
"AUT": {Country: "TL", Continent: "AS"},
"AUU": {Country: "AU", Continent: "OC"},
"AUV": {Country: "PG", Continent: "OC"},
"AUW": {Country: "US", Continent: "NA"},
"AUX": {Country: "BR", Continent: "SA"},
"AUY": {Country: "VU", Continent: "OC"},
"AUZ": {Country: "US", Continent: "NA"},
"AVA": {Country: "CN", Continent: "AS"},
"AVB": {Country: "IT", Continent: "EU"},
"AVG": {Country: "AU", Continent: "OC"},
"AVI": {Country: "CU", Continent: "NA"},
"AVK": {Country: "MN", Continent: "AS"},
"AVL": {Country: "US", Continent: "NA"},
"AVN": {Country: "FR", Continent: "EU"},
"AVO": {Country: "US", Continent: "NA"},
"AVP": {Country: "US", Continent: "NA"},
"AVU": {Country: "SB", Continent: "OC"},
"AVV": {Country: "AU", Continent: "OC"},
"AVW": {Country: "US", Continent: "NA"},
"AVX": {Country: "US", Continent: "NA"},
"AWA": {Country: "ET", Continent: "AF"},
"AWB": {Country: "PG", Continent: "OC"},
"AWD": {Country: "VU", Continent: "OC"},
"AWE": {Country: "GA", Continent: "AF"},
"AWK": {Country: "UM", Continent: "OC"},
"AWM": {Country: "US", Continent: "NA"},
"AWN": {Country: "AU", Continent: "OC"},
"AWP": {Country: "AU", Continent: "OC"},
"AWR": {Country: "PG", Continent: "OC"},
"AWZ": {Country: "IR", Continent: "AS"},
"AXA": {Country: "AI", Continent: "NA"},
"AXB": {Country: "US", Continent: "NA"},
"AXC": {Country: "AU", Continent: "OC"},
"AXD": {Country: "GR", Continent: "EU"},
"AXE": {Country: "BR", Continent: "SA"},
"AXF": {Country: "CN", Continent: "AS"},
"AXG": {Country: "US", Continent: "NA"},
"AXJ": {Country: "JP", Continent: "AS"},
"AXK": {Country: "YE", Continent: "AS"},
"AXL": {Country: "AU", Continent: "OC"},
"AXM": {Country: "CO", Continent: "SA"},
"AXN": {Country: "US", Continent: "NA"},
"AXO": {Country: "ID", Continent: "AS"},
"AXP": {Country: "BS", Continent: "NA"},
"AXR": {Country: "PF", Continent: "OC"},
"AXS": {Country: "US", Continent: "NA"},
"AXT": {Country: "JP", Continent: "AS"},
"AXU": {Country: "ET", Continent: "AF"},
"AXV": {Country: "US", Continent: "NA"},
"AXX": {Country: "US", Continent: "NA"},
"AYA": {Country: "CO", Continent: "SA"},
"AYC": {Country: "CO", Continent: "SA"},
"AYD": {Country: "AU", Continent: "OC"},
"AYG": {Country: "CO", Continent: "SA"},
"AYI": {Country: "CO", Continent: "SA"},
"AYJ": {Country: "IN", Continent: "AS"},
"AYK": {Country: "KZ", Continent: "AS"},
"AYL": {Country: "AU", Continent: "OC"},
"AYM": {Country: "AE", Continent: "AS"},
"AYN": {Country: "CN", Continent: "AS"},
"AYO": {Country: "PY", Continent: "SA"},
"AYP": {Country: "PE", Continent: "SA"},
"AYQ": {Country: "AU", Continent: "OC"},
"AYR": {Country: "AU", Continent: "OC"},
"AYS": {Country: "US", Continent: "NA"},
"AYT": {Country: "TR", Continent: "AS"},
"AYU": {Country: "PG", Continent: "OC"},
"AYW": {Country: "ID", Continent: "AS"},
"AYX": {Country: "PE", Continent: "SA"},
"AYY": {Country: "LK", Continent: "AS"},
"AZA": {Country: "US", Continent: "NA"},
"AZB": {Country: "PG", Continent: "OC"},
"AZD": {Country: "IR", Continent: "AS"},
"AZG": {Country: "MX", Continent: "NA"},
"AZH": {Country: "IN", Continent: "AS"},
"AZI": {Country: "AE", Continent: "AS"},
"AZJ": {Country: "CN", Continent: "AS"},
"AZL": {Country: "BR", Continent: "SA"},
"AZN": {Country: "UZ", Continent: "AS"},
"AZO": {Country: "US", Continent: "NA"},
"AZP": {Country: "MX", Continent: "NA"},
"AZR": {Country: "DZ", Continent: "AF"},
"AZS": {Country: "DO", Continent: "NA"},
"AZT": {Country: "CO", Continent: "SA"},
"AZZ": {Country: "AO", Continent: "AF"},
"BAA": {Country: "PG", Continent: "OC"},
"BAB": {Country: "US", Continent: "NA"},
"BAC": {Country: "CO", Continent: "SA"},
"BAD": {Country: "US", Continent: "NA"},
"BAE": {Country: "FR", Continent: "EU"},
"BAF": {Country: "US", Continent: "NA"},
"BAG": {Country: "PH", Continent: "AS"},
"BAH": {Country: "BH", Continent: "AS"},
"BAI": {Country: "CR", Continent: "NA"},
"BAJ": {Country: "PG", Continent: "OC"},
"BAL": {Country: "TR", Continent: "AS"},
"BAM": {Country: "US", Continent: "NA"},
"BAN": {Country: "CD", Continent: "AF"},
"BAQ": {Country: "CO", Continent: "SA"},
"BAR": {Country: "CN", Continent: "AS"},
"BAS": {Country: "SB", Continent: "OC"},
"BAT": {Country: "BR", Continent: "SA"},
"BAV": {Country: "CN", Continent: "AS"},
"BAX": {Country: "RU", Continent: "AS"},
"BAY": {Country: "RO", Continent: "EU"},
"BAZ": {Country: "BR", Continent: "SA"},
"BBA": {Country: "CL", Continent: "SA"},
"BBB": {Country: "US", Continent: "NA"},
"BBC": {Country: "US", Continent: "NA"},
"BBD": {Country: "US", Continent: "NA"},
"BBG": {Country: "KI", Continent: "OC"},
"BBH": {Country: "DE", Continent: "EU"},
"BBI": {Country: "IN", Continent: "AS"},
"BBJ": {Country: "DE", Continent: "EU"},
"BBK": {Country: "BW", Continent: "AF"},
"BBL": {Country: "AU", Continent: "OC"},
"BBM": {Country: "KH", Continent: "AS"},
"BBN": {Country: "MY", Continent: "AS"},
"BBO": {Country: "SO", Continent: "AF"},
"BBP": {Country: "GB", Continent: "EU"},
"BBQ": {Country: "AG", Continent: "NA"},
"BBR": {Country: "GP", Continent: "NA"},
"BBS": {Country: "GB", Continent: "EU"},
"BBT": {Country: "CF", Continent: "AF"},
"BBU": {Country: "RO", Continent: "EU"},
"BBV": {Country: "CI", Continent: "AF"},
"BBW": {Country: "US", Continent: "NA"},
"BBX": {Country: "US", Continent: "NA"},
"BBY": {Country: "CF", Continent: "AF"},
"BBZ": {Country: "ZM", Continent: "AF"},
"BCA": {Country: "CU", Continent: "NA"},
"BCB": {Country: "US", Continent: "NA"},
"BCC": {Country: "US", Continent: "NA"},
"BCD": {Country: "PH", Continent: "AS"},
"BCE": {Country: "US", Continent: "NA"},
"BCF": {Country: "CF", Continent: "AF"},
"BCG": {Country: "GY", Continent: "SA"},
"BCH": {Country: "TL", Continent: "AS"},
"BCI": {Country: "AU", Continent: "OC"},
"BCJ": {Country: "CN", Continent: "AS"},
"BCK": {Country: "AU", Continent: "OC"},
"BCL": {Country: "CR", Continent: "NA"},
"BCM": {Country: "RO", Continent: "EU"},
"BCN": {Country: "ES", Continent: "EU"},
"BCO": {Country: "ET", Continent: "AF"},
"BCP": {Country: "PG", Continent: "OC"},
"BCQ": {Country: "LY", Continent: "AF"},
"BCR": {Country: "BR", Continent: "SA"},
"BCS": {Country: "US", Continent: "NA"},
"BCT": {Country: "US", Continent: "NA"},
"BCU": {Country: "NG", Continent: "AF"},
"BCV": {Country: "BZ", Continent: "NA"},
"BCW": {Country: "MZ", Continent: "AF"},
"BCX": {Country: "RU", Continent: "AS"},
"BCZ": {Country: "AU", Continent: "OC"},
"BDA": {Country: "BM", Continent: "NA"},
"BDB": {Country: "AU", Continent: "OC"},
"BDC": {Country: "BR", Continent: "SA"},
"BDD": {Country: "AU", Continent: "OC"},
"BDE": {Country: "US", Continent: "NA"},
"BDF": {Country: "US", Continent: "NA"},
"BDG": {Country: "US", Continent: "NA"},
"BDH": {Country: "IR", Continent: "AS"},
"BDI": {Country: "SC", Continent: "AF"},
"BDJ": {Country: "ID", Continent: "AS"},
"BDK": {Country: "CI", Continent: "AF"},
"BDL": {Country: "US", Continent: "NA"},
"BDM": {Country: "TR", Continent: "AS"},
"BDN": {Country: "PK", Continent: "AS"},
"BDO": {Country: "ID", Continent: "AS"},
"BDP": {Country: "NP", Continent: "AS"},
"BDQ": {Country: "IN", Continent: "AS"},
"BDR": {Country: "US", Continent: "NA"},
"BDS": {Country: "IT", Continent: "EU"},
"BDT": {Country: "CD", Continent: "AF"},
"BDU": {Country: "NO", Continent: "EU"},
"BDV": {Country: "CD", Continent: "AF"},
"BDW": {Country: "AU", Continent: "OC"},
"BDX": {Country: "US", Continent: "NA"},
"BDY": {Country: "US", Continent: "NA"},
"BDZ": {Country: "PG", Continent: "OC"},
"BEB": {Country: "GB", Continent: "EU"},
"BEC": {Country: "US", Continent: "NA"},
"BED": {Country: "US", Continent: "NA"},
"BEE": {Country: "AU", Continent: "OC"},
"BEF": {Country: "NI", Continent: "NA"},
"BEG": {Country: "RS", Continent: "EU"},
"BEH": {Country: "US", Continent: "NA"},
"BEI": {Country: "ET", Continent: "AF"},
"BEJ": {Country: "ID", Continent: "AS"},
"BEK": {Country: "IN", Continent: "AS"},
"BEL": {Country: "BR", Continent: "SA"},
"BEM": {Country: "MA", Continent: "AF"},
"BEN": {Country: "LY", Continent: "AF"},
"BEO": {Country: "AU", Continent: "OC"},
"BEP": {Country: "IN", Continent: "AS"},
"BEQ": {Country: "GB", Continent: "EU"},
"BER": {Country: "DE", Continent: "EU"},
"BES": {Country: "FR", Continent: "EU"},
"BET": {Country: "US", Continent: "NA"},
"BEU": {Country: "AU", Continent: "OC"},
"BEV": {Country: "IL", Continent: "AS"},
"BEW": {Country: "MZ", Continent: "AF"},
"BEX": {Country: "GB", Continent: "EU"},
"BEY": {Country: "LB", Continent: "AS"},
"BEZ": {Country: "KI", Continent: "OC"},
"BFA": {Country: "PY", Continent: "SA"},
"BFC": {Country: "AU", Continent: "OC"},
"BFD": {Country: "US", Continent: "NA"},
"BFE": {Country: "DE", Continent: "EU"},
"BFF": {Country: "US", Continent: "NA"},
"BFG": {Country: "US", Continent: "NA"},
"BFH": {Country: "BR", Continent: "SA"},
"BFI": {Country: "US", Continent: "NA"},
"BFJ": {Country: "CN", Continent: "AS"},
"BFK": {Country: "US", Continent: "NA"},
"BFL": {Country: "US", Continent: "NA"},
"BFM": {Country: "US", Continent: "NA"},
"BFN": {Country: "ZA", Continent: "AF"},
"BFO": {Country: "ZW", Continent: "AF"},
"BFP": {Country: "US", Continent: "NA"},
"BFQ": {Country: "PA", Continent: "NA"},
"BFR": {Country: "US", Continent: "NA"},
"BFS": {Country: "GB", Continent: "EU"},
"BFT": {Country: "US", Continent: "NA"},
"BFU": {Country: "CN", Continent: "AS"},
"BFV": {Country: "TH", Continent: "AS"},
"BFW": {Country: "DZ", Continent: "AF"},
"BFX": {Country: "CM", Continent: "AF"},
"BFY": {Country: "CN", Continent: "AS"},
"BGA": {Country: "CO", Continent: "SA"},
"BGB": {Country: "GA", Continent: "AF"},
"BGC": {Country: "PT", Continent: "EU"},
"BGD": {Country: "US", Continent: "NA"},
"BGE": {Country: "US", Continent: "NA"},
"BGF": {Country: "CF", Continent: "AF"},
"BGG": {Country: "TR", Continent: "AS"},
"BGH": {Country: "MR", Continent: "AF"},
"BGI": {Country: "BB", Continent: "NA"},
"BGJ": {Country: "IS", Continent: "EU"},
"BGK": {Country: "BZ", Continent: "NA"},
"BGL": {Country: "NP", Continent: "AS"},
"BGM": {Country: "US", Continent: "NA"},
"BGN": {Country: "RU", Continent: "AS"},
"BGO": {Country: "NO", Continent: "EU"},
"BGQ": {Country: "US", Continent: "NA"},
"BGR": {Country: "US", Continent: "NA"},
"BGS": {Country: "RU", Continent: "AS"},
"BGT": {Country: "US", Continent: "NA"},
"BGU": {Country: "CF", Continent: "AF"},
"BGV": {Country: "BR", Continent: "SA"},
"BGW": {Country: "IQ", Continent: "AS"},
"BGX": {Country: "BR", Continent: "SA"},
"BGY": {Country: "IT", Continent: "EU"},
"BHA": {Country: "EC", Continent: "SA"},
"BHB": {Country: "US", Continent: "NA"},
"BHC": {Country: "PK", Continent: "AS"},
"BHD": {Country: "GB", Continent: "EU"},
"BHE": {Country: "NZ", Continent: "OC"},
"BHF": {Country: "CO", Continent: "SA"},
"BHG": {Country: "HN", Continent: "NA"},
"BHH": {Country: "SA", Continent: "AS"},
"BHI": {Country: "AR", Continent: "SA"},
"BHJ": {Country: "IN", Continent: "AS"},
"BHK": {Country: "UZ", Continent: "AS"},
"BHL": {Country: "MX", Continent: "NA"},
"BHM": {Country: "US", Continent: "NA"},
"BHN": {Country: "YE", Continent: "AS"},
"BHO": {Country: "IN", Continent: "AS"},
"BHP": {Country: "NP", Continent: "AS"},
"BHQ": {Country: "AU", Continent: "OC"},
"BHR": {Country: "NP", Continent: "AS"},
"BHS": {Country: "AU", Continent: "OC"},
"BHT": {Country: "AU", Continent: "OC"},
"BHU": {Country: "IN", Continent: "AS"},
"BHV": {Country: "PK", Continent: "AS"},
"BHW": {Country: "PK", Continent: "AS"},
"BHX": {Country: "GB", Continent: "EU"},
"BHY": {Country: "CN", Continent: "AS"},
"BIA": {Country: "FR", Continent: "EU"},
"BIB": {Country: "SO", Continent: "AF"},
"BIC": {Country: "FR", Continent: "EU"},
"BID": {Country: "US", Continent: "NA"},
"BIE": {Country: "US", Continent: "NA"},
"BIF": {Country: "US", Continent: "NA"},
"BIG": {Country: "US", Continent: "NA"},
"BIH": {Country: "US", Continent: "NA"},
"BII": {Country: "MH", Continent: "OC"},
"BIJ": {Country: "PG", Continent: "OC"},
"BIK": {Country: "ID", Continent: "AS"},
"BIL": {Country: "US", Continent: "NA"},
"BIM": {Country: "BS", Continent: "NA"},
"BIN": {Country: "AF", Continent: "AS"},
"BIO": {Country: "ES", Continent: "EU"},
"BIP": {Country: "AU", Continent: "OC"},
"BIQ": {Country: "FR", Continent: "EU"},
"BIR": {Country: "NP", Continent: "AS"},
"BIS": {Country: "US", Continent: "NA"},
"BIT": {Country: "NP", Continent: "AS"},
"BIU": {Country: "IS", Continent: "EU"},
"BIV": {Country: "CF", Continent: "AF"},
"BIW": {Country: "AU", Continent: "OC"},
"BIX": {Country: "US", Continent: "NA"},
"BIY": {Country: "ZA", Continent: "AF"},
"BJA": {Country: "DZ", Continent: "AF"},
"BJB": {Country: "IR", Continent: "AS"},
"BJC": {Country: "US", Continent: "NA"},
"BJE": {Country: "SD", Continent: "AF"},
"BJF": {Country: "NO", Continent: "EU"},
"BJH": {Country: "NP", Continent: "AS"},
"BJI": {Country: "US", Continent: "NA"},
"BJJ": {Country: "US", Continent: "NA"},
"BJK": {Country: "ID", Continent: "AS"},
"BJL": {Country: "GM", Continent: "AF"},
"BJM": {Country: "BI", Continent: "AF"},
"BJO": {Country: "BO", Continent: "SA"},
"BJP": {Country: "BR", Continent: "SA"},
"BJQ": {Country: "OM", Continent: "AS"},
"BJR": {Country: "ET", Continent: "AF"},
"BJT": {Country: "LK", Continent: "AS"},
"BJU": {Country: "NP", Continent: "AS"},
"BJV": {Country: "TR", Continent: "AS"},
"BJW": {Country: "ID", Continent: "AS"},
"BJX": {Country: "MX", Continent: "NA"},
"BJY": {Country: "RS", Continent: "EU"},
"BJZ": {Country: "ES", Continent: "EU"},
"BKA": {Country: "RU", Continent: "AS"},
"BKB": {Country: "IN", Continent: "AS"},
"BKC": {Country: "US", Continent: "NA"},
"BKD": {Country: "US", Continent: "NA"},
"BKE": {Country: "US", Continent: "NA"},
"BKF": {Country: "US", Continent: "NA"},
"BKG": {Country: "US", Continent: "NA"},
"BKH": {Country: "US", Continent: "OC"},
"BKI": {Country: "MY", Continent: "AS"},
"BKJ": {Country: "GN", Continent: "AF"},
"BKK": {Country: "TH", Continent: "AS"},
"BKL": {Country: "US", Continent: "NA"},
"BKM": {Country: "MY", Continent: "AS"},
"BKN": {Country: "TM", Continent: "AS"},
"BKO": {Country: "ML", Continent: "AF"},
"BKP": {Country: "AU", Continent: "OC"},
"BKQ": {Country: "AU", Continent: "OC"},
"BKR": {Country: "TD", Continent: "AF"},
"BKS": {Country: "ID", Continent: "AS"},
"BKT": {Country: "US", Continent: "NA"},
"BKU": {Country: "MG", Continent: "AF"},
"BKV": {Country: "CN", Continent: "AS"},
"BKW": {Country: "US", Continent: "NA"},
"BKX": {Country: "US", Continent: "NA"},
"BKY": {Country: "CD", Continent: "AF"},
"BKZ": {Country: "TZ", Continent: "AF"},
"BLA": {Country: "VE", Continent: "SA"},
"BLB": {Country: "PA", Continent: "NA"},
"BLC": {Country: "CM", Continent: "AF"},
"BLD": {Country: "US", Continent: "NA"},
"BLE": {Country: "SE", Continent: "EU"},
"BLF": {Country: "US", Continent: "NA"},
"BLG": {Country: "MY", Continent: "AS"},
"BLH": {Country: "US", Continent: "NA"},
"BLI": {Country: "US", Continent: "NA"},
"BLJ": {Country: "DZ", Continent: "AF"},
"BLK": {Country: "GB", Continent: "EU"},
"BLL": {Country: "DK", Continent: "EU"},
"BLM": {Country: "US", Continent: "NA"},
"BLN": {Country: "AU", Continent: "OC"},
"BLO": {Country: "IS", Continent: "EU"},
"BLP": {Country: "PE", Continent: "SA"},
"BLQ": {Country: "IT", Continent: "EU"},
"BLR": {Country: "IN", Continent: "AS"},
"BLS": {Country: "AU", Continent: "OC"},
"BLT": {Country: "AU", Continent: "OC"},
"BLU": {Country: "US", Continent: "NA"},
"BLV": {Country: "US", Continent: "NA"},
"BLW": {Country: "SO", Continent: "AF"},
"BLX": {Country: "IT", Continent: "EU"},
"BLY": {Country: "IE", Continent: "EU"},
"BLZ": {Country: "MW", Continent: "AF"},
"BMA": {Country: "SE", Continent: "EU"},
"BMB": {Country: "CD", Continent: "AF"},
"BMC": {Country: "US", Continent: "NA"},
"BMD": {Country: "MG", Continent: "AF"},
"BME": {Country: "AU", Continent: "OC"},
"BMF": {Country: "CF", Continent: "AF"},
"BMG": {Country: "US", Continent: "NA"},
"BMH": {Country: "PG", Continent: "OC"},
"BMI": {Country: "US", Continent: "NA"},
"BMJ": {Country: "GY", Continent: "SA"},
"BMK": {Country: "DE", Continent: "EU"},
"BML": {Country: "US", Continent: "NA"},
"BMM": {Country: "GA", Continent: "AF"},
"BMN": {Country: "IQ", Continent: "AS"},
"BMO": {Country: "MM", Continent: "AS"},
"BMP": {Country: "AU", Continent: "OC"},
"BMQ": {Country: "KE", Continent: "AF"},
"BMR": {Country: "DE", Continent: "EU"},
"BMS": {Country: "BR", Continent: "SA"},
"BMT": {Country: "US", Continent: "NA"},
"BMU": {Country: "ID", Continent: "AS"},
"BMV": {Country: "VN", Continent: "AS"},
"BMW": {Country: "DZ", Continent: "AF"},
"BMX": {Country: "US", Continent: "NA"},
"BMY": {Country: "NC", Continent: "OC"},
"BMZ": {Country: "PG", Continent: "OC"},
"BNA": {Country: "US", Continent: "NA"},
"BNB": {Country: "CD", Continent: "AF"},
"BNC": {Country: "CD", Continent: "AF"},
"BND": {Country: "IR", Continent: "AS"},
"BNE": {Country: "AU", Continent: "OC"},
"BNF": {Country: "US", Continent: "NA"},
"BNG": {Country: "US", Continent: "NA"},
"BNH": {Country: "US", Continent: "NA"},
"BNI": {Country: "NG", Continent: "AF"},
"BNK": {Country: "AU", Continent: "OC"},
"BNL": {Country: "US", Continent: "NA"},
"BNM": {Country: "PG", Continent: "OC"},
"BNN": {Country: "NO", Continent: "EU"},
"BNO": {Country: "US", Continent: "NA"},
"BNP": {Country: "PK", Continent: "AS"},
"BNR": {Country: "BF", Continent: "AF"},
"BNS": {Country: "VE", Continent: "SA"},
"BNT": {Country: "PG", Continent: "OC"},
"BNU": {Country: "BR", Continent: "SA"},
"BNV": {Country: "PG", Continent: "OC"},
"BNW": {Country: "US", Continent: "NA"},
"BNX": {Country: "BA", Continent: "EU"},
"BNY": {Country: "SB", Continent: "OC"},
"BOA": {Country: "CD", Continent: "AF"},
"BOB": {Country: "PF", Continent: "OC"},
"BOC": {Country: "PA", Continent: "NA"},
"BOD": {Country: "FR", Continent: "EU"},
"BOE": {Country: "CG", Continent: "AF"},
"BOG": {Country: "CO", Continent: "SA"},
"BOH": {Country: "GB", Continent: "EU"},
"BOI": {Country: "US", Continent: "NA"},
"BOJ": {Country: "BG", Continent: "EU"},
"BOK": {Country: "US", Continent: "NA"},
"BOM": {Country: "IN", Continent: "AS"},
"BON": {Country: "BQ", Continent: "NA"},
"BOO": {Country: "NO", Continent: "EU"},
"BOP": {Country: "CF", Continent: "AF"},
"BOR": {Country: "LA", Continent: "AS"},
"BOS": {Country: "US", Continent: "NA"},
"BOT": {Country: "PG", Continent: "OC"},
"BOU": {Country: "FR", Continent: "EU"},
"BOV": {Country: "PG", Continent: "OC"},
"BOW": {Country: "US", Continent: "NA"},
"BOX": {Country: "AU", Continent: "OC"},
"BOY": {Country: "BF", Continent: "AF"},
"BOZ": {Country: "CF", Continent: "AF"},
"BPA": {Country: "PH", Continent: "AS"},
"BPC": {Country: "CM", Continent: "AF"},
"BPD": {Country: "PG", Continent: "OC"},
"BPE": {Country: "CN", Continent: "AS"},
"BPF": {Country: "SB", Continent: "OC"},
"BPG": {Country: "BR", Continent: "SA"},
"BPH": {Country: "PH", Continent: "AS"},
"BPI": {Country: "US", Continent: "NA"},
"BPK": {Country: "PG", Continent: "OC"},
"BPL": {Country: "CN", Continent: "AS"},
"BPM": {Country: "IN", Continent: "AS"},
"BPN": {Country: "ID", Continent: "AS"},
"BPS": {Country: "BR", Continent: "SA"},
"BPT": {Country: "US", Continent: "NA"},
"BPX": {Country: "CN", Continent: "AS"},
"BPY": {Country: "MG", Continent: "AF"},
"BQA": {Country: "PH", Continent: "AS"},
"BQB": {Country: "AU", Continent: "OC"},
"BQE": {Country: "GW", Continent: "AF"},
"BQG": {Country: "RU", Continent: "AS"},
"BQH": {Country: "GB", Continent: "EU"},
"BQI": {Country: "NA", Continent: "AF"},
"BQJ": {Country: "RU", Continent: "AS"},
"BQK": {Country: "US", Continent: "NA"},
"BQL": {Country: "AU", Continent: "OC"},
"BQN": {Country: "PR", Continent: "NA"},
"BQO": {Country: "CI", Continent: "AF"},
"BQQ": {Country: "BR", Continent: "SA"},
"BQR": {Country: "ID", Continent: "AS"},
"BQS": {Country: "RU", Continent: "AS"},
"BQT": {Country: "BY", Continent: "EU"},
"BQU": {Country: "VC", Continent: "NA"},
"BQV": {Country: "US", Continent: "NA"},
"BQW": {Country: "AU", Continent: "OC"},
"BRA": {Country: "BR", Continent: "SA"},
"BRB": {Country: "BR", Continent: "SA"},
"BRC": {Country: "AR", Continent: "SA"},
"BRD": {Country: "US", Continent: "NA"},
"BRE": {Country: "DE", Continent: "EU"},
"BRG": {Country: "ID", Continent: "AS"},
"BRH": {Country: "PG", Continent: "OC"},
"BRI": {Country: "IT", Continent: "EU"},
"BRK": {Country: "AU", Continent: "OC"},
"BRL": {Country: "US", Continent: "NA"},
"BRM": {Country: "VE", Continent: "SA"},
"BRN": {Country: "CH", Continent: "EU"},
"BRO": {Country: "US", Continent: "NA"},
"BRP": {Country: "PG", Continent: "OC"},
"BRQ": {Country: "CZ", Continent: "EU"},
"BRR": {Country: "GB", Continent: "EU"},
"BRS": {Country: "GB", Continent: "EU"},
"BRT": {Country: "AU", Continent: "OC"},
"BRU": {Country: "BE", Continent: "EU"},
"BRW": {Country: "US", Continent: "NA"},
"BRX": {Country: "DO", Continent: "NA"},
"BRY": {Country: "US", Continent: "NA"},
"BSA": {Country: "SO", Continent: "AF"},
"BSB": {Country: "BR", Continent: "SA"},
"BSC": {Country: "CO", Continent: "SA"},
"BSD": {Country: "CN", Continent: "AS"},
"BSE": {Country: "MY", Continent: "AS"},
"BSF": {Country: "US", Continent: "OC"},
"BSG": {Country: "GQ", Continent: "AF"},
"BSI": {Country: "PH", Continent: "AS"},
"BSJ": {Country: "AU", Continent: "OC"},
"BSK": {Country: "DZ", Continent: "AF"},
"BSL": {Country: "FR", Continent: "EU"},
"BSM": {Country: "IR", Continent: "AS"},
"BSN": {Country: "CF", Continent: "AF"},
"BSO": {Country: "PH", Continent: "AS"},
"BSP": {Country: "PG", Continent: "OC"},
"BSQ": {Country: "US", Continent: "NA"},
"BSR": {Country: "IQ", Continent: "AS"},
"BSS": {Country: "BR", Continent: "SA"},
"BST": {Country: "AF", Continent: "AS"},
"BSU": {Country: "CD", Continent: "AF"},
"BSV": {Country: "MG", Continent: "AF"},
"BSW": {Country: "US", Continent: "NA"},
"BSX": {Country: "MM", Continent: "AS"},
"BSY": {Country: "SO", Continent: "AF"},
"BSZ": {Country: "KG", Continent: "AS"},
"BTA": {Country: "CM", Continent: "AF"},
"BTB": {Country: "CG", Continent: "AF"},
"BTC": {Country: "LK", Continent: "AS"},
"BTD": {Country: "AU", Continent: "OC"},
"BTF": {Country: "US", Continent: "NA"},
"BTG": {Country: "CF", Continent: "AF"},
"BTH": {Country: "ID", Continent: "AS"},
"BTI": {Country: "US", Continent: "NA"},
"BTJ": {Country: "ID", Continent: "AS"},
"BTK": {Country: "RU", Continent: "AS"},
"BTL": {Country: "US", Continent: "NA"},
"BTM": {Country: "US", Continent: "NA"},
"BTN": {Country: "US", Continent: "NA"},
"BTO": {Country: "SR", Continent: "SA"},
"BTP": {Country: "US", Continent: "NA"},
"BTQ": {Country: "RW", Continent: "AF"},
"BTR": {Country: "US", Continent: "NA"},
"BTS": {Country: "SK", Continent: "EU"},
"BTT": {Country: "US", Continent: "NA"},
"BTU": {Country: "MY", Continent: "AS"},
"BTV": {Country: "US", Continent: "NA"},
"BTW": {Country: "ID", Continent: "AS"},
"BTX": {Country: "AU", Continent: "OC"},
"BTY": {Country: "US", Continent: "NA"},
"BTZ": {Country: "TH", Continent: "AS"},
"BUA": {Country: "PG", Continent: "OC"},
"BUB": {Country: "US", Continent: "NA"},
"BUC": {Country: "AU", Continent: "OC"},
"BUD": {Country: "HU", Continent: "EU"},
"BUF": {Country: "US", Continent: "NA"},
"BUG": {Country: "AO", Continent: "AF"},
"BUI": {Country: "ID", Continent: "AS"},
"BUJ": {Country: "DZ", Continent: "AF"},
"BUK": {Country: "YE", Continent: "AS"},
"BUL": {Country: "PG", Continent: "OC"},
"BUM": {Country: "US", Continent: "NA"},
"BUN": {Country: "CO", Continent: "SA"},
"BUO": {Country: "SO", Continent: "AF"},
"BUP": {Country: "IN", Continent: "AS"},
"BUQ": {Country: "ZW", Continent: "AF"},
"BUR": {Country: "US", Continent: "NA"},
"BUS": {Country: "GE", Continent: "AS"},
"BUT": {Country: "BT", Continent: "AS"},
"BUU": {Country: "ID", Continent: "AS"},
"BUV": {Country: "UY", Continent: "SA"},
"BUW": {Country: "ID", Continent: "AS"},
"BUX": {Country: "CD", Continent: "AF"},
"BUY": {Country: "AU", Continent: "OC"},
"BUZ": {Country: "IR", Continent: "AS"},
"BVA": {Country: "FR", Continent: "EU"},
"BVB": {Country: "BR", Continent: "SA"},
"BVC": {Country: "CV", Continent: "AF"},
"BVE": {Country: "FR", Continent: "EU"},
"BVG": {Country: "NO", Continent: "EU"},
"BVH": {Country: "BR", Continent: "SA"},
"BVI": {Country: "AU", Continent: "OC"},
"BVJ": {Country: "RU", Continent: "AS"},
"BVK": {Country: "BO", Continent: "SA"},
"BVL": {Country: "BO", Continent: "SA"},
"BVM": {Country: "BR", Continent: "SA"},
"BVO": {Country: "US", Continent: "NA"},
"BVS": {Country: "BR", Continent: "SA"},
"BVU": {Country: "US", Continent: "NA"},
"BVV": {Country: "RU", Continent: "AS"},
"BVW": {Country: "AU", Continent: "OC"},
"BVX": {Country: "US", Continent: "NA"},
"BVY": {Country: "US", Continent: "NA"},
"BVZ": {Country: "AU", Continent: "OC"},
"BWA": {Country: "NP", Continent: "AS"},
"BWB": {Country: "AU", Continent: "OC"},
"BWC": {Country: "US", Continent: "NA"},
"BWD": {Country: "US", Continent: "NA"},
"BWE": {Country: "DE", Continent: "EU"},
"BWF": {Country: "GB", Continent: "EU"},
"BWG": {Country: "US", Continent: "NA"},
"BWH": {Country: "MY", Continent: "AS"},
"BWI": {Country: "US", Continent: "NA"},
"BWJ": {Country: "PG", Continent: "OC"},
"BWK": {Country: "HR", Continent: "EU"},
"BWL": {Country: "US", Continent: "NA"},
"BWM": {Country: "US", Continent: "NA"},
"BWN": {Country: "BN", Continent: "AS"},
"BWO": {Country: "RU", Continent: "AS"},
"BWP": {Country: "PG", Continent: "OC"},
"BWQ": {Country: "AU", Continent: "OC"},
"BWT": {Country: "AU", Continent: "OC"},
"BWU": {Country: "AU", Continent: "OC"},
"BWW": {Country: "CU", Continent: "NA"},
"BWX": {Country: "ID", Continent: "AS"},
"BXA": {Country: "US", Continent: "NA"},
"BXB": {Country: "ID", Continent: "AS"},
"BXD": {Country: "ID", Continent: "AS"},
"BXE": {Country: "SN", Continent: "AF"},
"BXF": {Country: "AU", Continent: "OC"},
"BXG": {Country: "AU", Continent: "OC"},
"BXH": {Country: "KZ", Continent: "AS"},
"BXI": {Country: "CI", Continent: "AF"},
"BXJ": {Country: "KZ", Continent: "AS"},
"BXK": {Country: "US", Continent: "NA"},
"BXL": {Country: "FJ", Continent: "OC"},
"BXM": {Country: "ID", Continent: "AS"},
"BXN": {Country: "TR", Continent: "AS"},
"BXO": {Country: "CH", Continent: "EU"},
"BXR": {Country: "IR", Continent: "AS"},
"BXS": {Country: "US", Continent: "NA"},
"BXT": {Country: "ID", Continent: "AS"},
"BXU": {Country: "PH", Continent: "AS"},
"BXV": {Country: "IS", Continent: "EU"},
"BXW": {Country: "ID", Continent: "AS"},
"BXX": {Country: "SO", Continent: "AF"},
"BXY": {Country: "KZ", Continent: "AS"},
"BXZ": {Country: "PG", Continent: "OC"},
"BYA": {Country: "US", Continent: "NA"},
"BYB": {Country: "OM", Continent: "AS"},
"BYC": {Country: "BO", Continent: "SA"},
"BYD": {Country: "YE", Continent: "AS"},
"BYF": {Country: "FR", Continent: "EU"},
"BYG": {Country: "US", Continent: "NA"},
"BYH": {Country: "US", Continent: "NA"},
"BYI": {Country: "US", Continent: "NA"},
"BYJ": {Country: "PT", Continent: "EU"},
"BYK": {Country: "CI", Continent: "AF"},
"BYL": {Country: "LR", Continent: "AF"},
"BYM": {Country: "CU", Continent: "NA"},
"BYN": {Country: "MN", Continent: "AS"},
"BYO": {Country: "BR", Continent: "SA"},
"BYP": {Country: "AU", Continent: "OC"},
"BYR": {Country: "DK", Continent: "EU"},
"BYS": {Country: "US", Continent: "NA"},
"BYT": {Country: "IE", Continent: "EU"},
"BYU": {Country: "DE", Continent: "EU"},
"BYV": {Country: "LK", Continent: "AS"},
"BYW": {Country: "US", Continent: "NA"},
"BYX": {Country: "AU", Continent: "OC"},
"BZA": {Country: "NI", Continent: "NA"},
"BZB": {Country: "MZ", Continent: "AF"},
"BZC": {Country: "BR", Continent: "SA"},
"BZD": {Country: "AU", Continent: "OC"},
"BZE": {Country: "BZ", Continent: "NA"},
"BZF": {Country: "US", Continent: "NA"},
"BZG": {Country: "PL", Continent: "EU"},
"BZH": {Country: "ZW", Continent: "AF"},
"BZI": {Country: "TR", Continent: "AS"},
"BZJ": {Country: "CN", Continent: "AS"},
"BZK": {Country: "RU", Continent: "EU"},
"BZL": {Country: "BD", Continent: "AS"},
"BZM": {Country: "MG", Continent: "AF"},
"BZN": {Country: "US", Continent: "NA"},
"BZO": {Country: "IT", Continent: "EU"},
"BZP": {Country: "AU", Continent: "OC"},
"BZR": {Country: "FR", Continent: "EU"},
"BZT": {Country: "US", Continent: "NA"},
"BZU": {Country: "CD", Continent: "AF"},
"BZV": {Country: "CG", Continent: "AF"},
"BZX": {Country: "CN", Continent: "AS"},
"BZY": {Country: "MD", Continent: "EU"},
"BZZ": {Country: "GB", Continent: "EU"},
"CAA": {Country: "HN", Continent: "NA"},
"CAB": {Country: "AO", Continent: "AF"},
"CAC": {Country: "BR", Continent: "SA"},
"CAD": {Country: "US", Continent: "NA"},
"CAE": {Country: "US", Continent: "NA"},
"CAF": {Country: "BR", Continent: "SA"},
"CAG": {Country: "IT", Continent: "EU"},
"CAH": {Country: "VN", Continent: "AS"},
"CAI": {Country: "EG", Continent: "AF"},
"CAJ": {Country: "VE", Continent: "SA"},
"CAK": {Country: "US", Continent: "NA"},
"CAL": {Country: "GB", Continent: "EU"},
"CAM": {Country: "BO", Continent: "SA"},
"CAN": {Country: "CN", Continent: "AS"},
"CAO": {Country: "US", Continent: "NA"},
"CAP": {Country: "HT", Continent: "NA"},
"CAQ": {Country: "CO", Continent: "SA"},
"CAR": {Country: "US", Continent: "NA"},
"CAT": {Country: "PT", Continent: "EU"},
"CAU": {Country: "BR", Continent: "SA"},
"CAV": {Country: "AO", Continent: "AF"},
"CAW": {Country: "BR", Continent: "SA"},
"CAX": {Country: "GB", Continent: "EU"},
"CAY": {Country: "GF", Continent: "SA"},
"CAZ": {Country: "AU", Continent: "OC"},
"CBA": {Country: "CA", Continent: "NA"},
"CBB": {Country: "BO", Continent: "SA"},
"CBC": {Country: "AU", Continent: "OC"},
"CBD": {Country: "IN", Continent: "AS"},
"CBE": {Country: "US", Continent: "NA"},
"CBF": {Country: "US", Continent: "NA"},
"CBG": {Country: "GB", Continent: "EU"},
"CBH": {Country: "DZ", Continent: "AF"},
"CBI": {Country: "AU", Continent: "OC"},
"CBJ": {Country: "DO", Continent: "NA"},
"CBK": {Country: "US", Continent: "NA"},
"CBL": {Country: "VE", Continent: "SA"},
"CBM": {Country: "US", Continent: "NA"},
"CBN": {Country: "ID", Continent: "AS"},
"CBO": {Country: "PH", Continent: "AS"},
"CBQ": {Country: "NG", Continent: "AF"},
"CBR": {Country: "AU", Continent: "OC"},
"CBS": {Country: "VE", Continent: "SA"},
"CBT": {Country: "AO", Continent: "AF"},
"CBV": {Country: "GT", Continent: "NA"},
"CBW": {Country: "BR", Continent: "SA"},
"CBX": {Country: "AU", Continent: "OC"},
"CBY": {Country: "AU", Continent: "OC"},
"CBZ": {Country: "CN", Continent: "AS"},
"CCA": {Country: "BO", Continent: "SA"},
"CCB": {Country: "US", Continent: "NA"},
"CCC": {Country: "CU", Continent: "NA"},
"CCD": {Country: "US", Continent: "NA"},
"CCE": {Country: "EG", Continent: "AF"},
"CCF": {Country: "FR", Continent: "EU"},
"CCG": {Country: "US", Continent: "NA"},
"CCH": {Country: "CL", Continent: "SA"},
"CCI": {Country: "BR", Continent: "SA"},
"CCJ": {Country: "IN", Continent: "AS"},
"CCK": {Country: "CC", Continent: "AS"},
"CCL": {Country: "AU", Continent: "OC"},
"CCM": {Country: "BR", Continent: "SA"},
"CCN": {Country: "AF", Continent: "AS"},
"CCO": {Country: "CO", Continent: "SA"},
"CCP": {Country: "CL", Continent: "SA"},
"CCR": {Country: "US", Continent: "NA"},
"CCS": {Country: "VE", Continent: "SA"},
"CCU": {Country: "IN", Continent: "AS"},
"CCV": {Country: "VU", Continent: "OC"},
"CCW": {Country: "AU", Continent: "OC"},
"CCX": {Country: "BR", Continent: "SA"},
"CCY": {Country: "US", Continent: "NA"},
"CCZ": {Country: "BS", Continent: "NA"},
"CDA": {Country: "AU", Continent: "OC"},
"CDB": {Country: "US", Continent: "NA"},
"CDC": {Country: "US", Continent: "NA"},
"CDD": {Country: "HN", Continent: "NA"},
"CDE": {Country: "CN", Continent: "AS"},
"CDG": {Country: "FR", Continent: "EU"},
"CDH": {Country: "US", Continent: "NA"},
"CDI": {Country: "BR", Continent: "SA"},
"CDJ": {Country: "BR", Continent: "SA"},
"CDK": {Country: "US", Continent: "NA"},
"CDL": {Country: "US", Continent: "NA"},
"CDN": {Country: "US", Continent: "NA"},
"CDO": {Country: "ZA", Continent: "AF"},
"CDP": {Country: "IN", Continent: "AS"},
"CDQ": {Country: "AU", Continent: "OC"},
"CDR": {Country: "US", Continent: "NA"},
"CDS": {Country: "US", Continent: "NA"},
"CDT": {Country: "ES", Continent: "EU"},
"CDU": {Country: "AU", Continent: "OC"},
"CDV": {Country: "US", Continent: "NA"},
"CDW": {Country: "US", Continent: "NA"},
"CDY": {Country: "PH", Continent: "AS"},
"CEA": {Country: "US", Continent: "NA"},
"CEB": {Country: "PH", Continent: "AS"},
"CEC": {Country: "US", Continent: "NA"},
"CED": {Country: "AU", Continent: "OC"},
"CEE": {Country: "RU", Continent: "EU"},
"CEF": {Country: "US", Continent: "NA"},
"CEG": {Country: "GB", Continent: "EU"},
"CEH": {Country: "MW", Continent: "AF"},
"CEI": {Country: "TH", Continent: "AS"},
"CEK": {Country: "RU", Continent: "AS"},
"CEL": {Country: "BR", Continent: "SA"},
"CEM": {Country: "US", Continent: "NA"},
"CEN": {Country: "MX", Continent: "NA"},
"CEO": {Country: "AO", Continent: "AF"},
"CEP": {Country: "BO", Continent: "SA"},
"CEQ": {Country: "FR", Continent: "EU"},
"CER": {Country: "FR", Continent: "EU"},
"CES": {Country: "AU", Continent: "OC"},
"CET": {Country: "FR", Continent: "EU"},
"CEU": {Country: "US", Continent: "NA"},
"CEV": {Country: "US", Continent: "NA"},
"CEW": {Country: "US", Continent: "NA"},
"CEX": {Country: "US", Continent: "NA"},
"CEY": {Country: "US", Continent: "NA"},
"CEZ": {Country: "US", Continent: "NA"},
"CFB": {Country: "BR", Continent: "SA"},
"CFC": {Country: "BR", Continent: "SA"},
"CFD": {Country: "US", Continent: "NA"},
"CFE": {Country: "FR", Continent: "EU"},
"CFF": {Country: "AO", Continent: "AF"},
"CFG": {Country: "CU", Continent: "NA"},
"CFH": {Country: "AU", Continent: "OC"},
"CFI": {Country: "AU", Continent: "OC"},
"CFK": {Country: "DZ", Continent: "AF"},
"CFM": {Country: "CA", Continent: "NA"},
"CFN": {Country: "IE", Continent: "EU"},
"CFO": {Country: "BR", Continent: "SA"},
"CFP": {Country: "AU", Continent: "OC"},
"CFQ": {Country: "CA", Continent: "NA"},
"CFR": {Country: "FR", Continent: "EU"},
"CFS": {Country: "AU", Continent: "OC"},
"CFT": {Country: "US", Continent: "NA"},
"CFU": {Country: "GR", Continent: "EU"},
"CFV": {Country: "US", Continent: "NA"},
"CGA": {Country: "US", Continent: "NA"},
"CGB": {Country: "BR", Continent: "SA"},
"CGC": {Country: "PG", Continent: "OC"},
"CGD": {Country: "CN", Continent: "AS"},
"CGE": {Country: "US", Continent: "NA"},
"CGF": {Country: "US", Continent: "NA"},
"CGG": {Country: "PH", Continent: "AS"},
"CGH": {Country: "BR", Continent: "SA"},
"CGI": {Country: "US", Continent: "NA"},
"CGJ": {Country: "ZM", Continent: "AF"},
"CGK": {Country: "ID", Continent: "AS"},
"CGL": {Country: "PE", Continent: "SA"},
"CGM": {Country: "PH", Continent: "AS"},
"CGN": {Country: "DE", Continent: "EU"},
"CGO": {Country: "CN", Continent: "AS"},
"CGP": {Country: "BD", Continent: "AS"},
"CGQ": {Country: "CN", Continent: "AS"},
"CGR": {Country: "BR", Continent: "SA"},
"CGS": {Country: "US", Continent: "NA"},
"CGV": {Country: "AU", Continent: "OC"},
"CGX": {Country: "ZM", Continent: "AF"},
"CGY": {Country: "PH", Continent: "AS"},
"CGZ": {Country: "US", Continent: "NA"},
"CHA": {Country: "US", Continent: "NA"},
"CHB": {Country: "PK", Continent: "AS"},
"CHC": {Country: "NZ", Continent: "OC"},
"CHD": {Country: "BR", Continent: "SA"},
"CHE": {Country: "EE", Continent: "EU"},
"CHF": {Country: "KR", Continent: "AS"},
"CHG": {Country: "CN", Continent: "AS"},
"CHH": {Country: "PE", Continent: "SA"},
"CHJ": {Country: "ZW", Continent: "AF"},
"CHK": {Country: "US", Continent: "NA"},
"CHL": {Country: "US", Continent: "NA"},
"CHM": {Country: "PE", Continent: "SA"},
"CHN": {Country: "KR", Continent: "AS"},
"CHO": {Country: "US", Continent: "NA"},
"CHP": {Country: "US", Continent: "NA"},
"CHQ": {Country: "GR", Continent: "AS"},
"CHR": {Country: "FR", Continent: "EU"},
"CHS": {Country: "US", Continent: "NA"},
"CHT": {Country: "NZ", Continent: "OC"},
"CHU": {Country: "US", Continent: "NA"},
"CHX": {Country: "PA", Continent: "NA"},
"CHY": {Country: "SB", Continent: "OC"},
"CHZ": {Country: "US", Continent: "NA"},
"CIA": {Country: "IT", Continent: "EU"},
"CIC": {Country: "US", Continent: "NA"},
"CID": {Country: "US", Continent: "NA"},
"CIE": {Country: "AU", Continent: "OC"},
"CIF": {Country: "CN", Continent: "AS"},
"CIG": {Country: "US", Continent: "NA"},
"CIH": {Country: "CN", Continent: "AS"},
"CII": {Country: "TR", Continent: "AS"},
"CIJ": {Country: "BO", Continent: "SA"},
"CIK": {Country: "US", Continent: "NA"},
"CIL": {Country: "US", Continent: "NA"},
"CIM": {Country: "CO", Continent: "SA"},
"CIN": {Country: "US", Continent: "NA"},
"CIO": {Country: "PY", Continent: "SA"},
"CIP": {Country: "ZM", Continent: "AF"},
"CIQ": {Country: "GT", Continent: "NA"},
"CIR": {Country: "US", Continent: "NA"},
"CIS": {Country: "KI", Continent: "OC"},
"CIT": {Country: "KZ", Continent: "AS"},
"CIU": {Country: "US", Continent: "NA"},
"CIW": {Country: "VC", Continent: "NA"},
"CIX": {Country: "PE", Continent: "SA"},
"CIY": {Country: "IT", Continent: "EU"},
"CIZ": {Country: "BR", Continent: "SA"},
"CJA": {Country: "PE", Continent: "SA"},
"CJB": {Country: "IN", Continent: "AS"},
"CJC": {Country: "CL", Continent: "SA"},
"CJD": {Country: "CO", Continent: "SA"},
"CJF": {Country: "AU", Continent: "OC"},
"CJH": {Country: "CA", Continent: "NA"},
"CJJ": {Country: "KR", Continent: "AS"},
"CJL": {Country: "PK", Continent: "AS"},
"CJM": {Country: "TH", Continent: "AS"},
"CJN": {Country: "ID", Continent: "AS"},
"CJS": {Country: "MX", Continent: "NA"},
"CJT": {Country: "MX", Continent: "NA"},
"CJU": {Country: "KR", Continent: "AS"},
"CJZ": {Country: "BR", Continent: "SA"},
"CKA": {Country: "US", Continent: "NA"},
"CKB": {Country: "US", Continent: "NA"},
"CKC": {Country: "UA", Continent: "EU"},
"CKD": {Country: "US", Continent: "NA"},
"CKE": {Country: "US", Continent: "NA"},
"CKG": {Country: "CN", Continent: "AS"},
"CKH": {Country: "RU", Continent: "AS"},
"CKI": {Country: "AU", Continent: "OC"},
"CKK": {Country: "US", Continent: "NA"},
"CKL": {Country: "RU", Continent: "EU"},
"CKM": {Country: "US", Continent: "NA"},
"CKN": {Country: "US", Continent: "NA"},
"CKO": {Country: "BR", Continent: "SA"},
"CKR": {Country: "US", Continent: "NA"},
"CKS": {Country: "BR", Continent: "SA"},
"CKT": {Country: "IR", Continent: "AS"},
"CKU": {Country: "US", Continent: "NA"},
"CKV": {Country: "US", Continent: "NA"},
"CKW": {Country: "AU", Continent: "OC"},
"CKX": {Country: "US", Continent: "NA"},
"CKY": {Country: "GN", Continent: "AF"},
"CKZ": {Country: "TR", Continent: "AS"},
"CLA": {Country: "BD", Continent: "AS"},
"CLD": {Country: "US", Continent: "NA"},
"CLE": {Country: "US", Continent: "NA"},
"CLG": {Country: "US", Continent: "NA"},
"CLH": {Country: "AU", Continent: "OC"},
"CLI": {Country: "US", Continent: "NA"},
"CLJ": {Country: "RO", Continent: "EU"},
"CLK": {Country: "US", Continent: "NA"},
"CLL": {Country: "US", Continent: "NA"},
"CLM": {Country: "US", Continent: "NA"},
"CLN": {Country: "BR", Continent: "SA"},
"CLO": {Country: "CO", Continent: "SA"},
"CLP": {Country: "US", Continent: "NA"},
"CLQ": {Country: "MX", Continent: "NA"},
"CLR": {Country: "US", Continent: "NA"},
"CLS": {Country: "US", Continent: "NA"},
"CLT": {Country: "US", Continent: "NA"},
"CLU": {Country: "US", Continent: "NA"},
"CLV": {Country: "BR", Continent: "SA"},
"CLW": {Country: "US", Continent: "NA"},
"CLX": {Country: "AR", Continent: "SA"},
"CLY": {Country: "FR", Continent: "EU"},
"CLZ": {Country: "VE", Continent: "SA"},
"CMA": {Country: "AU", Continent: "OC"},
"CMB": {Country: "LK", Continent: "AS"},
"CMC": {Country: "BR", Continent: "SA"},
"CMD": {Country: "AU", Continent: "OC"},
"CME": {Country: "MX", Continent: "NA"},
"CMF": {Country: "FR", Continent: "EU"},
"CMG": {Country: "BR", Continent: "SA"},
"CMH": {Country: "US", Continent: "NA"},
"CMI": {Country: "US", Continent: "NA"},
"CMJ": {Country: "TW", Continent: "AS"},
"CMK": {Country: "MW", Continent: "AF"},
"CML": {Country: "AU", Continent: "OC"},
"CMM": {Country: "GT", Continent: "NA"},
"CMN": {Country: "MA", Continent: "AF"},
"CMO": {Country: "SO", Continent: "AF"},
"CMP": {Country: "BR", Continent: "SA"},
"CMQ": {Country: "AU", Continent: "OC"},
"CMR": {Country: "FR", Continent: "EU"},
"CMS": {Country: "SO", Continent: "AF"},
"CMT": {Country: "BR", Continent: "SA"},
"CMU": {Country: "PG", Continent: "OC"},
"CMV": {Country: "NZ", Continent: "OC"},
"CMW": {Country: "CU", Continent: "NA"},
"CMX": {Country: "US", Continent: "NA"},
"CMY": {Country: "US", Continent: "NA"},
"CMZ": {Country: "MZ", Continent: "AF"},
"CNA": {Country: "MX", Continent: "NA"},
"CNB": {Country: "AU", Continent: "OC"},
"CNC": {Country: "AU", Continent: "OC"},
"CND": {Country: "RO", Continent: "EU"},
"CNE": {Country: "US", Continent: "NA"},
"CNF": {Country: "BR", Continent: "SA"},
"CNG": {Country: "FR", Continent: "EU"},
"CNH": {Country: "US", Continent: "NA"},
"CNI": {Country: "CN", Continent: "AS"},
"CNJ": {Country: "AU", Continent: "OC"},
"CNK": {Country: "US", Continent: "NA"},
"CNL": {Country: "DK", Continent: "EU"},
"CNM": {Country: "US", Continent: "NA"},
"CNN": {Country: "IN", Continent: "AS"},
"CNO": {Country: "US", Continent: "NA"},
"CNP": {Country: "GL", Continent: "NA"},
"CNQ": {Country: "AR", Continent: "SA"},
"CNR": {Country: "CL", Continent: "SA"},
"CNS": {Country: "AU", Continent: "OC"},
"CNT": {Country: "AR", Continent: "SA"},
"CNU": {Country: "US", Continent: "NA"},
"CNV": {Country: "BR", Continent: "SA"},
"CNW": {Country: "US", Continent: "NA"},
"CNX": {Country: "TH", Continent: "AS"},
"CNY": {Country: "US", Continent: "NA"},
"CNZ": {Country: "AO", Continent: "AF"},
"COA": {Country: "US", Continent: "NA"},
"COB": {Country: "AU", Continent: "OC"},
"COC": {Country: "AR", Continent: "SA"},
"COD": {Country: "US", Continent: "NA"},
"COE": {Country: "US", Continent: "NA"},
"COF": {Country: "US", Continent: "NA"},
"COG": {Country: "CO", Continent: "SA"},
"COH": {Country: "IN", Continent: "AS"},
"COI": {Country: "US", Continent: "NA"},
"COJ": {Country: "AU", Continent: "OC"},
"COK": {Country: "IN", Continent: "AS"},
"COL": {Country: "GB", Continent: "EU"},
"COM": {Country: "US", Continent: "NA"},
"CON": {Country: "US", Continent: "NA"},
"COO": {Country: "BJ", Continent: "AF"},
"COP": {Country: "US", Continent: "NA"},
"COQ": {Country: "MN", Continent: "AS"},
"COR": {Country: "AR", Continent: "SA"},
"COS": {Country: "US", Continent: "NA"},
"COT": {Country: "US", Continent: "NA"},
"COU": {Country: "US", Continent: "NA"},
"COV": {Country: "TR", Continent: "AS"},
"COW": {Country: "CL", Continent: "SA"},
"COY": {Country: "AU", Continent: "OC"},
"COZ": {Country: "DO", Continent: "NA"},
"CPA": {Country: "LR", Continent: "AF"},
"CPB": {Country: "CO", Continent: "SA"},
"CPC": {Country: "AR", Continent: "SA"},
"CPD": {Country: "AU", Continent: "OC"},
"CPE": {Country: "MX", Continent: "NA"},
"CPF": {Country: "ID", Continent: "AS"},
"CPG": {Country: "AR", Continent: "SA"},
"CPH": {Country: "DK", Continent: "EU"},
"CPI": {Country: "PG", Continent: "OC"},
"CPL": {Country: "CO", Continent: "SA"},
"CPM": {Country: "US", Continent: "NA"},
"CPN": {Country: "PG", Continent: "OC"},
"CPO": {Country: "CL", Continent: "SA"},
"CPP": {Country: "CL", Continent: "SA"},
"CPR": {Country: "US", Continent: "NA"},
"CPS": {Country: "US", Continent: "NA"},
"CPT": {Country: "ZA", Continent: "AF"},
"CPU": {Country: "BR", Continent: "SA"},
"CPV": {Country: "BR", Continent: "SA"},
"CPX": {Country: "PR", Continent: "NA"},
"CQA": {Country: "BR", Continent: "SA"},
"CQD": {Country: "IR", Continent: "AS"},
"CQF": {Country: "FR", Continent: "EU"},
"CQM": {Country: "ES", Continent: "EU"},
"CQP": {Country: "AU", Continent: "OC"},
"CQS": {Country: "BR", Continent: "SA"},
"CQT": {Country: "CO", Continent: "SA"},
"CQW": {Country: "CN", Continent: "AS"},
"CRA": {Country: "RO", Continent: "EU"},
"CRB": {Country: "AU", Continent: "OC"},
"CRC": {Country: "CO", Continent: "SA"},
"CRD": {Country: "AR", Continent: "SA"},
"CRE": {Country: "US", Continent: "NA"},
"CRF": {Country: "CF", Continent: "AF"},
"CRG": {Country: "US", Continent: "NA"},
"CRH": {Country: "AU", Continent: "OC"},
"CRI": {Country: "BS", Continent: "NA"},
"CRJ": {Country: "AU", Continent: "OC"},
"CRK": {Country: "PH", Continent: "AS"},
"CRL": {Country: "BE", Continent: "EU"},
"CRM": {Country: "PH", Continent: "AS"},
"CRO": {Country: "US", Continent: "NA"},
"CRP": {Country: "US", Continent: "NA"},
"CRQ": {Country: "BR", Continent: "SA"},
"CRR": {Country: "AR", Continent: "SA"},
"CRS": {Country: "US", Continent: "NA"},
"CRT": {Country: "US", Continent: "NA"},
"CRU": {Country: "GD", Continent: "NA"},
"CRV": {Country: "IT", Continent: "EU"},
"CRW": {Country: "US", Continent: "NA"},
"CRX": {Country: "US", Continent: "NA"},
"CRY": {Country: "AU", Continent: "OC"},
"CRZ": {Country: "TM", Continent: "AS"},
"CSA": {Country: "GB", Continent: "EU"},
"CSB": {Country: "RO", Continent: "EU"},
"CSC": {Country: "CR", Continent: "NA"},
"CSD": {Country: "AU", Continent: "OC"},
"CSE": {Country: "US", Continent: "NA"},
"CSF": {Country: "FR", Continent: "EU"},
"CSG": {Country: "US", Continent: "NA"},
"CSH": {Country: "RU", Continent: "EU"},
"CSI": {Country: "AU", Continent: "OC"},
"CSK": {Country: "SN", Continent: "AF"},
"CSM": {Country: "US", Continent: "NA"},
"CSN": {Country: "US", Continent: "NA"},
"CSO": {Country: "DE", Continent: "EU"},
"CSQ": {Country: "US", Continent: "NA"},
"CSR": {Country: "CO", Continent: "SA"},
"CSS": {Country: "BR", Continent: "SA"},
"CST": {Country: "FJ", Continent: "OC"},
"CSU": {Country: "BR", Continent: "SA"},
"CSV": {Country: "US", Continent: "NA"},
"CSW": {Country: "MX", Continent: "NA"},
"CSX": {Country: "CN", Continent: "AS"},
"CSY": {Country: "RU", Continent: "AS"},
"CSZ": {Country: "AR", Continent: "SA"},
"CTA": {Country: "IT", Continent: "EU"},
"CTB": {Country: "US", Continent: "NA"},
"CTC": {Country: "AR", Continent: "SA"},
"CTD": {Country: "PA", Continent: "NA"},
"CTE": {Country: "PA", Continent: "NA"},
"CTF": {Country: "GT", Continent: "NA"},
"CTG": {Country: "CO", Continent: "SA"},
"CTH": {Country: "US", Continent: "NA"},
"CTI": {Country: "AO", Continent: "AF"},
"CTK": {Country: "US", Continent: "NA"},
"CTL": {Country: "AU", Continent: "OC"},
"CTM": {Country: "MX", Continent: "NA"},
"CTN": {Country: "AU", Continent: "OC"},
"CTO": {Country: "US", Continent: "NA"},
"CTP": {Country: "BR", Continent: "SA"},
"CTQ": {Country: "BR", Continent: "SA"},
"CTR": {Country: "AU", Continent: "OC"},
"CTS": {Country: "JP", Continent: "AS"},
"CTT": {Country: "FR", Continent: "EU"},
"CTU": {Country: "CN", Continent: "AS"},
"CTV": {Country: "AO", Continent: "AF"},
"CTW": {Country: "US", Continent: "NA"},
"CTX": {Country: "US", Continent: "NA"},
"CTY": {Country: "US", Continent: "NA"},
"CTZ": {Country: "US", Continent: "NA"},
"CUA": {Country: "MX", Continent: "NA"},
"CUB": {Country: "US", Continent: "NA"},
"CUC": {Country: "CO", Continent: "SA"},
"CUD": {Country: "AU", Continent: "OC"},
"CUE": {Country: "EC", Continent: "SA"},
"CUF": {Country: "IT", Continent: "EU"},
"CUG": {Country: "AU", Continent: "OC"},
"CUH": {Country: "US", Continent: "NA"},
"CUI": {Country: "CO", Continent: "SA"},
"CUJ": {Country: "PH", Continent: "AS"},
"CUK": {Country: "BZ", Continent: "NA"},
"CUL": {Country: "MX", Continent: "NA"},
"CUM": {Country: "VE", Continent: "SA"},
"CUN": {Country: "MX", Continent: "NA"},
"CUO": {Country: "CO", Continent: "SA"},
"CUP": {Country: "VE", Continent: "SA"},
"CUQ": {Country: "AU", Continent: "OC"},
"CUR": {Country: "CW", Continent: "NA"},
"CUS": {Country: "US", Continent: "NA"},
"CUT": {Country: "AR", Continent: "SA"},
"CUU": {Country: "MX", Continent: "NA"},
"CUV": {Country: "VE", Continent: "SA"},
"CUY": {Country: "AU", Continent: "OC"},
"CUZ": {Country: "PE", Continent: "SA"},
"CVB": {Country: "PG", Continent: "OC"},
"CVC": {Country: "AU", Continent: "OC"},
"CVE": {Country: "CO", Continent: "SA"},
"CVF": {Country: "FR", Continent: "EU"},
"CVG": {Country: "US", Continent: "NA"},
"CVH": {Country: "AR", Continent: "SA"},
"CVI": {Country: "AR", Continent: "SA"},
"CVJ": {Country: "MX", Continent: "NA"},
"CVL": {Country: "PG", Continent: "OC"},
"CVM": {Country: "MX", Continent: "NA"},
"CVN": {Country: "US", Continent: "NA"},
"CVO": {Country: "US", Continent: "NA"},
"CVQ": {Country: "AU", Continent: "OC"},
"CVS": {Country: "US", Continent: "NA"},
"CVT": {Country: "GB", Continent: "EU"},
"CVU": {Country: "PT", Continent: "EU"},
"CWA": {Country: "US", Continent: "NA"},
"CWB": {Country: "BR", Continent: "SA"},
"CWC": {Country: "UA", Continent: "EU"},
"CWF": {Country: "US", Continent: "NA"},
"CWI": {Country: "US", Continent: "NA"},
"CWJ": {Country: "CN", Continent: "AS"},
"CWK": {Country: "IN", Continent: "AS"},
"CWL": {Country: "GB", Continent: "EU"},
"CWP": {Country: "PK", Continent: "AS"},
"CWR": {Country: "AU", Continent: "OC"},
"CWS": {Country: "US", Continent: "NA"},
"CWT": {Country: "AU", Continent: "OC"},
"CWW": {Country: "AU", Continent: "OC"},
"CWX": {Country: "US", Continent: "NA"},
"CXA": {Country: "VE", Continent: "SA"},
"CXB": {Country: "BD", Continent: "AS"},
"CXC": {Country: "US", Continent: "NA"},
"CXF": {Country: "US", Continent: "NA"},
"CXH": {Country: "CA", Continent: "NA"},
"CXI": {Country: "KI", Continent: "OC"},
"CXJ": {Country: "BR", Continent: "SA"},
"CXL": {Country: "US", Continent: "NA"},
"CXM": {Country: "AO", Continent: "AF"},
"CXN": {Country: "SO", Continent: "AF"},
"CXO": {Country: "US", Continent: "NA"},
"CXP": {Country: "ID", Continent: "AS"},
"CXQ": {Country: "AU", Continent: "OC"},
"CXR": {Country: "VN", Continent: "AS"},
"CXT": {Country: "AU", Continent: "OC"},
"CXY": {Country: "BS", Continent: "NA"},
"CYA": {Country: "HT", Continent: "NA"},
"CYB": {Country: "KY", Continent: "NA"},
"CYC": {Country: "BZ", Continent: "NA"},
"CYD": {Country: "BZ", Continent: "NA"},
"CYF": {Country: "US", Continent: "NA"},
"CYG": {Country: "AU", Continent: "OC"},
"CYI": {Country: "TW", Continent: "AS"},
"CYL": {Country: "HN", Continent: "NA"},
"CYM": {Country: "US", Continent: "NA"},
"CYO": {Country: "CU", Continent: "NA"},
"CYP": {Country: "PH", Continent: "AS"},
"CYR": {Country: "UY", Continent: "SA"},
"CYS": {Country: "US", Continent: "NA"},
"CYT": {Country: "US", Continent: "NA"},
"CYU": {Country: "PH", Continent: "AS"},
"CYW": {Country: "MX", Continent: "NA"},
"CYX": {Country: "RU", Continent: "AS"},
"CYZ": {Country: "PH", Continent: "AS"},
"CZA": {Country: "MX", Continent: "NA"},
"CZB": {Country: "BR", Continent: "SA"},
"CZC": {Country: "US", Continent: "NA"},
"CZE": {Country: "VE", Continent: "SA"},
"CZF": {Country: "US", Continent: "NA"},
"CZH": {Country: "BZ", Continent: "NA"},
"CZJ": {Country: "PA", Continent: "NA"},
"CZK": {Country: "US", Continent: "NA"},
"CZL": {Country: "DZ", Continent: "AF"},
"CZM": {Country: "MX", Continent: "NA"},
"CZN": {Country: "US", Continent: "NA"},
"CZO": {Country: "US", Continent: "NA"},
"CZP": {Country: "US", Continent: "NA"},
"CZR": {Country: "RU", Continent: "AS"},
"CZS": {Country: "BR", Continent: "SA"},
"CZT": {Country: "US", Continent: "NA"},
"CZU": {Country: "CO", Continent: "SA"},
"CZX": {Country: "CN", Continent: "AS"},
"CZY": {Country: "AU", Continent: "OC"},
"DAA": {Country: "US", Continent: "NA"},
"DAB": {Country: "US", Continent: "NA"},
"DAC": {Country: "BD", Continent: "AS"},
"DAD": {Country: "VN", Continent: "AS"},
"DAF": {Country: "PG", Continent: "OC"},
"DAG": {Country: "US", Continent: "NA"},
"DAH": {Country: "YE", Continent: "AS"},
"DAK": {Country: "EG", Continent: "AF"},
"DAL": {Country: "US", Continent: "NA"},
"DAM": {Country: "SY", Continent: "AS"},
"DAN": {Country: "US", Continent: "NA"},
"DAO": {Country: "PG", Continent: "OC"},
"DAP": {Country: "NP", Continent: "AS"},
"DAR": {Country: "TZ", Continent: "AF"},
"DAS": {Country: "CA", Continent: "NA"},
"DAT": {Country: "CN", Continent: "AS"},
"DAU": {Country: "PG", Continent: "OC"},
"DAV": {Country: "PA", Continent: "NA"},
"DAX": {Country: "CN", Continent: "AS"},
"DAY": {Country: "US", Continent: "NA"},
"DAZ": {Country: "AF", Continent: "AS"},
"DBA": {Country: "PK", Continent: "AS"},
"DBB": {Country: "EG", Continent: "AF"},
"DBC": {Country: "CN", Continent: "AS"},
"DBD": {Country: "IN", Continent: "AS"},
"DBK": {Country: "LK", Continent: "AS"},
"DBM": {Country: "ET", Continent: "AF"},
"DBN": {Country: "US", Continent: "NA"},
"DBO": {Country: "AU", Continent: "OC"},
"DBP": {Country: "PG", Continent: "OC"},
"DBQ": {Country: "US", Continent: "NA"},
"DBR": {Country: "IN", Continent: "AS"},
"DBS": {Country: "US", Continent: "NA"},
"DBT": {Country: "ET", Continent: "AF"},
"DBU": {Country: "LK", Continent: "AS"},
"DBV": {Country: "HR", Continent: "EU"},
"DBY": {Country: "AU", Continent: "OC"},
"DCA": {Country: "US", Continent: "NA"},
"DCF": {Country: "DM", Continent: "NA"},
"DCI": {Country: "IT", Continent: "EU"},
"DCK": {Country: "US", Continent: "NA"},
"DCM": {Country: "FR", Continent: "EU"},
"DCN": {Country: "AU", Continent: "OC"},
"DCT": {Country: "BS", Continent: "NA"},
"DCU": {Country: "US", Continent: "NA"},
"DCY": {Country: "CN", Continent: "AS"},
"DDC": {Country: "US", Continent: "NA"},
"DDD": {Country: "MV", Continent: "AS"},
"DDG": {Country: "CN", Continent: "AS"},
"DDI": {Country: "AU", Continent: "OC"},
"DDM": {Country: "PG", Continent: "OC"},
"DDN": {Country: "AU", Continent: "OC"},
"DDR": {Country: "CN", Continent: "AS"},
"DDU": {Country: "PK", Continent: "AS"},
"DEA": {Country: "PK", Continent: "AS"},
"DEB": {Country: "HU", Continent: "EU"},
"DEC": {Country: "US", Continent: "NA"},
"DED": {Country: "IN", Continent: "AS"},
"DEE": {Country: "RU", Continent: "AS"},
"DEF": {Country: "IR", Continent: "AS"},
"DEH": {Country: "US", Continent: "NA"},
"DEI": {Country: "SC", Continent: "AF"},
"DEJ": {Country: "CN", Continent: "AS"},
"DEL": {Country: "IN", Continent: "AS"},
"DEM": {Country: "ET", Continent: "AF"},
"DEN": {Country: "US", Continent: "NA"},
"DEP": {Country: "IN", Continent: "AS"},
"DEQ": {Country: "CN", Continent: "AS"},
"DER": {Country: "PG", Continent: "OC"},
"DES": {Country: "SC", Continent: "AF"},
"DET": {Country: "US", Continent: "NA"},
"DEX": {Country: "ID", Continent: "AS"},
"DEZ": {Country: "SY", Continent: "AS"},
"DFA": {Country: "CN", Continent: "AS"},
"DFI": {Country: "US", Continent: "NA"},
"DFP": {Country: "AU", Continent: "OC"},
"DFW": {Country: "US", Continent: "NA"},
"DGA": {Country: "BZ", Continent: "NA"},
"DGD": {Country: "AU", Continent: "OC"},
"DGE": {Country: "AU", Continent: "OC"},
"DGF": {Country: "CA", Continent: "NA"},
"DGH": {Country: "IN", Continent: "AS"},
"DGL": {Country: "US", Continent: "NA"},
"DGM": {Country: "LK", Continent: "AS"},
"DGN": {Country: "US", Continent: "NA"},
"DGO": {Country: "MX", Continent: "NA"},
"DGR": {Country: "NZ", Continent: "OC"},
"DGT": {Country: "PH", Continent: "AS"},
"DGU": {Country: "BF", Continent: "AF"},
"DGW": {Country: "US", Continent: "NA"},
"DHA": {Country: "SA", Continent: "AS"},
"DHB": {Country: "US", Continent: "NA"},
"DHD": {Country: "AU", Continent: "OC"},
"DHF": {Country: "AE", Continent: "AS"},
"DHG": {Country: "RU", Continent: "EU"},
"DHH": {Country: "CN", Continent: "AS"},
"DHI": {Country: "NP", Continent: "AS"},
"DHL": {Country: "YE", Continent: "AS"},
"DHM": {Country: "IN", Continent: "AS"},
"DHN": {Country: "US", Continent: "NA"},
"DHR": {Country: "NL", Continent: "EU"},
"DHT": {Country: "US", Continent: "NA"},
"DHX": {Country: "ID", Continent: "AS"},
"DIA": {Country: "QA", Continent: "AS"},
"DIB": {Country: "IN", Continent: "AS"},
"DIE": {Country: "MG", Continent: "AF"},
"DIG": {Country: "CN", Continent: "AS"},
"DIJ": {Country: "FR", Continent: "EU"},
"DIK": {Country: "US", Continent: "NA"},
"DIL": {Country: "TL", Continent: "AS"},
"DIM": {Country: "CI", Continent: "AF"},
"DIN": {Country: "VN", Continent: "AS"},
"DIO": {Country: "US", Continent: "NA"},
"DIP": {Country: "BF", Continent: "AF"},
"DIQ": {Country: "BR", Continent: "SA"},
"DIR": {Country: "ET", Continent: "AF"},
"DIS": {Country: "CG", Continent: "AF"},
"DIU": {Country: "IN", Continent: "AS"},
"DIW": {Country: "LK", Continent: "AS"},
"DIY": {Country: "TR", Continent: "AS"},
"DJA": {Country: "BJ", Continent: "AF"},
"DJB": {Country: "ID", Continent: "AS"},
"DJE": {Country: "TN", Continent: "AF"},
"DJG": {Country: "DZ", Continent: "AF"},
"DJJ": {Country: "ID", Continent: "AS"},
"DJM": {Country: "CG", Continent: "AF"},
"DJN": {Country: "US", Continent: "NA"},
"DJO": {Country: "CI", Continent: "AF"},
"DJR": {Country: "AU", Continent: "OC"},
"DJU": {Country: "IS", Continent: "EU"},
"DKA": {Country: "NG", Continent: "AF"},
"DKI": {Country: "AU", Continent: "OC"},
"DKK": {Country: "US", Continent: "NA"},
"DKR": {Country: "SN", Continent: "AF"},
"DKS": {Country: "RU", Continent: "AS"},
"DKV": {Country: "AU", Continent: "OC"},
"DLA": {Country: "CM", Continent: "AF"},
"DLC": {Country: "CN", Continent: "AS"},
"DLE": {Country: "FR", Continent: "EU"},
"DLF": {Country: "US", Continent: "NA"},
"DLG": {Country: "US", Continent: "NA"},
"DLH": {Country: "US", Continent: "NA"},
"DLI": {Country: "VN", Continent: "AS"},
"DLK": {Country: "AU", Continent: "OC"},
"DLL": {Country: "US", Continent: "NA"},
"DLM": {Country: "TR", Continent: "AS"},
"DLN": {Country: "US", Continent: "NA"},
"DLR": {Country: "RU", Continent: "AS"},
"DLS": {Country: "US", Continent: "NA"},
"DLU": {Country: "CN", Continent: "AS"},
"DLV": {Country: "AU", Continent: "OC"},
"DLY": {Country: "VU", Continent: "OC"},
"DLZ": {Country: "MN", Continent: "AS"},
"DMA": {Country: "US", Continent: "NA"},
"DMB": {Country: "KZ", Continent: "AS"},
"DMD": {Country: "AU", Continent: "OC"},
"DME": {Country: "RU", Continent: "EU"},
"DMK": {Country: "TH", Continent: "AS"},
"DMM": {Country: "SA", Continent: "AS"},
"DMN": {Country: "US", Continent: "NA"},
"DMO": {Country: "US", Continent: "NA"},
"DMT": {Country: "BR", Continent: "SA"},
"DMU": {Country: "IN", Continent: "AS"},
"DNA": {Country: "JP", Continent: "AS"},
"DNB": {Country: "AU", Continent: "OC"},
"DND": {Country: "GB", Continent: "EU"},
"DNF": {Country: "LY", Continent: "AF"},
"DNG": {Country: "AU", Continent: "OC"},
"DNH": {Country: "CN", Continent: "AS"},
"DNK": {Country: "UA", Continent: "EU"},
"DNL": {Country: "US", Continent: "NA"},
"DNN": {Country: "US", Continent: "NA"},
"DNO": {Country: "BR", Continent: "SA"},
"DNP": {Country: "NP", Continent: "AS"},
"DNQ": {Country: "AU", Continent: "OC"},
"DNR": {Country: "FR", Continent: "EU"},
"DNS": {Country: "US", Continent: "NA"},
"DNU": {Country: "PG", Continent: "OC"},
"DNV": {Country: "US", Continent: "NA"},
"DNX": {Country: "SD", Continent: "AF"},
"DNZ": {Country: "TR", Continent: "AS"},
"DOA": {Country: "MG", Continent: "AF"},
"DOB": {Country: "ID", Continent: "AS"},
"DOD": {Country: "TZ", Continent: "AF"},
"DOE": {Country: "SR", Continent: "SA"},
"DOG": {Country: "SD", Continent: "AF"},
"DOH": {Country: "QA", Continent: "AS"},
"DOI": {Country: "PG", Continent: "OC"},
"DOL": {Country: "FR", Continent: "EU"},
"DOM": {Country: "DM", Continent: "NA"},
"DON": {Country: "GT", Continent: "NA"},
"DOO": {Country: "PG", Continent: "OC"},
"DOP": {Country: "NP", Continent: "AS"},
"DOR": {Country: "BF", Continent: "AF"},
"DOU": {Country: "BR", Continent: "SA"},
"DOV": {Country: "US", Continent: "NA"},
"DOX": {Country: "AU", Continent: "OC"},
"DOY": {Country: "CN", Continent: "AS"},
"DPA": {Country: "US", Continent: "NA"},
"DPB": {Country: "CL", Continent: "SA"},
"DPE": {Country: "FR", Continent: "EU"},
"DPG": {Country: "US", Continent: "NA"},
"DPL": {Country: "PH", Continent: "AS"},
"DPO": {Country: "AU", Continent: "OC"},
"DPS": {Country: "ID", Continent: "AS"},
"DPT": {Country: "RU", Continent: "AS"},
"DQA": {Country: "CN", Continent: "AS"},
"DQM": {Country: "OM", Continent: "AS"},
"DRA": {Country: "US", Continent: "NA"},
"DRB": {Country: "AU", Continent: "OC"},
"DRC": {Country: "AO", Continent: "AF"},
"DRD": {Country: "AU", Continent: "OC"},
"DRE": {Country: "US", Continent: "NA"},
"DRF": {Country: "US", Continent: "NA"},
"DRG": {Country: "US", Continent: "NA"},
"DRH": {Country: "ID", Continent: "AS"},
"DRI": {Country: "US", Continent: "NA"},
"DRJ": {Country: "SR", Continent: "SA"},
"DRK": {Country: "CR", Continent: "NA"},
"DRN": {Country: "AU", Continent: "OC"},
"DRO": {Country: "US", Continent: "NA"},
"DRP": {Country: "PH", Continent: "AS"},
"DRR": {Country: "AU", Continent: "OC"},
"DRS": {Country: "DE", Continent: "EU"},
"DRT": {Country: "US", Continent: "NA"},
"DRU": {Country: "US", Continent: "NA"},
"DRV": {Country: "MV", Continent: "AS"},
"DRW": {Country: "AU", Continent: "OC"},
"DRY": {Country: "AU", Continent: "OC"},
"DSC": {Country: "CM", Continent: "AF"},
"DSD": {Country: "GP", Continent: "NA"},
"DSE": {Country: "ET", Continent: "AF"},
"DSG": {Country: "PH", Continent: "AS"},
"DSI": {Country: "US", Continent: "NA"},
"DSK": {Country: "PK", Continent: "AS"},
"DSM": {Country: "US", Continent: "NA"},
"DSN": {Country: "CN", Continent: "AS"},
"DSO": {Country: "KP", Continent: "AS"},
"DSS": {Country: "SN", Continent: "AF"},
"DST": {Country: "AE", Continent: "AS"},
"DSV": {Country: "US", Continent: "NA"},
"DSX": {Country: "TW", Continent: "AS"},
"DSY": {Country: "KH", Continent: "AS"},
"DTA": {Country: "US", Continent: "NA"},
"DTB": {Country: "ID", Continent: "AS"},
"DTD": {Country: "ID", Continent: "AS"},
"DTE": {Country: "PH", Continent: "AS"},
"DTH": {Country: "US", Continent: "NA"},
"DTI": {Country: "BR", Continent: "SA"},
"DTL": {Country: "US", Continent: "NA"},
"DTM": {Country: "DE", Continent: "EU"},
"DTN": {Country: "US", Continent: "NA"},
"DTR": {Country: "US", Continent: "NA"},
"DTU": {Country: "CN", Continent: "AS"},
"DTW": {Country: "US", Continent: "NA"},
"DUA": {Country: "US", Continent: "NA"},
"DUB": {Country: "IE", Continent: "EU"},
"DUC": {Country: "US", Continent: "NA"},
"DUD": {Country: "NZ", Continent: "OC"},
"DUE": {Country: "AO", Continent: "AF"},
"DUF": {Country: "US", Continent: "NA"},
"DUG": {Country: "US", Continent: "NA"},
"DUJ": {Country: "US", Continent: "NA"},
"DUK": {Country: "ZA", Continent: "AF"},
"DUM": {Country: "ID", Continent: "AS"},
"DUQ": {Country: "CA", Continent: "NA"},
"DUR": {Country: "ZA", Continent: "AF"},
"DUS": {Country: "DE", Continent: "EU"},
"DUT": {Country: "US", Continent: "NA"},
"DVD": {Country: "MG", Continent: "AF"},
"DVK": {Country: "CA", Continent: "NA"},
"DVL": {Country: "US", Continent: "NA"},
"DVN": {Country: "US", Continent: "NA"},
"DVO": {Country: "PH", Continent: "AS"},
"DVP": {Country: "AU", Continent: "OC"},
"DVR": {Country: "AU", Continent: "OC"},
"DVT": {Country: "US", Continent: "NA"},
"DWA": {Country: "MW", Continent: "AF"},
"DWB": {Country: "MG", Continent: "AF"},
"DWC": {Country: "AE", Continent: "AS"},
"DWD": {Country: "SA", Continent: "AS"},
"DWH": {Country: "US", Continent: "NA"},
"DWO": {Country: "LK", Continent: "AS"},
"DWR": {Country: "AF", Continent: "AS"},
"DWS": {Country: "CN", Continent: "AS"},
"DXB": {Country: "AE", Continent: "AS"},
"DXD": {Country: "AU", Continent: "OC"},
"DXE": {Country: "US", Continent: "NA"},
"DXJ": {Country: "CN", Continent: "AS"},
"DXN": {Country: "IN", Continent: "AS"},
"DXR": {Country: "US", Continent: "NA"},
"DYA": {Country: "AU", Continent: "OC"},
"DYG": {Country: "CN", Continent: "AS"},
"DYL": {Country: "US", Continent: "NA"},
"DYM": {Country: "AU", Continent: "OC"},
"DYR": {Country: "RU", Continent: "AS"},
"DYS": {Country: "US", Continent: "NA"},
"DYU": {Country: "TJ", Continent: "AS"},
"DYW": {Country: "AU", Continent: "OC"},
"DZA": {Country: "YT", Continent: "AF"},
"DZH": {Country: "CN", Continent: "AS"},
"DZI": {Country: "CO", Continent: "SA"},
"DZN": {Country: "KZ", Continent: "AS"},
"DZO": {Country: "UY", Continent: "SA"},
"DZU": {Country: "CN", Continent: "AS"},
"EAA": {Country: "US", Continent: "NA"},
"EAB": {Country: "YE", Continent: "AS"},
"EAE": {Country: "VU", Continent: "OC"},
"EAL": {Country: "MH", Continent: "OC"},
"EAM": {Country: "SA", Continent: "AS"},
"EAN": {Country: "US", Continent: "NA"},
"EAR": {Country: "US", Continent: "NA"},
"EAS": {Country: "ES", Continent: "EU"},
"EAT": {Country: "US", Continent: "NA"},
"EAU": {Country: "US", Continent: "NA"},
"EAX": {Country: "SR", Continent: "SA"},
"EBA": {Country: "IT", Continent: "EU"},
"EBB": {Country: "UG", Continent: "AF"},
"EBD": {Country: "SD", Continent: "AF"},
"EBG": {Country: "CO", Continent: "SA"},
"EBH": {Country: "DZ", Continent: "AF"},
"EBJ": {Country: "DK", Continent: "EU"},
"EBL": {Country: "IQ", Continent: "AS"},
"EBM": {Country: "TN", Continent: "AF"},
"EBN": {Country: "MH", Continent: "OC"},
"EBO": {Country: "MH", Continent: "OC"},
"EBS": {Country: "US", Continent: "NA"},
"EBU": {Country: "FR", Continent: "EU"},
"EBW": {Country: "CM", Continent: "AF"},
"ECA": {Country: "US", Continent: "NA"},
"ECG": {Country: "US", Continent: "NA"},
"ECH": {Country: "AU", Continent: "OC"},
"ECI": {Country: "NI", Continent: "NA"},
"ECN": {Country: "CY", Continent: "AS"},
"ECO": {Country: "CO", Continent: "SA"},
"ECP": {Country: "US", Continent: "NA"},
"ECR": {Country: "CO", Continent: "SA"},
"ECS": {Country: "US", Continent: "NA"},
"EDA": {Country: "US", Continent: "NA"},
"EDB": {Country: "SD", Continent: "AF"},
"EDD": {Country: "AU", Continent: "OC"},
"EDE": {Country: "US", Continent: "NA"},
"EDF": {Country: "US", Continent: "NA"},
"EDI": {Country: "GB", Continent: "EU"},
"EDK": {Country: "US", Continent: "NA"},
"EDL": {Country: "KE", Continent: "AF"},
"EDM": {Country: "FR", Continent: "EU"},
"EDN": {Country: "RU", Continent: "EU"},
"EDO": {Country: "TR", Continent: "AS"},
"EDQ": {Country: "HN", Continent: "NA"},
"EDR": {Country: "AU", Continent: "OC"},
"EDW": {Country: "US", Continent: "NA"},
"EEA": {Country: "BR", Continent: "SA"},
"EED": {Country: "US", Continent: "NA"},
"EEK": {Country: "US", Continent: "NA"},
"EEN": {Country: "US", Continent: "NA"},
"EES": {Country: "EG", Continent: "AF"},
"EFD": {Country: "US", Continent: "NA"},
"EFG": {Country: "PG", Continent: "OC"},
"EFK": {Country: "US", Continent: "NA"},
"EFL": {Country: "GR", Continent: "EU"},
"EFW": {Country: "US", Continent: "NA"},
"EGA": {Country: "PG", Continent: "OC"},
"EGC": {Country: "FR", Continent: "EU"},
"EGE": {Country: "US", Continent: "NA"},
"EGH": {Country: "EG", Continent: "AS"},
"EGI": {Country: "US", Continent: "NA"},
"EGL": {Country: "ET", Continent: "AF"},
"EGM": {Country: "SB", Continent: "OC"},
"EGN": {Country: "SD", Continent: "AF"},
"EGO": {Country: "RU", Continent: "EU"},
"EGP": {Country: "US", Continent: "NA"},
"EGS": {Country: "IS", Continent: "EU"},
"EGV": {Country: "US", Continent: "NA"},
"EGX": {Country: "US", Continent: "NA"},
"EHL": {Country: "AR", Continent: "SA"},
"EHM": {Country: "US", Continent: "NA"},
"EHU": {Country: "CN", Continent: "AS"},
"EIB": {Country: "DE", Continent: "EU"},
"EIE": {Country: "RU", Continent: "AS"},
"EIH": {Country: "AU", Continent: "OC"},
"EIK": {Country: "RU", Continent: "AS"},
"EIL": {Country: "US", Continent: "NA"},
"EIN": {Country: "NL", Continent: "EU"},
"EIS": {Country: "VG", Continent: "NA"},
"EIY": {Country: "IL", Continent: "AS"},
"EJA": {Country: "CO", Continent: "SA"},
"EJH": {Country: "SA", Continent: "AS"},
"EJN": {Country: "CN", Continent: "AS"},
"EJT": {Country: "MH", Continent: "OC"},
"EKA": {Country: "US", Continent: "NA"},
"EKB": {Country: "KZ", Continent: "AS"},
"EKD": {Country: "AU", Continent: "OC"},
"EKI": {Country: "US", Continent: "NA"},
"EKN": {Country: "US", Continent: "NA"},
"EKO": {Country: "US", Continent: "NA"},
"EKS": {Country: "RU", Continent: "AS"},
"EKT": {Country: "SE", Continent: "EU"},
"EKX": {Country: "US", Continent: "NA"},
"ELA": {Country: "US", Continent: "NA"},
"ELB": {Country: "CO", Continent: "SA"},
"ELC": {Country: "AU", Continent: "OC"},
"ELD": {Country: "US", Continent: "NA"},
"ELE": {Country: "PA", Continent: "NA"},
"ELF": {Country: "SD", Continent: "AF"},
"ELG": {Country: "DZ", Continent: "AF"},
"ELH": {Country: "BS", Continent: "NA"},
"ELI": {Country: "US", Continent: "NA"},
"ELJ": {Country: "CO", Continent: "SA"},
"ELK": {Country: "US", Continent: "NA"},
"ELL": {Country: "ZA", Continent: "AF"},
"ELM": {Country: "US", Continent: "NA"},
"ELN": {Country: "US", Continent: "NA"},
"ELO": {Country: "AR", Continent: "SA"},
"ELP": {Country: "US", Continent: "NA"},
"ELQ": {Country: "SA", Continent: "AS"},
"ELR": {Country: "ID", Continent: "AS"},
"ELS": {Country: "ZA", Continent: "AF"},
"ELT": {Country: "EG", Continent: "AS"},
"ELU": {Country: "DZ", Continent: "AF"},
"ELV": {Country: "US", Continent: "NA"},
"ELW": {Country: "US", Continent: "NA"},
"ELX": {Country: "VE", Continent: "SA"},
"ELY": {Country: "US", Continent: "NA"},
"ELZ": {Country: "US", Continent: "NA"},
"EMA": {Country: "GB", Continent: "EU"},
"EMD": {Country: "AU", Continent: "OC"},
"EME": {Country: "DE", Continent: "EU"},
"EMG": {Country: "ZA", Continent: "AF"},
"EMI": {Country: "PG", Continent: "OC"},
"EMK": {Country: "US", Continent: "NA"},
"EML": {Country: "CH", Continent: "EU"},
"EMM": {Country: "US", Continent: "NA"},
"EMN": {Country: "MR", Continent: "AF"},
"EMO": {Country: "PG", Continent: "OC"},
"EMP": {Country: "US", Continent: "NA"},
"EMR": {Country: "GT", Continent: "NA"},
"EMS": {Country: "PG", Continent: "OC"},
"EMT": {Country: "US", Continent: "NA"},
"EMX": {Country: "AR", Continent: "SA"},
"EMY": {Country: "EG", Continent: "AF"},
"ENA": {Country: "US", Continent: "NA"},
"ENB": {Country: "AU", Continent: "OC"},
"ENC": {Country: "FR", Continent: "EU"},
"END": {Country: "US", Continent: "NA"},
"ENE": {Country: "ID", Continent: "AS"},
"ENF": {Country: "FI", Continent: "EU"},
"ENG": {Country: "ID", Continent: "AS"},
"ENH": {Country: "CN", Continent: "AS"},
"ENI": {Country: "PH", Continent: "AS"},
"ENJ": {Country: "GT", Continent: "NA"},
"ENK": {Country: "GB", Continent: "EU"},
"ENL": {Country: "US", Continent: "NA"},
"ENN": {Country: "US", Continent: "NA"},
"ENO": {Country: "PY", Continent: "SA"},
"ENS": {Country: "NL", Continent: "EU"},
"ENT": {Country: "MH", Continent: "OC"},
"ENU": {Country: "NG", Continent: "AF"},
"ENV": {Country: "US", Continent: "NA"},
"ENW": {Country: "US", Continent: "NA"},
"ENY": {Country: "CN", Continent: "AS"},
"EOH": {Country: "CO", Continent: "SA"},
"EOI": {Country: "GB", Continent: "EU"},
"EOK": {Country: "US", Continent: "NA"},
"EOR": {Country: "VE", Continent: "SA"},
"EOS": {Country: "US", Continent: "NA"},
"EOZ": {Country: "VE", Continent: "SA"},
"EPA": {Country: "AR", Continent: "SA"},
"EPG": {Country: "US", Continent: "NA"},
"EPH": {Country: "US", Continent: "NA"},
"EPL": {Country: "FR", Continent: "EU"},
"EPR": {Country: "AU", Continent: "OC"},
"EPT": {Country: "PG", Continent: "OC"},
"EPU": {Country: "EE", Continent: "EU"},
"EQS": {Country: "AR", Continent: "SA"},
"ERA": {Country: "SO", Continent: "AF"},
"ERB": {Country: "AU", Continent: "OC"},
"ERC": {Country: "TR", Continent: "AS"},
"ERD": {Country: "UA", Continent: "EU"},
"ERE": {Country: "PG", Continent: "OC"},
"ERF": {Country: "DE", Continent: "EU"},
"ERG": {Country: "RU", Continent: "AS"},
"ERH": {Country: "MA", Continent: "AF"},
"ERI": {Country: "US", Continent: "NA"},
"ERL": {Country: "CN", Continent: "AS"},
"ERM": {Country: "BR", Continent: "SA"},
"ERN": {Country: "BR", Continent: "SA"},
"ERQ": {Country: "AU", Continent: "OC"},
"ERR": {Country: "US", Continent: "NA"},
"ERS": {Country: "NA", Continent: "AF"},
"ERT": {Country: "MN", Continent: "AS"},
"ERU": {Country: "PG", Continent: "OC"},
"ERV": {Country: "US", Continent: "NA"},
"ERZ": {Country: "TR", Continent: "AS"},
"ESA": {Country: "PG", Continent: "OC"},
"ESB": {Country: "TR", Continent: "AS"},
"ESC": {Country: "US", Continent: "NA"},
"ESD": {Country: "US", Continent: "NA"},
"ESE": {Country: "MX", Continent: "NA"},
"ESF": {Country: "US", Continent: "NA"},
"ESG": {Country: "PY", Continent: "SA"},
"ESH": {Country: "GB", Continent: "EU"},
"ESK": {Country: "TR", Continent: "AS"},
"ESL": {Country: "RU", Continent: "EU"},
"ESM": {Country: "EC", Continent: "SA"},
"ESN": {Country: "US", Continent: "NA"},
"ESO": {Country: "US", Continent: "NA"},
"ESR": {Country: "CL", Continent: "SA"},
"ESS": {Country: "DE", Continent: "EU"},
"EST": {Country: "US", Continent: "NA"},
"ESU": {Country: "MA", Continent: "AF"},
"ESW": {Country: "US", Continent: "NA"},
"ETB": {Country: "US", Continent: "NA"},
"ETD": {Country: "AU", Continent: "OC"},
"ETE": {Country: "ET", Continent: "AF"},
"ETL": {Country: "RU", Continent: "EU"},
"ETM": {Country: "IL", Continent: "AS"},
"ETN": {Country: "US", Continent: "NA"},
"ETR": {Country: "EC", Continent: "SA"},
"ETS": {Country: "US", Continent: "NA"},
"ETZ": {Country: "FR", Continent: "EU"},
"EUA": {Country: "TO", Continent: "OC"},
"EUC": {Country: "AU", Continent: "OC"},
"EUE": {Country: "US", Continent: "NA"},
"EUF": {Country: "US", Continent: "NA"},
"EUG": {Country: "US", Continent: "NA"},
"EUM": {Country: "DE", Continent: "EU"},
"EUN": {Country: "EH", Continent: "AF"},
"EUO": {Country: "CO", Continent: "SA"},
"EUQ": {Country: "PH", Continent: "AS"},
"EUX": {Country: "BQ", Continent: "NA"},
"EVD": {Country: "AU", Continent: "OC"},
"EVE": {Country: "NO", Continent: "EU"},
"EVG": {Country: "SE", Continent: "EU"},
"EVH": {Country: "AU", Continent: "OC"},
"EVM": {Country: "US", Continent: "NA"},
"EVN": {Country: "AM", Continent: "AS"},
"EVV": {Country: "US", Continent: "NA"},
"EVW": {Country: "US", Continent: "NA"},
"EVX": {Country: "FR", Continent: "EU"},
"EWB": {Country: "US", Continent: "NA"},
"EWE": {Country: "ID", Continent: "AS"},
"EWI": {Country: "ID", Continent: "AS"},
"EWK": {Country: "US", Continent: "NA"},
"EWN": {Country: "US", Continent: "NA"},
"EWO": {Country: "CG", Continent: "AF"},
"EWR": {Country: "US", Continent: "NA"},
"EXI": {Country: "US", Continent: "NA"},
"EXM": {Country: "AU", Continent: "OC"},
"EXT": {Country: "GB", Continent: "EU"},
"EYA": {Country: "RU", Continent: "AS"},
"EYK": {Country: "RU", Continent: "EU"},
"EYL": {Country: "ML", Continent: "AF"},
"EYP": {Country: "CO", Continent: "SA"},
"EYR": {Country: "US", Continent: "NA"},
"EYS": {Country: "KE", Continent: "AF"},
"EYW": {Country: "US", Continent: "NA"},
"EZE": {Country: "AR", Continent: "SA"},
"EZS": {Country: "TR", Continent: "AS"},
"EZV": {Country: "RU", Continent: "AS"},
"FAA": {Country: "GN", Continent: "AF"},
"FAB": {Country: "GB", Continent: "EU"},
"FAC": {Country: "PF", Continent: "OC"},
"FAE": {Country: "FO", Continent: "EU"},
"FAF": {Country: "US", Continent: "NA"},
"FAG": {Country: "IS", Continent: "EU"},
"FAH": {Country: "AF", Continent: "AS"},
"FAI": {Country: "US", Continent: "NA"},
"FAK": {Country: "US", Continent: "NA"},
"FAM": {Country: "US", Continent: "NA"},
"FAO": {Country: "PT", Continent: "EU"},
"FAQ": {Country: "PG", Continent: "OC"},
"FAR": {Country: "US", Continent: "NA"},
"FAT": {Country: "US", Continent: "NA"},
"FAU": {Country: "OM", Continent: "AS"},
"FAV": {Country: "PF", Continent: "OC"},
"FAY": {Country: "US", Continent: "NA"},
"FAZ": {Country: "IR", Continent: "AS"},
"FBA": {Country: "BR", Continent: "SA"},
"FBD": {Country: "AF", Continent: "AS"},
"FBE": {Country: "BR", Continent: "SA"},
"FBG": {Country: "US", Continent: "NA"},
"FBK": {Country: "US", Continent: "NA"},
"FBL": {Country: "US", Continent: "NA"},
"FBM": {Country: "CD", Continent: "AF"},
"FBR": {Country: "US", Continent: "NA"},
"FBS": {Country: "US", Continent: "NA"},
"FBY": {Country: "US", Continent: "NA"},
"FCA": {Country: "US", Continent: "NA"},
"FCB": {Country: "ZA", Continent: "AF"},
"FCH": {Country: "US", Continent: "NA"},
"FCM": {Country: "US", Continent: "NA"},
"FCN": {Country: "DE", Continent: "EU"},
"FCO": {Country: "IT", Continent: "EU"},
"FCS": {Country: "US", Continent: "NA"},
"FCY": {Country: "US", Continent: "NA"},
"FDA": {Country: "CO", Continent: "SA"},
"FDE": {Country: "NO", Continent: "EU"},
"FDF": {Country: "MQ", Continent: "NA"},
"FDH": {Country: "DE", Continent: "EU"},
"FDK": {Country: "US", Continent: "NA"},
"FDR": {Country: "US", Continent: "NA"},
"FDU": {Country: "CD", Continent: "AF"},
"FDY": {Country: "US", Continent: "NA"},
"FEB": {Country: "NP", Continent: "AS"},
"FEC": {Country: "BR", Continent: "SA"},
"FEG": {Country: "UZ", Continent: "AS"},
"FEJ": {Country: "BR", Continent: "SA"},
"FEN": {Country: "BR", Continent: "SA"},
"FEP": {Country: "US", Continent: "NA"},
"FET": {Country: "US", Continent: "NA"},
"FEZ": {Country: "MA", Continent: "AF"},
"FFA": {Country: "US", Continent: "NA"},
"FFD": {Country: "GB", Continent: "EU"},
"FFL": {Country: "US", Continent: "NA"},
"FFM": {Country: "US", Continent: "NA"},
"FFO": {Country: "US", Continent: "NA"},
"FFT": {Country: "US", Continent: "NA"},
"FFU": {Country: "CL", Continent: "SA"},
"FGD": {Country: "MR", Continent: "AF"},
"FGI": {Country: "WS", Continent: "OC"},
"FGL": {Country: "NZ", Continent: "OC"},
"FGU": {Country: "PF", Continent: "OC"},
"FHU": {Country: "US", Continent: "NA"},
"FHZ": {Country: "PF", Continent: "OC"},
"FID": {Country: "US", Continent: "NA"},
"FIE": {Country: "GB", Continent: "EU"},
"FIG": {Country: "GN", Continent: "AF"},
"FIH": {Country: "CD", Continent: "AF"},
"FIK": {Country: "AU", Continent: "OC"},
"FIL": {Country: "US", Continent: "NA"},
"FIN": {Country: "PG", Continent: "OC"},
"FIZ": {Country: "AU", Continent: "OC"},
"FJR": {Country: "AE", Continent: "AS"},
"FKB": {Country: "DE", Continent: "EU"},
"FKI": {Country: "CD", Continent: "AF"},
"FKJ": {Country: "JP", Continent: "AS"},
"FKL": {Country: "US", Continent: "NA"},
"FKN": {Country: "US", Continent: "NA"},
"FKQ": {Country: "ID", Continent: "AS"},
"FKS": {Country: "JP", Continent: "AS"},
"FLA": {Country: "CO", Continent: "SA"},
"FLB": {Country: "BR", Continent: "SA"},
"FLD": {Country: "US", Continent: "NA"},
"FLF": {Country: "DE", Continent: "EU"},
"FLG": {Country: "US", Continent: "NA"},
"FLH": {Country: "GB", Continent: "EU"},
"FLL": {Country: "US", Continent: "NA"},
"FLM": {Country: "PY", Continent: "SA"},
"FLN": {Country: "BR", Continent: "SA"},
"FLO": {Country: "US", Continent: "NA"},
"FLP": {Country: "US", Continent: "NA"},
"FLR": {Country: "IT", Continent: "EU"},
"FLS": {Country: "AU", Continent: "OC"},
"FLT": {Country: "US", Continent: "NA"},
"FLV": {Country: "US", Continent: "NA"},
"FLW": {Country: "PT", Continent: "EU"},
"FLX": {Country: "US", Continent: "NA"},
"FLY": {Country: "AU", Continent: "OC"},
"FLZ": {Country: "ID", Continent: "AS"},
"FMA": {Country: "AR", Continent: "SA"},
"FME": {Country: "US", Continent: "NA"},
"FMG": {Country: "CR", Continent: "NA"},
"FMH": {Country: "US", Continent: "NA"},
"FMI": {Country: "CD", Continent: "AF"},
"FMM": {Country: "DE", Continent: "EU"},
"FMN": {Country: "US", Continent: "NA"},
"FMO": {Country: "DE", Continent: "EU"},
"FMS": {Country: "US", Continent: "NA"},
"FMT": {Country: "MV", Continent: "AS"},
"FMU": {Country: "US", Continent: "NA"},
"FMY": {Country: "US", Continent: "NA"},
"FNA": {Country: "SL", Continent: "AF"},
"FNB": {Country: "DE", Continent: "EU"},
"FNC": {Country: "PT", Continent: "EU"},
"FND": {Country: "MV", Continent: "AS"},
"FNE": {Country: "PG", Continent: "OC"},
"FNG": {Country: "BF", Continent: "AF"},
"FNH": {Country: "ET", Continent: "AF"},
"FNI": {Country: "FR", Continent: "EU"},
"FNJ": {Country: "KP", Continent: "AS"},
"FNL": {Country: "US", Continent: "NA"},
"FNR": {Country: "US", Continent: "NA"},
"FNT": {Country: "US", Continent: "NA"},
"FNU": {Country: "IT", Continent: "EU"},
"FOA": {Country: "GB", Continent: "EU"},
"FOB": {Country: "US", Continent: "NA"},
"FOC": {Country: "CN", Continent: "AS"},
"FOD": {Country: "US", Continent: "NA"},
"FOE": {Country: "US", Continent: "NA"},
"FOG": {Country: "IT", Continent: "EU"},
"FOK": {Country: "US", Continent: "NA"},
"FOM": {Country: "CM", Continent: "AF"},
"FON": {Country: "CR", Continent: "NA"},
"FOO": {Country: "ID", Continent: "AS"},
"FOR": {Country: "BR", Continent: "SA"},
"FOS": {Country: "AU", Continent: "OC"},
"FOT": {Country: "AU", Continent: "OC"},
"FOU": {Country: "GA", Continent: "AF"},
"FOY": {Country: "LR", Continent: "AF"},
"FPO": {Country: "BS", Continent: "NA"},
"FPR": {Country: "US", Continent: "NA"},
"FPY": {Country: "US", Continent: "NA"},
"FRA": {Country: "DE", Continent: "EU"},
"FRB": {Country: "AU", Continent: "OC"},
"FRC": {Country: "BR", Continent: "SA"},
"FRD": {Country: "US", Continent: "NA"},
"FRE": {Country: "SB", Continent: "OC"},
"FRG": {Country: "US", Continent: "NA"},
"FRH": {Country: "US", Continent: "NA"},
"FRI": {Country: "US", Continent: "NA"},
"FRK": {Country: "SC", Continent: "AF"},
"FRL": {Country: "IT", Continent: "EU"},
"FRM": {Country: "US", Continent: "NA"},
"FRN": {Country: "US", Continent: "NA"},
"FRO": {Country: "NO", Continent: "EU"},
"FRQ": {Country: "PG", Continent: "OC"},
"FRR": {Country: "US", Continent: "NA"},
"FRS": {Country: "GT", Continent: "NA"},
"FRT": {Country: "CL", Continent: "SA"},
"FRW": {Country: "BW", Continent: "AF"},
"FRY": {Country: "US", Continent: "NA"},
"FRZ": {Country: "DE", Continent: "EU"},
"FSC": {Country: "FR", Continent: "EU"},
"FSD": {Country: "US", Continent: "NA"},
"FSH": {Country: "ID", Continent: "AS"},
"FSI": {Country: "US", Continent: "NA"},
"FSK": {Country: "US", Continent: "NA"},
"FSL": {Country: "AU", Continent: "OC"},
"FSM": {Country: "US", Continent: "NA"},
"FSP": {Country: "PM", Continent: "NA"},
"FST": {Country: "US", Continent: "NA"},
"FSU": {Country: "US", Continent: "NA"},
"FSZ": {Country: "JP", Continent: "AS"},
"FTA": {Country: "VU", Continent: "OC"},
"FTE": {Country: "AR", Continent: "SA"},
"FTI": {Country: "AS", Continent: "OC"},
"FTK": {Country: "US", Continent: "NA"},
"FTU": {Country: "MG", Continent: "AF"},
"FTW": {Country: "US", Continent: "NA"},
"FTX": {Country: "CG", Continent: "AF"},
"FTY": {Country: "US", Continent: "NA"},
"FUB": {Country: "PG", Continent: "OC"},
"FUE": {Country: "ES", Continent: "AF"},
"FUG": {Country: "CN", Continent: "AS"},
"FUJ": {Country: "JP", Continent: "AS"},
"FUK": {Country: "JP", Continent: "AS"},
"FUL": {Country: "US", Continent: "NA"},
"FUM": {Country: "PG", Continent: "OC"},
"FUN": {Country: "TV", Continent: "OC"},
"FUO": {Country: "CN", Continent: "AS"},
"FUT": {Country: "WF", Continent: "OC"},
"FVL": {Country: "AU", Continent: "OC"},
"FVM": {Country: "MV", Continent: "AS"},
"FVR": {Country: "AU", Continent: "OC"},
"FWA": {Country: "US", Continent: "NA"},
"FWH": {Country: "US", Continent: "NA"},
"FWL": {Country: "US", Continent: "NA"},
"FXE": {Country: "US", Continent: "NA"},
"FXO": {Country: "MZ", Continent: "AF"},
"FXY": {Country: "US", Continent: "NA"},
"FYJ": {Country: "CN", Continent: "AS"},
"FYM": {Country: "US", Continent: "NA"},
"FYN": {Country: "CN", Continent: "AS"},
"FYT": {Country: "TD", Continent: "AF"},
"FYU": {Country: "US", Continent: "NA"},
"FYV": {Country: "US", Continent: "NA"},
"FZL": {Country: "AZ", Continent: "AS"},
"GAA": {Country: "CO", Continent: "SA"},
"GAB": {Country: "US", Continent: "NA"},
"GAC": {Country: "HN", Continent: "NA"},
"GAD": {Country: "US", Continent: "NA"},
"GAE": {Country: "TN", Continent: "AF"},
"GAF": {Country: "TN", Continent: "AF"},
"GAG": {Country: "US", Continent: "NA"},
"GAH": {Country: "AU", Continent: "OC"},
"GAI": {Country: "US", Continent: "NA"},
"GAJ": {Country: "JP", Continent: "AS"},
"GAL": {Country: "US", Continent: "NA"},
"GAM": {Country: "US", Continent: "NA"},
"GAN": {Country: "MV", Continent: "AS"},
"GAO": {Country: "CU", Continent: "NA"},
"GAP": {Country: "PG", Continent: "OC"},
"GAQ": {Country: "ML", Continent: "AF"},
"GAR": {Country: "PG", Continent: "OC"},
"GAS": {Country: "KE", Continent: "AF"},
"GAT": {Country: "FR", Continent: "EU"},
"GAU": {Country: "IN", Continent: "AS"},
"GAV": {Country: "ID", Continent: "AS"},
"GAW": {Country: "MM", Continent: "AS"},
"GAX": {Country: "GA", Continent: "AF"},
"GAY": {Country: "IN", Continent: "AS"},
"GAZ": {Country: "PG", Continent: "OC"},
"GBA": {Country: "GB", Continent: "EU"},
"GBB": {Country: "AZ", Continent: "AS"},
"GBC": {Country: "PG", Continent: "OC"},
"GBD": {Country: "US", Continent: "NA"},
"GBE": {Country: "BW", Continent: "AF"},
"GBF": {Country: "PG", Continent: "OC"},
"GBG": {Country: "US", Continent: "NA"},
"GBH": {Country: "US", Continent: "NA"},
"GBI": {Country: "IN", Continent: "AS"},
"GBJ": {Country: "GP", Continent: "NA"},
"GBK": {Country: "SL", Continent: "AF"},
"GBL": {Country: "AU", Continent: "OC"},
"GBM": {Country: "SO", Continent: "AF"},
"GBP": {Country: "AU", Continent: "OC"},
"GBR": {Country: "US", Continent: "NA"},
"GBT": {Country: "IR", Continent: "AS"},
"GBU": {Country: "SD", Continent: "AF"},
"GBV": {Country: "AU", Continent: "OC"},
"GBW": {Country: "AU", Continent: "OC"},
"GBZ": {Country: "NZ", Continent: "OC"},
"GCA": {Country: "CO", Continent: "SA"},
"GCC": {Country: "US", Continent: "NA"},
"GCD": {Country: "US", Continent: "NA"},
"GCH": {Country: "IR", Continent: "AS"},
"GCI": {Country: "GG", Continent: "EU"},
"GCJ": {Country: "ZA", Continent: "AF"},
"GCK": {Country: "US", Continent: "NA"},
"GCM": {Country: "KY", Continent: "NA"},
"GCN": {Country: "US", Continent: "NA"},
"GCT": {Country: "US", Continent: "NA"},
"GCV": {Country: "BR", Continent: "SA"},
"GCW": {Country: "US", Continent: "NA"},
"GCY": {Country: "US", Continent: "NA"},
"GDB": {Country: "IN", Continent: "AS"},
"GDC": {Country: "US", Continent: "NA"},
"GDD": {Country: "AU", Continent: "OC"},
"GDE": {Country: "ET", Continent: "AF"},
"GDH": {Country: "US", Continent: "NA"},
"GDI": {Country: "CF", Continent: "AF"},
"GDL": {Country: "MX", Continent: "NA"},
"GDM": {Country: "US", Continent: "NA"},
"GDN": {Country: "PL", Continent: "EU"},
"GDO": {Country: "VE", Continent: "SA"},
"GDP": {Country: "BR", Continent: "SA"},
"GDQ": {Country: "ET", Continent: "AF"},
"GDR": {Country: "BR", Continent: "SA"},
"GDT": {Country: "TC", Continent: "NA"},
"GDV": {Country: "US", Continent: "NA"},
"GDW": {Country: "US", Continent: "NA"},
"GDX": {Country: "RU", Continent: "AS"},
"GDZ": {Country: "RU", Continent: "EU"},
"GEA": {Country: "NC", Continent: "OC"},
"GEB": {Country: "ID", Continent: "AS"},
"GEC": {Country: "CY", Continent: "AS"},
"GED": {Country: "US", Continent: "NA"},
"GEE": {Country: "AU", Continent: "OC"},
"GEF": {Country: "SB", Continent: "OC"},
"GEG": {Country: "US", Continent: "NA"},
"GEL": {Country: "BR", Continent: "SA"},
"GEM": {Country: "GQ", Continent: "AF"},
"GEO": {Country: "GY", Continent: "SA"},
"GER": {Country: "CU", Continent: "NA"},
"GES": {Country: "PH", Continent: "AS"},
"GET": {Country: "AU", Continent: "OC"},
"GEV": {Country: "SE", Continent: "EU"},
"GEW": {Country: "PG", Continent: "OC"},
"GEY": {Country: "US", Continent: "NA"},
"GFA": {Country: "US", Continent: "NA"},
"GFD": {Country: "US", Continent: "NA"},
"GFE": {Country: "AU", Continent: "OC"},
"GFF": {Country: "AU", Continent: "OC"},
"GFK": {Country: "US", Continent: "NA"},
"GFL": {Country: "US", Continent: "NA"},
"GFN": {Country: "AU", Continent: "OC"},
"GFO": {Country: "GY", Continent: "SA"},
"GFR": {Country: "FR", Continent: "EU"},
"GFY": {Country: "NA", Continent: "AF"},
"GGB": {Country: "BR", Continent: "SA"},
"GGC": {Country: "AO", Continent: "AF"},
"GGD": {Country: "AU", Continent: "OC"},
"GGE": {Country: "US", Continent: "NA"},
"GGF": {Country: "BR", Continent: "SA"},
"GGG": {Country: "US", Continent: "NA"},
"GGH": {Country: "BR", Continent: "SA"},
"GGJ": {Country: "BR", Continent: "SA"},
"GGM": {Country: "KE", Continent: "AF"},
"GGN": {Country: "CI", Continent: "AF"},
"GGO": {Country: "CI", Continent: "AF"},
"GGR": {Country: "SO", Continent: "AF"},
"GGS": {Country: "AR", Continent: "SA"},
"GGT": {Country: "BS", Continent: "NA"},
"GGW": {Country: "US", Continent: "NA"},
"GHA": {Country: "DZ", Continent: "AF"},
"GHB": {Country: "BS", Continent: "NA"},
"GHC": {Country: "BS", Continent: "NA"},
"GHE": {Country: "PA", Continent: "SA"},
"GHF": {Country: "DE", Continent: "EU"},
"GHK": {Country: "CA", Continent: "NA"},
"GHM": {Country: "US", Continent: "NA"},
"GHN": {Country: "CN", Continent: "AS"},
"GHS": {Country: "ID", Continent: "AS"},
"GHT": {Country: "LY", Continent: "AF"},
"GHU": {Country: "AR", Continent: "SA"},
"GHV": {Country: "RO", Continent: "EU"},
"GIB": {Country: "GI", Continent: "EU"},
"GIC": {Country: "AU", Continent: "OC"},
"GID": {Country: "BI", Continent: "AF"},
"GIF": {Country: "US", Continent: "NA"},
"GIG": {Country: "BR", Continent: "SA"},
"GII": {Country: "GN", Continent: "AF"},
"GIL": {Country: "PK", Continent: "AS"},
"GIM": {Country: "GA", Continent: "AF"},
"GIR": {Country: "CO", Continent: "SA"},
"GIS": {Country: "NZ", Continent: "OC"},
"GIT": {Country: "TZ", Continent: "AF"},
"GIU": {Country: "LK", Continent: "AS"},
"GIY": {Country: "ZA", Continent: "AF"},
"GIZ": {Country: "SA", Continent: "AS"},
"GJA": {Country: "HN", Continent: "NA"},
"GJL": {Country: "DZ", Continent: "AF"},
"GJM": {Country: "BR", Continent: "SA"},
"GJR": {Country: "IS", Continent: "EU"},
"GJT": {Country: "US", Continent: "NA"},
"GKA": {Country: "PG", Continent: "OC"},
"GKD": {Country: "TR", Continent: "AS"},
"GKE": {Country: "DE", Continent: "EU"},
"GKH": {Country: "NP", Continent: "AS"},
"GKK": {Country: "MV", Continent: "AS"},
"GKL": {Country: "AU", Continent: "OC"},
"GKN": {Country: "US", Continent: "NA"},
"GKT": {Country: "US", Continent: "NA"},
"GLA": {Country: "GB", Continent: "EU"},
"GLB": {Country: "US", Continent: "NA"},
"GLC": {Country: "ET", Continent: "AF"},
"GLD": {Country: "US", Continent: "NA"},
"GLE": {Country: "US", Continent: "NA"},
"GLF": {Country: "CR", Continent: "NA"},
"GLG": {Country: "AU", Continent: "OC"},
"GLH": {Country: "US", Continent: "NA"},
"GLI": {Country: "AU", Continent: "OC"},
"GLK": {Country: "SO", Continent: "AF"},
"GLL": {Country: "NO", Continent: "EU"},
"GLM": {Country: "AU", Continent: "OC"},
"GLN": {Country: "MA", Continent: "AF"},
"GLO": {Country: "GB", Continent: "EU"},
"GLP": {Country: "PG", Continent: "OC"},
"GLR": {Country: "US", Continent: "NA"},
"GLS": {Country: "US", Continent: "NA"},
"GLT": {Country: "AU", Continent: "OC"},
"GLU": {Country: "BT", Continent: "AS"},
"GLV": {Country: "US", Continent: "NA"},
"GLW": {Country: "US", Continent: "NA"},
"GLX": {Country: "ID", Continent: "AS"},
"GLZ": {Country: "NL", Continent: "EU"},
"GMA": {Country: "CD", Continent: "AF"},
"GMB": {Country: "ET", Continent: "AF"},
"GMC": {Country: "CO", Continent: "SA"},
"GMD": {Country: "MA", Continent: "AF"},
"GME": {Country: "BY", Continent: "EU"},
"GMI": {Country: "PG", Continent: "OC"},
"GMM": {Country: "CG", Continent: "AF"},
"GMN": {Country: "NZ", Continent: "OC"},
"GMO": {Country: "NG", Continent: "AF"},
"GMP": {Country: "KR", Continent: "AS"},
"GMQ": {Country: "CN", Continent: "AS"},
"GMR": {Country: "PF", Continent: "OC"},
"GMS": {Country: "BR", Continent: "SA"},
"GMT": {Country: "US", Continent: "NA"},
"GMU": {Country: "US", Continent: "NA"},
"GMV": {Country: "US", Continent: "NA"},
"GMZ": {Country: "ES", Continent: "AF"},
"GNA": {Country: "BY", Continent: "EU"},
"GNB": {Country: "FR", Continent: "EU"},
"GND": {Country: "GD", Continent: "NA"},
"GNE": {Country: "BE", Continent: "EU"},
"GNF": {Country: "US", Continent: "NA"},
"GNG": {Country: "US", Continent: "NA"},
"GNI": {Country: "TW", Continent: "AS"},
"GNJ": {Country: "AZ", Continent: "AS"},
"GNM": {Country: "BR", Continent: "SA"},
"GNN": {Country: "ET", Continent: "AF"},
"GNR": {Country: "AR", Continent: "SA"},
"GNS": {Country: "ID", Continent: "AS"},
"GNT": {Country: "US", Continent: "NA"},
"GNU": {Country: "US", Continent: "NA"},
"GNV": {Country: "US", Continent: "NA"},
"GNY": {Country: "TR", Continent: "AS"},
"GNZ": {Country: "BW", Continent: "AF"},
"GOA": {Country: "IT", Continent: "EU"},
"GOB": {Country: "ET", Continent: "AF"},
"GOC": {Country: "PG", Continent: "OC"},
"GOE": {Country: "PG", Continent: "OC"},
"GOG": {Country: "NA", Continent: "AF"},
"GOH": {Country: "GL", Continent: "NA"},
"GOI": {Country: "IN", Continent: "AS"},
"GOJ": {Country: "RU", Continent: "EU"},
"GOK": {Country: "US", Continent: "NA"},
"GOL": {Country: "US", Continent: "NA"},
"GOM": {Country: "CD", Continent: "AF"},
"GON": {Country: "US", Continent: "NA"},
"GOO": {Country: "AU", Continent: "OC"},
"GOP": {Country: "IN", Continent: "AS"},
"GOQ": {Country: "CN", Continent: "AS"},
"GOR": {Country: "ET", Continent: "AF"},
"GOS": {Country: "AU", Continent: "OC"},
"GOT": {Country: "SE", Continent: "EU"},
"GOU": {Country: "CM", Continent: "AF"},
"GOV": {Country: "AU", Continent: "OC"},
"GOX": {Country: "IN", Continent: "AS"},
"GOY": {Country: "RU", Continent: "AS"},
"GOZ": {Country: "BG", Continent: "EU"},
"GPA": {Country: "GR", Continent: "EU"},
"GPB": {Country: "BR", Continent: "SA"},
"GPD": {Country: "AU", Continent: "OC"},
"GPI": {Country: "CO", Continent: "SA"},
"GPL": {Country: "CR", Continent: "NA"},
"GPN": {Country: "AU", Continent: "OC"},
"GPO": {Country: "AR", Continent: "SA"},
"GPS": {Country: "EC", Continent: "SA"},
"GPT": {Country: "US", Continent: "NA"},
"GPZ": {Country: "US", Continent: "NA"},
"GQQ": {Country: "US", Continent: "NA"},
"GRA": {Country: "CO", Continent: "SA"},
"GRB": {Country: "US", Continent: "NA"},
"GRC": {Country: "LR", Continent: "AF"},
"GRD": {Country: "US", Continent: "NA"},
"GRE": {Country: "US", Continent: "NA"},
"GRF": {Country: "US", Continent: "NA"},
"GRG": {Country: "AF", Continent: "AS"},
"GRI": {Country: "US", Continent: "NA"},
"GRJ": {Country: "ZA", Continent: "AF"},
"GRK": {Country: "US", Continent: "NA"},
"GRL": {Country: "PG", Continent: "OC"},
"GRM": {Country: "US", Continent: "NA"},
"GRN": {Country: "US", Continent: "NA"},
"GRO": {Country: "ES", Continent: "EU"},
"GRP": {Country: "BR", Continent: "SA"},
"GRQ": {Country: "NL", Continent: "EU"},
"GRR": {Country: "US", Continent: "NA"},
"GRS": {Country: "IT", Continent: "EU"},
"GRT": {Country: "PK", Continent: "AS"},
"GRU": {Country: "BR", Continent: "SA"},
"GRV": {Country: "RU", Continent: "AS"},
"GRW": {Country: "PT", Continent: "EU"},
"GRX": {Country: "ES", Continent: "EU"},
"GRY": {Country: "IS", Continent: "EU"},
"GRZ": {Country: "AT", Continent: "EU"},
"GSA": {Country: "MY", Continent: "AS"},
"GSB": {Country: "US", Continent: "NA"},
"GSC": {Country: "AU", Continent: "OC"},
"GSE": {Country: "SE", Continent: "EU"},
"GSH": {Country: "US", Continent: "NA"},
"GSI": {Country: "GF", Continent: "SA"},
"GSJ": {Country: "GT", Continent: "NA"},
"GSL": {Country: "CA", Continent: "NA"},
"GSM": {Country: "IR", Continent: "AS"},
"GSN": {Country: "AU", Continent: "OC"},
"GSO": {Country: "US", Continent: "NA"},
"GSP": {Country: "US", Continent: "NA"},
"GSQ": {Country: "EG", Continent: "AF"},
"GSR": {Country: "SO", Continent: "AF"},
"GSS": {Country: "ZA", Continent: "AF"},
"GST": {Country: "US", Continent: "NA"},
"GSV": {Country: "RU", Continent: "AS"},
"GTA": {Country: "SB", Continent: "OC"},
"GTC": {Country: "TZ", Continent: "AF"},
"GTE": {Country: "AU", Continent: "OC"},
"GTF": {Country: "US", Continent: "NA"},
"GTG": {Country: "US", Continent: "NA"},
"GTI": {Country: "DE", Continent: "EU"},
"GTK": {Country: "MY", Continent: "AS"},
"GTN": {Country: "NZ", Continent: "OC"},
"GTO": {Country: "ID", Continent: "AS"},
"GTP": {Country: "US", Continent: "NA"},
"GTR": {Country: "US", Continent: "NA"},
"GTS": {Country: "AU", Continent: "OC"},
"GTT": {Country: "AU", Continent: "OC"},
"GTY": {Country: "US", Continent: "NA"},
"GTZ": {Country: "TZ", Continent: "AF"},
"GUA": {Country: "GT", Continent: "NA"},
"GUB": {Country: "MX", Continent: "NA"},
"GUC": {Country: "US", Continent: "NA"},
"GUD": {Country: "ML", Continent: "AF"},
"GUE": {Country: "PG", Continent: "OC"},
"GUF": {Country: "US", Continent: "NA"},
"GUG": {Country: "PG", Continent: "OC"},
"GUH": {Country: "AU", Continent: "OC"},
"GUI": {Country: "VE", Continent: "SA"},
"GUJ": {Country: "BR", Continent: "SA"},
"GUL": {Country: "AU", Continent: "OC"},
"GUM": {Country: "GU", Continent: "OC"},
"GUO": {Country: "SO", Continent: "AF"},
"GUP": {Country: "US", Continent: "NA"},
"GUQ": {Country: "VE", Continent: "SA"},
"GUR": {Country: "PG", Continent: "OC"},
"GUS": {Country: "US", Continent: "NA"},
"GUU": {Country: "IS", Continent: "EU"},
"GUV": {Country: "PG", Continent: "OC"},
"GUW": {Country: "KZ", Continent: "AS"},
"GUX": {Country: "IN", Continent: "AS"},
"GUY": {Country: "US", Continent: "NA"},
"GUZ": {Country: "BR", Continent: "SA"},
"GVA": {Country: "CH", Continent: "EU"},
"GVE": {Country: "US", Continent: "NA"},
"GVI": {Country: "PG", Continent: "OC"},
"GVL": {Country: "US", Continent: "NA"},
"GVN": {Country: "RU", Continent: "AS"},
"GVP": {Country: "AU", Continent: "OC"},
"GVR": {Country: "BR", Continent: "SA"},
"GVT": {Country: "US", Continent: "NA"},
"GVX": {Country: "SE", Continent: "EU"},
"GWA": {Country: "MM", Continent: "AS"},
"GWD": {Country: "PK", Continent: "AS"},
"GWE": {Country: "ZW", Continent: "AF"},
"GWL": {Country: "IN", Continent: "AS"},
"GWO": {Country: "US", Continent: "NA"},
"GWS": {Country: "US", Continent: "NA"},
"GWT": {Country: "DE", Continent: "EU"},
"GWV": {Country: "US", Continent: "NA"},
"GXF": {Country: "YE", Continent: "AS"},
"GXG": {Country: "AO", Continent: "AF"},
"GXH": {Country: "CN", Continent: "AS"},
"GXM": {Country: "ID", Continent: "AS"},
"GXQ": {Country: "CL", Continent: "SA"},
"GXX": {Country: "CM", Continent: "AF"},
"GXY": {Country: "US", Continent: "NA"},
"GYA": {Country: "BO", Continent: "SA"},
"GYB": {Country: "AU", Continent: "OC"},
"GYD": {Country: "AZ", Continent: "AS"},
"GYE": {Country: "EC", Continent: "SA"},
"GYG": {Country: "RU", Continent: "AS"},
"GYI": {Country: "RW", Continent: "AF"},
"GYL": {Country: "AU", Continent: "OC"},
"GYM": {Country: "MX", Continent: "NA"},
"GYN": {Country: "BR", Continent: "SA"},
"GYO": {Country: "ID", Continent: "AS"},
"GYP": {Country: "AU", Continent: "OC"},
"GYR": {Country: "US", Continent: "NA"},
"GYS": {Country: "CN", Continent: "AS"},
"GYU": {Country: "CN", Continent: "AS"},
"GYY": {Country: "US", Continent: "NA"},
"GYZ": {Country: "AU", Continent: "OC"},
"GZG": {Country: "CN", Continent: "AS"},
"GZI": {Country: "AF", Continent: "AS"},
"GZM": {Country: "MT", Continent: "EU"},
"GZO": {Country: "SB", Continent: "OC"},
"GZP": {Country: "TR", Continent: "AS"},
"GZT": {Country: "TR", Continent: "AS"},
"GZW": {Country: "IR", Continent: "AS"},
"HAA": {Country: "NO", Continent: "EU"},
"HAB": {Country: "US", Continent: "NA"},
"HAC": {Country: "JP", Continent: "AS"},
"HAD": {Country: "SE", Continent: "EU"},
"HAE": {Country: "US", Continent: "NA"},
"HAF": {Country: "US", Continent: "NA"},
"HAH": {Country: "KM", Continent: "AF"},
"HAI": {Country: "US", Continent: "NA"},
"HAJ": {Country: "DE", Continent: "EU"},
"HAK": {Country: "CN", Continent: "AS"},
"HAL": {Country: "NA", Continent: "AF"},
"HAM": {Country: "DE", Continent: "EU"},
"HAN": {Country: "VN", Continent: "AS"},
"HAO": {Country: "US", Continent: "NA"},
"HAP": {Country: "AU", Continent: "OC"},
"HAQ": {Country: "MV", Continent: "AS"},
"HAR": {Country: "US", Continent: "NA"},
"HAS": {Country: "SA", Continent: "AS"},
"HAT": {Country: "AU", Continent: "OC"},
"HAU": {Country: "NO", Continent: "EU"},
"HAV": {Country: "CU", Continent: "NA"},
"HAW": {Country: "GB", Continent: "EU"},
"HAY": {Country: "CO", Continent: "SA"},
"HAZ": {Country: "PG", Continent: "OC"},
"HBA": {Country: "AU", Continent: "OC"},
"HBB": {Country: "US", Continent: "NA"},
"HBD": {Country: "PG", Continent: "OC"},
"HBE": {Country: "EG", Continent: "AF"},
"HBG": {Country: "US", Continent: "NA"},
"HBH": {Country: "US", Continent: "NA"},
"HBK": {Country: "US", Continent: "NA"},
"HBQ": {Country: "CN", Continent: "AS"},
"HBR": {Country: "US", Continent: "NA"},
"HBT": {Country: "LK", Continent: "AS"},
"HBU": {Country: "MN", Continent: "AS"},
"HBX": {Country: "IN", Continent: "AS"},
"HCA": {Country: "US", Continent: "NA"},
"HCC": {Country: "US", Continent: "NA"},
"HCJ": {Country: "CN", Continent: "AS"},
"HCM": {Country: "SO", Continent: "AF"},
"HCN": {Country: "TW", Continent: "AS"},
"HCQ": {Country: "AU", Continent: "OC"},
"HCR": {Country: "US", Continent: "NA"},
"HCW": {Country: "US", Continent: "NA"},
"HCZ": {Country: "CN", Continent: "AS"},
"HDD": {Country: "PK", Continent: "AS"},
"HDE": {Country: "US", Continent: "NA"},
"HDF": {Country: "DE", Continent: "EU"},
"HDG": {Country: "CN", Continent: "AS"},
"HDH": {Country: "US", Continent: "OC"},
"HDK": {Country: "MV", Continent: "AS"},
"HDM": {Country: "IR", Continent: "AS"},
"HDN": {Country: "US", Continent: "NA"},
"HDO": {Country: "IN", Continent: "AS"},
"HDR": {Country: "IR", Continent: "AS"},
"HDS": {Country: "ZA", Continent: "AF"},
"HDY": {Country: "TH", Continent: "AS"},
"HEA": {Country: "AF", Continent: "AS"},
"HEB": {Country: "MM", Continent: "AS"},
"HED": {Country: "US", Continent: "NA"},
"HEE": {Country: "US", Continent: "NA"},
"HEG": {Country: "SD", Continent: "AF"},
"HEH": {Country: "MM", Continent: "AS"},
"HEI": {Country: "DE", Continent: "EU"},
"HEK": {Country: "CN", Continent: "AS"},
"HEL": {Country: "FI", Continent: "EU"},
"HEN": {Country: "FI", Continent: "EU"},
"HEO": {Country: "PG", Continent: "OC"},
"HER": {Country: "GR", Continent: "EU"},
"HES": {Country: "US", Continent: "NA"},
"HET": {Country: "CN", Continent: "AS"},
"HEW": {Country: "CN", Continent: "AS"},
"HEY": {Country: "US", Continent: "NA"},
"HEZ": {Country: "US", Continent: "NA"},
"HFA": {Country: "IL", Continent: "AS"},
"HFD": {Country: "US", Continent: "NA"},
"HFE": {Country: "CN", Continent: "AS"},
"HFF": {Country: "US", Continent: "NA"},
"HFN": {Country: "IS", Continent: "EU"},
"HFS": {Country: "SE", Continent: "EU"},
"HFT": {Country: "NO", Continent: "EU"},
"HGA": {Country: "SO", Continent: "AF"},
"HGD": {Country: "AU", Continent: "OC"},
"HGE": {Country: "VE", Continent: "SA"},
"HGH": {Country: "CN", Continent: "AS"},
"HGI": {Country: "IN", Continent: "AS"},
"HGL": {Country: "DE", Continent: "EU"},
"HGN": {Country: "TH", Continent: "AS"},
"HGO": {Country: "CI", Continent: "AF"},
"HGR": {Country: "US", Continent: "NA"},
"HGS": {Country: "SL", Continent: "AF"},
"HGT": {Country: "US", Continent: "NA"},
"HGU": {Country: "PG", Continent: "OC"},
"HGZ": {Country: "US", Continent: "NA"},
"HHE": {Country: "JP", Continent: "AS"},
"HHH": {Country: "US", Continent: "NA"},
"HHI": {Country: "US", Continent: "OC"},
"HHN": {Country: "DE", Continent: "EU"},
"HHP": {Country: "HK", Continent: "AS"},
"HHQ": {Country: "TH", Continent: "AS"},
"HHR": {Country: "US", Continent: "NA"},
"HHZ": {Country: "PF", Continent: "OC"},
"HIA": {Country: "CN", Continent: "AS"},
"HIB": {Country: "US", Continent: "NA"},
"HID": {Country: "AU", Continent: "OC"},
"HIE": {Country: "US", Continent: "NA"},
"HIF": {Country: "US", Continent: "NA"},
"HIG": {Country: "AU", Continent: "OC"},
"HII": {Country: "US", Continent: "NA"},
"HIJ": {Country: "JP", Continent: "AS"},
"HIL": {Country: "ET", Continent: "AF"},
"HIM": {Country: "LK", Continent: "AS"},
"HIN": {Country: "KR", Continent: "AS"},
"HIO": {Country: "US", Continent: "NA"},
"HIP": {Country: "AU", Continent: "OC"},
"HIR": {Country: "SB", Continent: "OC"},
"HIS": {Country: "AU", Continent: "OC"},
"HIT": {Country: "PG", Continent: "OC"},
"HIW": {Country: "JP", Continent: "AS"},
"HJB": {Country: "CN", Continent: "AS"},
"HJJ": {Country: "CN", Continent: "AS"},
"HJR": {Country: "IN", Continent: "AS"},
"HJT": {Country: "MN", Continent: "AS"},
"HKA": {Country: "US", Continent: "NA"},
"HKB": {Country: "US", Continent: "NA"},
"HKD": {Country: "JP", Continent: "AS"},
"HKG": {Country: "HK", Continent: "AS"},
"HKK": {Country: "NZ", Continent: "OC"},
"HKN": {Country: "PG", Continent: "OC"},
"HKR": {Country: "KE", Continent: "AF"},
"HKS": {Country: "US", Continent: "NA"},
"HKT": {Country: "TH", Continent: "AS"},
"HKY": {Country: "US", Continent: "NA"},
"HLA": {Country: "ZA", Continent: "AF"},
"HLB": {Country: "US", Continent: "NA"},
"HLC": {Country: "US", Continent: "NA"},
"HLD": {Country: "CN", Continent: "AS"},
"HLE": {Country: "SH", Continent: "AF"},
"HLF": {Country: "SE", Continent: "EU"},
"HLG": {Country: "US", Continent: "NA"},
"HLH": {Country: "CN", Continent: "AS"},
"HLI": {Country: "US", Continent: "NA"},
"HLJ": {Country: "CN", Continent: "AS"},
"HLL": {Country: "AU", Continent: "OC"},
"HLM": {Country: "US", Continent: "NA"},
"HLN": {Country: "US", Continent: "NA"},
"HLP": {Country: "ID", Continent: "AS"},
"HLR": {Country: "US", Continent: "NA"},
"HLS": {Country: "AU", Continent: "OC"},
"HLT": {Country: "AU", Continent: "OC"},
"HLV": {Country: "AU", Continent: "OC"},
"HLW": {Country: "ZA", Continent: "AF"},
"HLZ": {Country: "NZ", Continent: "OC"},
"HMA": {Country: "RU", Continent: "AS"},
"HMB": {Country: "EG", Continent: "AF"},
"HME": {Country: "DZ", Continent: "AF"},
"HMG": {Country: "AU", Continent: "OC"},
"HMI": {Country: "CN", Continent: "AS"},
"HMJ": {Country: "UA", Continent: "EU"},
"HMN": {Country: "US", Continent: "NA"},
"HMO": {Country: "MX", Continent: "NA"},
"HMR": {Country: "NO", Continent: "EU"},
"HMS": {Country: "ID", Continent: "AS"},
"HMT": {Country: "US", Continent: "NA"},
"HMV": {Country: "SE", Continent: "EU"},
"HMY": {Country: "KR", Continent: "AS"},
"HNA": {Country: "JP", Continent: "AS"},
"HNB": {Country: "US", Continent: "NA"},
"HNC": {Country: "US", Continent: "NA"},
"HND": {Country: "JP", Continent: "AS"},
"HNG": {Country: "CN", Continent: "AS"},
"HNH": {Country: "US", Continent: "NA"},
"HNI": {Country: "PG", Continent: "OC"},
"HNL": {Country: "US", Continent: "OC"},
"HNM": {Country: "US", Continent: "OC"},
"HNN": {Country: "PG", Continent: "OC"},
"HNS": {Country: "US", Continent: "NA"},
"HNY": {Country: "CN", Continent: "AS"},
"HOA": {Country: "KE", Continent: "AF"},
"HOB": {Country: "US", Continent: "NA"},
"HOC": {Country: "PG", Continent: "OC"},
"HOE": {Country: "LA", Continent: "AS"},
"HOF": {Country: "SA", Continent: "AS"},
"HOG": {Country: "CU", Continent: "NA"},
"HOH": {Country: "AT", Continent: "EU"},
"HOI": {Country: "PF", Continent: "OC"},
"HOK": {Country: "AU", Continent: "OC"},
"HOM": {Country: "US", Continent: "NA"},
"HON": {Country: "US", Continent: "NA"},
"HOO": {Country: "VN", Continent: "AS"},
"HOP": {Country: "US", Continent: "NA"},
"HOQ": {Country: "DE", Continent: "EU"},
"HOR": {Country: "PT", Continent: "EU"},
"HOS": {Country: "AR", Continent: "SA"},
"HOT": {Country: "US", Continent: "NA"},
"HOU": {Country: "US", Continent: "NA"},
"HOV": {Country: "NO", Continent: "EU"},
"HOX": {Country: "MM", Continent: "AS"},
"HPA": {Country: "TO", Continent: "OC"},
"HPB": {Country: "US", Continent: "NA"},
"HPE": {Country: "AU", Continent: "OC"},
"HPG": {Country: "CN", Continent: "AS"},
"HPH": {Country: "VN", Continent: "AS"},
"HPN": {Country: "US", Continent: "NA"},
"HPR": {Country: "ZA", Continent: "AF"},
"HPT": {Country: "US", Continent: "NA"},
"HPV": {Country: "US", Continent: "OC"},
"HPY": {Country: "US", Continent: "NA"},
"HQL": {Country: "CN", Continent: "AS"},
"HQM": {Country: "US", Continent: "NA"},
"HQQ": {Country: "CN", Continent: "AS"},
"HRA": {Country: "CZ", Continent: "EU"},
"HRB": {Country: "CN", Continent: "AS"},
"HRC": {Country: "KZ", Continent: "AS"},
"HRE": {Country: "ZW", Continent: "AF"},
"HRF": {Country: "MV", Continent: "AS"},
"HRG": {Country: "EG", Continent: "AF"},
"HRH": {Country: "IN", Continent: "AS"},
"HRI": {Country: "LK", Continent: "AS"},
"HRK": {Country: "UA", Continent: "EU"},
"HRL": {Country: "US", Continent: "NA"},
"HRM": {Country: "DZ", Continent: "AF"},
"HRO": {Country: "US", Continent: "NA"},
"HRR": {Country: "CO", Continent: "SA"},
"HRS": {Country: "ZA", Continent: "AF"},
"HRY": {Country: "AU", Continent: "OC"},
"HRZ": {Country: "BR", Continent: "SA"},
"HSA": {Country: "KZ", Continent: "AS"},
"HSB": {Country: "US", Continent: "NA"},
"HSC": {Country: "CN", Continent: "AS"},
"HSF": {Country: "CN", Continent: "AS"},
"HSG": {Country: "JP", Continent: "AS"},
"HSH": {Country: "US", Continent: "NA"},
"HSI": {Country: "US", Continent: "NA"},
"HSJ": {Country: "CN", Continent: "AS"},
"HSK": {Country: "ES", Continent: "EU"},
"HSL": {Country: "US", Continent: "NA"},
"HSM": {Country: "AU", Continent: "OC"},
"HSN": {Country: "CN", Continent: "AS"},
"HSP": {Country: "US", Continent: "NA"},
"HSR": {Country: "IN", Continent: "AS"},
"HSS": {Country: "IN", Continent: "AS"},
"HST": {Country: "US", Continent: "NA"},
"HSV": {Country: "US", Continent: "NA"},
"HSZ": {Country: "TW", Continent: "AS"},
"HTA": {Country: "RU", Continent: "AS"},
"HTG": {Country: "RU", Continent: "AS"},
"HTH": {Country: "US", Continent: "NA"},
"HTI": {Country: "AU", Continent: "OC"},
"HTL": {Country: "US", Continent: "NA"},
"HTM": {Country: "MN", Continent: "AS"},
"HTN": {Country: "CN", Continent: "AS"},
"HTO": {Country: "US", Continent: "NA"},
"HTR": {Country: "JP", Continent: "AS"},
"HTS": {Country: "US", Continent: "NA"},
"HTT": {Country: "CN", Continent: "AS"},
"HTU": {Country: "AU", Continent: "OC"},
"HTV": {Country: "US", Continent: "NA"},
"HTW": {Country: "US", Continent: "NA"},
"HTY": {Country: "TR", Continent: "AS"},
"HTZ": {Country: "CO", Continent: "SA"},
"HUA": {Country: "US", Continent: "NA"},
"HUB": {Country: "AU", Continent: "OC"},
"HUC": {Country: "PR", Continent: "NA"},
"HUD": {Country: "US", Continent: "NA"},
"HUE": {Country: "ET", Continent: "AF"},
"HUF": {Country: "US", Continent: "NA"},
"HUG": {Country: "GT", Continent: "NA"},
"HUH": {Country: "PF", Continent: "OC"},
"HUI": {Country: "VN", Continent: "AS"},
"HUJ": {Country: "US", Continent: "NA"},
"HUK": {Country: "BW", Continent: "AF"},
"HUL": {Country: "US", Continent: "NA"},
"HUM": {Country: "US", Continent: "NA"},
"HUN": {Country: "TW", Continent: "AS"},
"HUO": {Country: "CN", Continent: "AS"},
"HUQ": {Country: "LY", Continent: "AF"},
"HUS": {Country: "US", Continent: "NA"},
"HUT": {Country: "US", Continent: "NA"},
"HUU": {Country: "PE", Continent: "SA"},
"HUV": {Country: "SE", Continent: "EU"},
"HUW": {Country: "BR", Continent: "SA"},
"HUX": {Country: "MX", Continent: "NA"},
"HUY": {Country: "GB", Continent: "EU"},
"HUZ": {Country: "CN", Continent: "AS"},
"HVA": {Country: "MG", Continent: "AF"},
"HVB": {Country: "AU", Continent: "OC"},
"HVD": {Country: "MN", Continent: "AS"},
"HVE": {Country: "US", Continent: "NA"},
"HVG": {Country: "NO", Continent: "EU"},
"HVK": {Country: "IS", Continent: "EU"},
"HVN": {Country: "US", Continent: "NA"},
"HVR": {Country: "US", Continent: "NA"},
"HVS": {Country: "US", Continent: "NA"},
"HWA": {Country: "PG", Continent: "OC"},
"HWD": {Country: "US", Continent: "NA"},
"HWI": {Country: "US", Continent: "NA"},
"HWK": {Country: "AU", Continent: "OC"},
"HWN": {Country: "ZW", Continent: "AF"},
"HWO": {Country: "US", Continent: "NA"},
"HWR": {Country: "IN", Continent: "AS"},
"HXD": {Country: "CN", Continent: "AS"},
"HXX": {Country: "AU", Continent: "OC"},
"HYA": {Country: "US", Continent: "NA"},
"HYC": {Country: "GB", Continent: "EU"},
"HYD": {Country: "IN", Continent: "AS"},
"HYF": {Country: "PG", Continent: "OC"},
"HYG": {Country: "US", Continent: "NA"},
"HYL": {Country: "US", Continent: "NA"},
"HYN": {Country: "CN", Continent: "AS"},
"HYR": {Country: "US", Continent: "NA"},
"HYS": {Country: "US", Continent: "NA"},
"HYV": {Country: "FI", Continent: "EU"},
"HZA": {Country: "CN", Continent: "AS"},
"HZB": {Country: "FR", Continent: "EU"},
"HZG": {Country: "CN", Continent: "AS"},
"HZH": {Country: "CN", Continent: "AS"},
"HZK": {Country: "IS", Continent: "EU"},
"HZL": {Country: "US", Continent: "NA"},
"HZP": {Country: "CA", Continent: "NA"},
"HZU": {Country: "CN", Continent: "AS"},
"HZV": {Country: "ZA", Continent: "AF"},
"IAA": {Country: "RU", Continent: "AS"},
"IAB": {Country: "US", Continent: "NA"},
"IAD": {Country: "US", Continent: "NA"},
"IAG": {Country: "US", Continent: "NA"},
"IAH": {Country: "US", Continent: "NA"},
"IAL": {Country: "PG", Continent: "OC"},
"IAM": {Country: "DZ", Continent: "AF"},
"IAN": {Country: "US", Continent: "NA"},
"IAO": {Country: "PH", Continent: "AS"},
"IAQ": {Country: "IR", Continent: "AS"},
"IAR": {Country: "RU", Continent: "EU"},
"IAS": {Country: "RO", Continent: "EU"},
"IAX": {Country: "ID", Continent: "AS"},
"IBA": {Country: "NG", Continent: "AF"},
"IBB": {Country: "EC", Continent: "SA"},
"IBE": {Country: "CO", Continent: "SA"},
"IBI": {Country: "PG", Continent: "OC"},
"IBL": {Country: "MZ", Continent: "AF"},
"IBM": {Country: "AU", Continent: "OC"},
"IBO": {Country: "MZ", Continent: "AF"},
"IBP": {Country: "PE", Continent: "SA"},
"IBR": {Country: "JP", Continent: "AS"},
"IBZ": {Country: "ES", Continent: "EU"},
"ICA": {Country: "VE", Continent: "SA"},
"ICC": {Country: "VE", Continent: "SA"},
"ICI": {Country: "FJ", Continent: "OC"},
"ICK": {Country: "SR", Continent: "SA"},
"ICL": {Country: "US", Continent: "NA"},
"ICN": {Country: "KR", Continent: "AS"},
"ICO": {Country: "PH", Continent: "AS"},
"ICS": {Country: "US", Continent: "NA"},
"ICT": {Country: "US", Continent: "NA"},
"ICY": {Country: "US", Continent: "NA"},
"IDA": {Country: "US", Continent: "NA"},
"IDB": {Country: "SE", Continent: "EU"},
"IDF": {Country: "CD", Continent: "AF"},
"IDG": {Country: "US", Continent: "NA"},
"IDH": {Country: "US", Continent: "NA"},
"IDI": {Country: "US", Continent: "NA"},
"IDK": {Country: "AU", Continent: "OC"},
"IDN": {Country: "PG", Continent: "OC"},
"IDO": {Country: "BR", Continent: "SA"},
"IDP": {Country: "US", Continent: "NA"},
"IDR": {Country: "IN", Continent: "AS"},
"IDY": {Country: "FR", Continent: "EU"},
"IEG": {Country: "PL", Continent: "EU"},
"IEJ": {Country: "JP", Continent: "AS"},
"IES": {Country: "DE", Continent: "EU"},
"IEV": {Country: "UA", Continent: "EU"},
"IFA": {Country: "US", Continent: "NA"},
"IFF": {Country: "AU", Continent: "OC"},
"IFH": {Country: "IR", Continent: "AS"},
"IFJ": {Country: "IS", Continent: "EU"},
"IFL": {Country: "AU", Continent: "OC"},
"IFN": {Country: "IR", Continent: "AS"},
"IFO": {Country: "UA", Continent: "EU"},
"IFP": {Country: "US", Continent: "NA"},
"IFU": {Country: "MV", Continent: "AS"},
"IGA": {Country: "BS", Continent: "NA"},
"IGB": {Country: "AR", Continent: "SA"},
"IGD": {Country: "TR", Continent: "AS"},
"IGE": {Country: "GA", Continent: "AF"},
"IGG": {Country: "US", Continent: "NA"},
"IGH": {Country: "AU", Continent: "OC"},
"IGL": {Country: "TR", Continent: "AS"},
"IGM": {Country: "US", Continent: "NA"},
"IGN": {Country: "PH", Continent: "AS"},
"IGO": {Country: "CO", Continent: "SA"},
"IGR": {Country: "AR", Continent: "SA"},
"IGS": {Country: "DE", Continent: "EU"},
"IGT": {Country: "RU", Continent: "AS"},
"IGU": {Country: "BR", Continent: "SA"},
"IHC": {Country: "MZ", Continent: "AF"},
"IHN": {Country: "YE", Continent: "AS"},
"IHO": {Country: "MG", Continent: "AF"},
"IHR": {Country: "IR", Continent: "AS"},
"IHU": {Country: "PG", Continent: "OC"},
"IIA": {Country: "IE", Continent: "EU"},
"IIL": {Country: "IR", Continent: "AS"},
"IIS": {Country: "PG", Continent: "OC"},
"IJK": {Country: "RU", Continent: "AS"},
"IJU": {Country: "BR", Continent: "SA"},
"IJX": {Country: "US", Continent: "NA"},
"IKA": {Country: "IR", Continent: "AS"},
"IKB": {Country: "US", Continent: "NA"},
"IKE": {Country: "GL", Continent: "NA"},
"IKG": {Country: "KG", Continent: "AS"},
"IKI": {Country: "JP", Continent: "AS"},
"IKK": {Country: "US", Continent: "NA"},
"IKL": {Country: "CD", Continent: "AF"},
"IKO": {Country: "US", Continent: "NA"},
"IKP": {Country: "AU", Continent: "OC"},
"IKS": {Country: "RU", Continent: "AS"},
"IKT": {Country: "RU", Continent: "AS"},
"IKU": {Country: "KG", Continent: "AS"},
"ILA": {Country: "ID", Continent: "AS"},
"ILD": {Country: "ES", Continent: "EU"},
"ILE": {Country: "US", Continent: "NA"},
"ILF": {Country: "CA", Continent: "NA"},
"ILG": {Country: "US", Continent: "NA"},
"ILH": {Country: "DE", Continent: "EU"},
"ILI": {Country: "US", Continent: "NA"},
"ILK": {Country: "MG", Continent: "AF"},
"ILL": {Country: "US", Continent: "NA"},
"ILM": {Country: "US", Continent: "NA"},
"ILN": {Country: "US", Continent: "NA"},
"ILO": {Country: "PH", Continent: "AS"},
"ILP": {Country: "NC", Continent: "OC"},
"ILQ": {Country: "PE", Continent: "SA"},
"ILR": {Country: "NG", Continent: "AF"},
"ILS": {Country: "SV", Continent: "NA"},
"ILU": {Country: "KE", Continent: "AF"},
"ILY": {Country: "GB", Continent: "EU"},
"ILZ": {Country: "SK", Continent: "EU"},
"IMA": {Country: "PG", Continent: "OC"},
"IMB": {Country: "GY", Continent: "SA"},
"IMD": {Country: "PG", Continent: "OC"},
"IMF": {Country: "IN", Continent: "AS"},
"IMG": {Country: "MZ", Continent: "AF"},
"IMI": {Country: "MH", Continent: "OC"},
"IMK": {Country: "NP", Continent: "AS"},
"IML": {Country: "US", Continent: "NA"},
"IMM": {Country: "US", Continent: "NA"},
"IMN": {Country: "PG", Continent: "OC"},
"IMO": {Country: "CF", Continent: "AF"},
"IMP": {Country: "BR", Continent: "SA"},
"IMQ": {Country: "IR", Continent: "AS"},
"IMT": {Country: "US", Continent: "NA"},
"IMZ": {Country: "AF", Continent: "AS"},
"INA": {Country: "RU", Continent: "EU"},
"INB": {Country: "BZ", Continent: "NA"},
"INC": {Country: "CN", Continent: "AS"},
"IND": {Country: "US", Continent: "NA"},
"INE": {Country: "MZ", Continent: "AF"},
"INF": {Country: "DZ", Continent: "AF"},
"INH": {Country: "MZ", Continent: "AF"},
"INI": {Country: "RS", Continent: "EU"},
"INJ": {Country: "AU", Continent: "OC"},
"INK": {Country: "US", Continent: "NA"},
"INL": {Country: "US", Continent: "NA"},
"INM": {Country: "AU", Continent: "OC"},
"INN": {Country: "AT", Continent: "EU"},
"INO": {Country: "CD", Continent: "AF"},
"INQ": {Country: "IE", Continent: "EU"},
"INS": {Country: "US", Continent: "NA"},
"INT": {Country: "US", Continent: "NA"},
"INU": {Country: "NR", Continent: "OC"},
"INV": {Country: "GB", Continent: "EU"},
"INW": {Country: "US", Continent: "NA"},
"INX": {Country: "ID", Continent: "AS"},
"INY": {Country: "ZA", Continent: "AF"},
"INZ": {Country: "DZ", Continent: "AF"},
"IOA": {Country: "GR", Continent: "EU"},
"IOK": {Country: "PG", Continent: "OC"},
"IOM": {Country: "IM", Continent: "EU"},
"ION": {Country: "CG", Continent: "AF"},
"IOP": {Country: "PG", Continent: "OC"},
"IOQ": {Country: "GL", Continent: "NA"},
"IOR": {Country: "IE", Continent: "EU"},
"IOS": {Country: "BR", Continent: "SA"},
"IOT": {Country: "GL", Continent: "NA"},
"IOW": {Country: "US", Continent: "NA"},
"IPA": {Country: "VU", Continent: "OC"},
"IPC": {Country: "CL", Continent: "SA"},
"IPE": {Country: "PH", Continent: "AS"},
"IPG": {Country: "BR", Continent: "SA"},
"IPH": {Country: "MY", Continent: "AS"},
"IPI": {Country: "CO", Continent: "SA"},
"IPL": {Country: "US", Continent: "NA"},
"IPN": {Country: "BR", Continent: "SA"},
"IPT": {Country: "US", Continent: "NA"},
"IPU": {Country: "BR", Continent: "SA"},
"IPZ": {Country: "CR", Continent: "NA"},
"IQA": {Country: "IQ", Continent: "AS"},
"IQM": {Country: "CN", Continent: "AS"},
"IQN": {Country: "CN", Continent: "AS"},
"IQQ": {Country: "CL", Continent: "SA"},
"IQT": {Country: "PE", Continent: "SA"},
"IRA": {Country: "SB", Continent: "OC"},
"IRB": {Country: "US", Continent: "NA"},
"IRC": {Country: "US", Continent: "NA"},
"IRD": {Country: "BD", Continent: "AS"},
"IRE": {Country: "BR", Continent: "SA"},
"IRG": {Country: "AU", Continent: "OC"},
"IRI": {Country: "TZ", Continent: "AF"},
"IRJ": {Country: "AR", Continent: "SA"},
"IRK": {Country: "US", Continent: "NA"},
"IRM": {Country: "RU", Continent: "AS"},
"IRN": {Country: "HN", Continent: "NA"},
"IRO": {Country: "CF", Continent: "AF"},
"IRP": {Country: "CD", Continent: "AF"},
"IRS": {Country: "US", Continent: "NA"},
"IRU": {Country: "LK", Continent: "AS"},
"IRZ": {Country: "BR", Continent: "SA"},
"ISA": {Country: "AU", Continent: "OC"},
"ISB": {Country: "PK", Continent: "AS"},
"ISC": {Country: "GB", Continent: "EU"},
"ISD": {Country: "CO", Continent: "SA"},
"ISE": {Country: "TR", Continent: "AS"},
"ISG": {Country: "JP", Continent: "AS"},
"ISI": {Country: "AU", Continent: "OC"},
"ISJ": {Country: "MX", Continent: "NA"},
"ISK": {Country: "IN", Continent: "AS"},
"ISL": {Country: "TR", Continent: "EU"},
"ISM": {Country: "US", Continent: "NA"},
"ISO": {Country: "US", Continent: "NA"},
"ISP": {Country: "US", Continent: "NA"},
"ISQ": {Country: "US", Continent: "NA"},
"ISS": {Country: "US", Continent: "NA"},
"IST": {Country: "TR", Continent: "EU"},
"ISU": {Country: "IQ", Continent: "AS"},
"ISW": {Country: "US", Continent: "NA"},
"ITA": {Country: "BR", Continent: "SA"},
"ITB": {Country: "BR", Continent: "SA"},
"ITE": {Country: "BR", Continent: "SA"},
"ITH": {Country: "US", Continent: "NA"},
"ITI": {Country: "BR", Continent: "SA"},
"ITJ": {Country: "BR", Continent: "SA"},
"ITK": {Country: "PG", Continent: "OC"},
"ITM": {Country: "JP", Continent: "AS"},
"ITN": {Country: "BR", Continent: "SA"},
"ITO": {Country: "US", Continent: "OC"},
"ITP": {Country: "BR", Continent: "SA"},
"ITQ": {Country: "BR", Continent: "SA"},
"ITR": {Country: "BR", Continent: "SA"},
"ITU": {Country: "RU", Continent: "AS"},
"IUA": {Country: "US", Continent: "NA"},
"IUE": {Country: "NU", Continent: "OC"},
"IUI": {Country: "GL", Continent: "NA"},
"IUL": {Country: "ID", Continent: "AS"},
"IUP": {Country: "BR", Continent: "SA"},
"IVA": {Country: "MG", Continent: "AF"},
"IVC": {Country: "NZ", Continent: "OC"},
"IVG": {Country: "ME", Continent: "EU"},
"IVI": {Country: "PA", Continent: "NA"},
"IVL": {Country: "FI", Continent: "EU"},
"IVO": {Country: "CO", Continent: "SA"},
"IVR": {Country: "AU", Continent: "OC"},
"IVW": {Country: "AU", Continent: "OC"},
"IWA": {Country: "RU", Continent: "EU"},
"IWD": {Country: "US", Continent: "NA"},
"IWJ": {Country: "JP", Continent: "AS"},
"IWK": {Country: "JP", Continent: "AS"},
"IWO": {Country: "JP", Continent: "AS"},
"IWS": {Country: "US", Continent: "NA"},
"IXA": {Country: "IN", Continent: "AS"},
"IXB": {Country: "IN", Continent: "AS"},
"IXC": {Country: "IN", Continent: "AS"},
"IXD": {Country: "IN", Continent: "AS"},
"IXE": {Country: "IN", Continent: "AS"},
"IXG": {Country: "IN", Continent: "AS"},
"IXH": {Country: "IN", Continent: "AS"},
"IXI": {Country: "IN", Continent: "AS"},
"IXJ": {Country: "IN", Continent: "AS"},
"IXK": {Country: "IN", Continent: "AS"},
"IXL": {Country: "IN", Continent: "AS"},
"IXM": {Country: "IN", Continent: "AS"},
"IXN": {Country: "IN", Continent: "AS"},
"IXP": {Country: "IN", Continent: "AS"},
"IXQ": {Country: "IN", Continent: "AS"},
"IXR": {Country: "IN", Continent: "AS"},
"IXS": {Country: "IN", Continent: "AS"},
"IXT": {Country: "IN", Continent: "AS"},
"IXU": {Country: "IN", Continent: "AS"},
"IXV": {Country: "IN", Continent: "AS"},
"IXW": {Country: "IN", Continent: "AS"},
"IXX": {Country: "IN", Continent: "AS"},
"IXY": {Country: "IN", Continent: "AS"},
"IXZ": {Country: "IN", Continent: "AS"},
"IYK": {Country: "US", Continent: "NA"},
"IZA": {Country: "BR", Continent: "SA"},
"IZE": {Country: "DE", Continent: "EU"},
"IZM": {Country: "TR", Continent: "AS"},
"IZO": {Country: "JP", Continent: "AS"},
"IZT": {Country: "MX", Continent: "NA"},
"JAA": {Country: "AF", Continent: "AS"},
"JAB": {Country: "AU", Continent: "OC"},
"JAC": {Country: "US", Continent: "NA"},
"JAD": {Country: "AU", Continent: "OC"},
"JAE": {Country: "PE", Continent: "SA"},
"JAF": {Country: "LK", Continent: "AS"},
"JAG": {Country: "PK", Continent: "AS"},
"JAH": {Country: "FR", Continent: "EU"},
"JAI": {Country: "IN", Continent: "AS"},
"JAK": {Country: "HT", Continent: "NA"},
"JAL": {Country: "MX", Continent: "NA"},
"JAM": {Country: "BG", Continent: "EU"},
"JAN": {Country: "US", Continent: "NA"},
"JAP": {Country: "CR", Continent: "NA"},
"JAQ": {Country: "PG", Continent: "OC"},
"JAR": {Country: "IR", Continent: "AS"},
"JAS": {Country: "US", Continent: "NA"},
"JAT": {Country: "MH", Continent: "OC"},
"JAU": {Country: "PE", Continent: "SA"},
"JAV": {Country: "GL", Continent: "NA"},
"JAW": {Country: "BR", Continent: "SA"},
"JAX": {Country: "US", Continent: "NA"},
"JBB": {Country: "ID", Continent: "AS"},
"JBK": {Country: "CN", Continent: "AS"},
"JBQ": {Country: "DO", Continent: "NA"},
"JBR": {Country: "US", Continent: "NA"},
"JBS": {Country: "BR", Continent: "SA"},
"JBT": {Country: "US", Continent: "NA"},
"JCB": {Country: "BR", Continent: "SA"},
"JCH": {Country: "GL", Continent: "NA"},
"JCI": {Country: "US", Continent: "NA"},
"JCJ": {Country: "KR", Continent: "AS"},
"JCK": {Country: "AU", Continent: "OC"},
"JCL": {Country: "CZ", Continent: "EU"},
"JCM": {Country: "BR", Continent: "SA"},
"JCO": {Country: "MT", Continent: "EU"},
"JCR": {Country: "BR", Continent: "SA"},
"JCS": {Country: "BR", Continent: "SA"},
"JCT": {Country: "US", Continent: "NA"},
"JCU": {Country: "ES", Continent: "AF"},
"JCY": {Country: "US", Continent: "NA"},
"JDA": {Country: "US", Continent: "NA"},
"JDE": {Country: "CN", Continent: "AS"},
"JDF": {Country: "BR", Continent: "SA"},
"JDG": {Country: "KR", Continent: "AS"},
"JDH": {Country: "IN", Continent: "AS"},
"JDN": {Country: "US", Continent: "NA"},
"JDO": {Country: "BR", Continent: "SA"},
"JDR": {Country: "BR", Continent: "SA"},
"JDZ": {Country: "CN", Continent: "AS"},
"JED": {Country: "SA", Continent: "AS"},
"JEE": {Country: "HT", Continent: "NA"},
"JEF": {Country: "US", Continent: "NA"},
"JEG": {Country: "GL", Continent: "NA"},
"JEJ": {Country: "MH", Continent: "OC"},
"JEK": {Country: "ZM", Continent: "AF"},
"JEQ": {Country: "BR", Continent: "SA"},
"JER": {Country: "JE", Continent: "EU"},
"JFK": {Country: "US", Continent: "NA"},
"JFM": {Country: "AU", Continent: "OC"},
"JFN": {Country: "US", Continent: "NA"},
"JFR": {Country: "GL", Continent: "NA"},
"JGA": {Country: "IN", Continent: "AS"},
"JGB": {Country: "IN", Continent: "AS"},
"JGD": {Country: "CN", Continent: "AS"},
"JGN": {Country: "CN", Continent: "AS"},
"JGO": {Country: "GL", Continent: "NA"},
"JGR": {Country: "GL", Continent: "NA"},
"JGS": {Country: "CN", Continent: "AS"},
"JHB": {Country: "MY", Continent: "AS"},
"JHF": {Country: "BR", Continent: "SA"},
"JHG": {Country: "CN", Continent: "AS"},
"JHL": {Country: "CA", Continent: "NA"},
"JHM": {Country: "US", Continent: "OC"},
"JHN": {Country: "ID", Continent: "AS"},
"JHS": {Country: "GL", Continent: "NA"},
"JHW": {Country: "US", Continent: "NA"},
"JIA": {Country: "BR", Continent: "SA"},
"JIB": {Country: "DJ", Continent: "AF"},
"JIC": {Country: "CN", Continent: "AS"},
"JID": {Country: "US", Continent: "NA"},
"JIJ": {Country: "ET", Continent: "AF"},
"JIK": {Country: "GR", Continent: "EU"},
"JIL": {Country: "CN", Continent: "AS"},
"JIM": {Country: "ET", Continent: "AF"},
"JIN": {Country: "UG", Continent: "AF"},
"JIO": {Country: "ID", Continent: "AS"},
"JIP": {Country: "EC", Continent: "SA"},
"JIQ": {Country: "CN", Continent: "AS"},
"JIR": {Country: "NP", Continent: "AS"},
"JIU": {Country: "CN", Continent: "AS"},
"JJD": {Country: "BR", Continent: "SA"},
"JJG": {Country: "BR", Continent: "SA"},
"JJI": {Country: "PE", Continent: "SA"},
"JJM": {Country: "KE", Continent: "AF"},
"JJN": {Country: "CN", Continent: "AS"},
"JJU": {Country: "GL", Continent: "NA"},
"JKG": {Country: "SE", Continent: "EU"},
"JKH": {Country: "GR", Continent: "EU"},
"JKL": {Country: "GR", Continent: "EU"},
"JKR": {Country: "NP", Continent: "AS"},
"JKV": {Country: "US", Continent: "NA"},
"JLA": {Country: "US", Continent: "NA"},
"JLG": {Country: "IN", Continent: "AS"},
"JLN": {Country: "US", Continent: "NA"},
"JLR": {Country: "IN", Continent: "AS"},
"JLS": {Country: "BR", Continent: "SA"},
"JMA": {Country: "BR", Continent: "SA"},
"JMB": {Country: "AO", Continent: "AF"},
"JMJ": {Country: "CN", Continent: "AS"},
"JMK": {Country: "GR", Continent: "EU"},
"JMO": {Country: "NP", Continent: "AS"},
"JMR": {Country: "BR", Continent: "SA"},
"JMS": {Country: "US", Continent: "NA"},
"JMU": {Country: "CN", Continent: "AS"},
"JNA": {Country: "BR", Continent: "SA"},
"JNB": {Country: "ZA", Continent: "AF"},
"JNG": {Country: "CN", Continent: "AS"},
"JNH": {Country: "CN", Continent: "AS"},
"JNJ": {Country: "OM", Continent: "AS"},
"JNN": {Country: "GL", Continent: "NA"},
"JNS": {Country: "GL", Continent: "NA"},
"JNU": {Country: "US", Continent: "NA"},
"JNX": {Country: "GR", Continent: "EU"},
"JNZ": {Country: "CN", Continent: "AS"},
"JOE": {Country: "FI", Continent: "EU"},
"JOG": {Country: "ID", Continent: "AS"},
"JOH": {Country: "ZA", Continent: "AF"},
"JOI": {Country: "BR", Continent: "SA"},
"JOJ": {Country: "CA", Continent: "NA"},
"JOK": {Country: "RU", Continent: "AS"},
"JOL": {Country: "PH", Continent: "AS"},
"JOM": {Country: "TZ", Continent: "AF"},
"JOP": {Country: "PG", Continent: "OC"},
"JOS": {Country: "NG", Continent: "AF"},
"JOT": {Country: "US", Continent: "NA"},
"JPA": {Country: "BR", Continent: "SA"},
"JPE": {Country: "BR", Continent: "SA"},
"JPN": {Country: "US", Continent: "NA"},
"JPO": {Country: "BR", Continent: "SA"},
"JPR": {Country: "BR", Continent: "SA"},
"JPY": {Country: "BR", Continent: "SA"},
"JQA": {Country: "GL", Continent: "NA"},
"JQE": {Country: "PA", Continent: "NA"},
"JRA": {Country: "US", Continent: "NA"},
"JRB": {Country: "US", Continent: "NA"},
"JRF": {Country: "US", Continent: "OC"},
"JRG": {Country: "IN", Continent: "AS"},
"JRH": {Country: "IN", Continent: "AS"},
"JRJ": {Country: "CN", Continent: "AS"},
"JRK": {Country: "GL", Continent: "NA"},
"JRN": {Country: "BR", Continent: "SA"},
"JRO": {Country: "TZ", Continent: "AF"},
"JRT": {Country: "BR", Continent: "SA"},
"JSA": {Country: "IN", Continent: "AS"},
"JSB": {Country: "BR", Continent: "SA"},
"JSH": {Country: "GR", Continent: "EU"},
"JSI": {Country: "GR", Continent: "EU"},
"JSJ": {Country: "CN", Continent: "AS"},
"JSK": {Country: "IR", Continent: "AS"},
"JSM": {Country: "AR", Continent: "SA"},
"JSO": {Country: "BR", Continent: "SA"},
"JSR": {Country: "BD", Continent: "AS"},
"JST": {Country: "US", Continent: "NA"},
"JSU": {Country: "GL", Continent: "NA"},
"JSY": {Country: "GR", Continent: "EU"},
"JTA": {Country: "BR", Continent: "SA"},
"JTC": {Country: "BR", Continent: "SA"},
"JTI": {Country: "BR", Continent: "SA"},
"JTN": {Country: "BR", Continent: "SA"},
"JTR": {Country: "GR", Continent: "EU"},
"JTY": {Country: "GR", Continent: "EU"},
"JUA": {Country: "BR", Continent: "SA"},
"JUB": {Country: "SS", Continent: "AF"},
"JUH": {Country: "CN", Continent: "AS"},
"JUI": {Country: "DE", Continent: "EU"},
"JUJ": {Country: "AR", Continent: "SA"},
"JUK": {Country: "GL", Continent: "NA"},
"JUL": {Country: "PE", Continent: "SA"},
"JUM": {Country: "NP", Continent: "AS"},
"JUN": {Country: "AU", Continent: "OC"},
"JUO": {Country: "CO", Continent: "SA"},
"JUR": {Country: "AU", Continent: "OC"},
"JUT": {Country: "HN", Continent: "NA"},
"JUU": {Country: "GL", Continent: "NA"},
"JUV": {Country: "GL", Continent: "NA"},
"JUZ": {Country: "CN", Continent: "AS"},
"JVA": {Country: "MG", Continent: "AF"},
"JVI": {Country: "US", Continent: "NA"},
"JVL": {Country: "US", Continent: "NA"},
"JWA": {Country: "BW", Continent: "AF"},
"JWN": {Country: "IR", Continent: "AS"},
"JWO": {Country: "KR", Continent: "AS"},
"JXA": {Country: "CN", Continent: "AS"},
"JXN": {Country: "US", Continent: "NA"},
"JYR": {Country: "IR", Continent: "AS"},
"JYV": {Country: "FI", Continent: "EU"},
"JZH": {Country: "CN", Continent: "AS"},
"KAA": {Country: "ZM", Continent: "AF"},
"KAB": {Country: "ZW", Continent: "AF"},
"KAC": {Country: "SY", Continent: "AS"},
"KAD": {Country: "NG", Continent: "AF"},
"KAE": {Country: "US", Continent: "NA"},
"KAF": {Country: "PG", Continent: "OC"},
"KAG": {Country: "KR", Continent: "AS"},
"KAH": {Country: "AU", Continent: "OC"},
"KAI": {Country: "GY", Continent: "SA"},
"KAJ": {Country: "FI", Continent: "EU"},
"KAK": {Country: "PG", Continent: "OC"},
"KAL": {Country: "US", Continent: "NA"},
"KAM": {Country: "YE", Continent: "AS"},
"KAN": {Country: "NG", Continent: "AF"},
"KAO": {Country: "FI", Continent: "EU"},
"KAP": {Country: "CD", Continent: "AF"},
"KAQ": {Country: "PG", Continent: "OC"},
"KAR": {Country: "GY", Continent: "SA"},
"KAS": {Country: "NA", Continent: "AF"},
"KAT": {Country: "NZ", Continent: "OC"},
"KAU": {Country: "FI", Continent: "EU"},
"KAV": {Country: "VE", Continent: "SA"},
"KAW": {Country: "MM", Continent: "AS"},
"KAX": {Country: "AU", Continent: "OC"},
"KAY": {Country: "FJ", Continent: "OC"},
"KAZ": {Country: "ID", Continent: "AS"},
"KBA": {Country: "SL", Continent: "AF"},
"KBB": {Country: "AU", Continent: "OC"},
"KBC": {Country: "US", Continent: "NA"},
"KBD": {Country: "AU", Continent: "OC"},
"KBE": {Country: "US", Continent: "NA"},
"KBF": {Country: "ID", Continent: "AS"},
"KBH": {Country: "TZ", Continent: "AF"},
"KBI": {Country: "CM", Continent: "AF"},
"KBJ": {Country: "AU", Continent: "OC"},
"KBK": {Country: "IN", Continent: "AS"},
"KBL": {Country: "AF", Continent: "AS"},
"KBM": {Country: "PG", Continent: "OC"},
"KBN": {Country: "CD", Continent: "AF"},
"KBO": {Country: "CD", Continent: "AF"},
"KBP": {Country: "UA", Continent: "EU"},
"KBQ": {Country: "MW", Continent: "AF"},
"KBR": {Country: "MY", Continent: "AS"},
"KBS": {Country: "SL", Continent: "AF"},
"KBT": {Country: "MH", Continent: "OC"},
"KBU": {Country: "ID", Continent: "AS"},
"KBV": {Country: "TH", Continent: "AS"},
"KBW": {Country: "US", Continent: "NA"},
"KBX": {Country: "ID", Continent: "AS"},
"KBY": {Country: "AU", Continent: "OC"},
"KBZ": {Country: "NZ", Continent: "OC"},
"KCA": {Country: "CN", Continent: "AS"},
"KCB": {Country: "SR", Continent: "SA"},
"KCC": {Country: "US", Continent: "NA"},
"KCD": {Country: "ID", Continent: "AS"},
"KCE": {Country: "AU", Continent: "OC"},
"KCF": {Country: "PK", Continent: "AS"},
"KCG": {Country: "US", Continent: "NA"},
"KCH": {Country: "MY", Continent: "AS"},
"KCI": {Country: "AU", Continent: "OC"},
"KCJ": {Country: "PG", Continent: "OC"},
"KCK": {Country: "RU", Continent: "AS"},
"KCL": {Country: "US", Continent: "NA"},
"KCM": {Country: "TR", Continent: "AS"},
"KCN": {Country: "US", Continent: "NA"},
"KCO": {Country: "TR", Continent: "AS"},
"KCP": {Country: "UA", Continent: "EU"},
"KCQ": {Country: "US", Continent: "NA"},
"KCR": {Country: "US", Continent: "NA"},
"KCS": {Country: "AU", Continent: "OC"},
"KCT": {Country: "LK", Continent: "AS"},
"KCU": {Country: "UG", Continent: "AF"},
"KCY": {Country: "RU", Continent: "AS"},
"KCZ": {Country: "JP", Continent: "AS"},
"KDA": {Country: "SN", Continent: "AF"},
"KDB": {Country: "AU", Continent: "OC"},
"KDC": {Country: "BJ", Continent: "AF"},
"KDD": {Country: "PK", Continent: "AS"},
"KDE": {Country: "PG", Continent: "OC"},
"KDH": {Country: "AF", Continent: "AS"},
"KDI": {Country: "ID", Continent: "AS"},
"KDJ": {Country: "GA", Continent: "AF"},
"KDK": {Country: "US", Continent: "NA"},
"KDL": {Country: "EE", Continent: "EU"},
"KDM": {Country: "MV", Continent: "AS"},
"KDN": {Country: "GA", Continent: "AF"},
"KDO": {Country: "MV", Continent: "AS"},
"KDP": {Country: "PG", Continent: "OC"},
"KDQ": {Country: "PG", Continent: "OC"},
"KDR": {Country: "PG", Continent: "OC"},
"KDS": {Country: "AU", Continent: "OC"},
"KDT": {Country: "TH", Continent: "AS"},
"KDU": {Country: "PK", Continent: "AS"},
"KDV": {Country: "FJ", Continent: "OC"},
"KDW": {Country: "LK", Continent: "AS"},
"KDX": {Country: "SD", Continent: "AF"},
"KDY": {Country: "RU", Continent: "EU"},
"KDZ": {Country: "LK", Continent: "AS"},
"KEA": {Country: "TM", Continent: "AS"},
"KEB": {Country: "US", Continent: "NA"},
"KEC": {Country: "CD", Continent: "AF"},
"KED": {Country: "MR", Continent: "AF"},
"KEE": {Country: "CG", Continent: "AF"},
"KEF": {Country: "IS", Continent: "EU"},
"KEG": {Country: "PG", Continent: "OC"},
"KEH": {Country: "US", Continent: "NA"},
"KEI": {Country: "ID", Continent: "AS"},
"KEJ": {Country: "RU", Continent: "AS"},
"KEK": {Country: "US", Continent: "NA"},
"KEL": {Country: "DE", Continent: "EU"},
"KEM": {Country: "FI", Continent: "EU"},
"KEN": {Country: "SL", Continent: "AF"},
"KEO": {Country: "CI", Continent: "AF"},
"KEP": {Country: "NP", Continent: "AS"},
"KEQ": {Country: "ID", Continent: "AS"},
"KER": {Country: "IR", Continent: "AS"},
"KES": {Country: "CA", Continent: "NA"},
"KET": {Country: "MM", Continent: "AS"},
"KEU": {Country: "KE", Continent: "AF"},
"KEV": {Country: "FI", Continent: "EU"},
"KEW": {Country: "CA", Continent: "NA"},
"KEX": {Country: "PG", Continent: "OC"},
"KEY": {Country: "KE", Continent: "AF"},
"KEZ": {Country: "LK", Continent: "AS"},
"KFA": {Country: "MR", Continent: "AF"},
"KFE": {Country: "AU", Continent: "OC"},
"KFG": {Country: "AU", Continent: "OC"},
"KFM": {Country: "CA", Continent: "NA"},
"KFP": {Country: "US", Continent: "NA"},
"KFS": {Country: "TR", Continent: "AS"},
"KFZ": {Country: "AL", Continent: "EU"},
"KGA": {Country: "CD", Continent: "AF"},
"KGB": {Country: "PG", Continent: "OC"},
"KGC": {Country: "AU", Continent: "OC"},
"KGD": {Country: "RU", Continent: "EU"},
"KGE": {Country: "SB", Continent: "OC"},
"KGF": {Country: "KZ", Continent: "AS"},
"KGG": {Country: "SN", Continent: "AF"},
"KGH": {Country: "PG", Continent: "OC"},
"KGI": {Country: "AU", Continent: "OC"},
"KGJ": {Country: "MW", Continent: "AF"},
"KGK": {Country: "US", Continent: "NA"},
"KGL": {Country: "RW", Continent: "AF"},
"KGM": {Country: "PG", Continent: "OC"},
"KGN": {Country: "CD", Continent: "AF"},
"KGO": {Country: "UA", Continent: "EU"},
"KGP": {Country: "RU", Continent: "AS"},
"KGQ": {Country: "GL", Continent: "NA"},
"KGR": {Country: "AU", Continent: "OC"},
"KGS": {Country: "GR", Continent: "AS"},
"KGT": {Country: "CN", Continent: "AS"},
"KGU": {Country: "MY", Continent: "AS"},
"KGW": {Country: "PG", Continent: "OC"},
"KGX": {Country: "US", Continent: "NA"},
"KGY": {Country: "AU", Continent: "OC"},
"KGZ": {Country: "US", Continent: "NA"},
"KHA": {Country: "IR", Continent: "AS"},
"KHC": {Country: "UA", Continent: "EU"},
"KHD": {Country: "IR", Continent: "AS"},
"KHE": {Country: "UA", Continent: "EU"},
"KHG": {Country: "CN", Continent: "AS"},
"KHH": {Country: "TW", Continent: "AS"},
"KHI": {Country: "PK", Continent: "AS"},
"KHJ": {Country: "FI", Continent: "EU"},
"KHK": {Country: "IR", Continent: "AS"},
"KHM": {Country: "MM", Continent: "AS"},
"KHN": {Country: "CN", Continent: "AS"},
"KHO": {Country: "ZA", Continent: "AF"},
"KHQ": {Country: "GL", Continent: "NA"},
"KHR": {Country: "MN", Continent: "AS"},
"KHS": {Country: "OM", Continent: "AS"},
"KHT": {Country: "AF", Continent: "AS"},
"KHU": {Country: "UA", Continent: "EU"},
"KHV": {Country: "RU", Continent: "AS"},
"KHW": {Country: "BW", Continent: "AF"},
"KHX": {Country: "UG", Continent: "AF"},
"KHY": {Country: "IR", Continent: "AS"},
"KHZ": {Country: "PF", Continent: "OC"},
"KIB": {Country: "US", Continent: "NA"},
"KIC": {Country: "US", Continent: "NA"},
"KID": {Country: "SE", Continent: "EU"},
"KIE": {Country: "PG", Continent: "OC"},
"KIF": {Country: "CA", Continent: "NA"},
"KIG": {Country: "ZA", Continent: "AF"},
"KIH": {Country: "IR", Continent: "AS"},
"KII": {Country: "PG", Continent: "OC"},
"KIJ": {Country: "JP", Continent: "AS"},
"KIK": {Country: "IQ", Continent: "AS"},
"KIL": {Country: "CD", Continent: "AF"},
"KIM": {Country: "ZA", Continent: "AF"},
"KIN": {Country: "JM", Continent: "NA"},
"KIO": {Country: "MH", Continent: "OC"},
"KIP": {Country: "US", Continent: "NA"},
"KIQ": {Country: "PG", Continent: "OC"},
"KIR": {Country: "IE", Continent: "EU"},
"KIS": {Country: "KE", Continent: "AF"},
"KIT": {Country: "GR", Continent: "EU"},
"KIU": {Country: "KE", Continent: "AF"},
"KIW": {Country: "ZM", Continent: "AF"},
"KIX": {Country: "JP", Continent: "AS"},
"KIY": {Country: "TZ", Continent: "AF"},
"KJA": {Country: "RU", Continent: "AS"},
"KJB": {Country: "IN", Continent: "AS"},
"KJH": {Country: "CN", Continent: "AS"},
"KJI": {Country: "CN", Continent: "AS"},
"KJJ": {Country: "UG", Continent: "AF"},
"KJK": {Country: "BE", Continent: "EU"},
"KJP": {Country: "JP", Continent: "AS"},
"KJT": {Country: "ID", Continent: "AS"},
"KJX": {Country: "ID", Continent: "AS"},
"KKA": {Country: "US", Continent: "NA"},
"KKB": {Country: "US", Continent: "NA"},
"KKC": {Country: "TH", Continent: "AS"},
"KKD": {Country: "PG", Continent: "OC"},
"KKE": {Country: "NZ", Continent: "OC"},
"KKG": {Country: "GY", Continent: "SA"},
"KKH": {Country: "US", Continent: "NA"},
"KKI": {Country: "US", Continent: "NA"},
"KKJ": {Country: "JP", Continent: "AS"},
"KKK": {Country: "US", Continent: "NA"},
"KKL": {Country: "US", Continent: "NA"},
"KKM": {Country: "TH", Continent: "AS"},
"KKN": {Country: "NO", Continent: "EU"},
"KKO": {Country: "NZ", Continent: "OC"},
"KKP": {Country: "AU", Continent: "OC"},
"KKQ": {Country: "RU", Continent: "EU"},
"KKR": {Country: "PF", Continent: "OC"},
"KKS": {Country: "IR", Continent: "AS"},
"KKT": {Country: "US", Continent: "NA"},
"KKU": {Country: "US", Continent: "NA"},
"KKW": {Country: "CD", Continent: "AF"},
"KKX": {Country: "JP", Continent: "AS"},
"KKY": {Country: "IE", Continent: "EU"},
"KKZ": {Country: "KH", Continent: "AS"},
"KLB": {Country: "ZM", Continent: "AF"},
"KLC": {Country: "SN", Continent: "AF"},
"KLD": {Country: "RU", Continent: "EU"},
"KLE": {Country: "CM", Continent: "AF"},
"KLF": {Country: "RU", Continent: "EU"},
"KLG": {Country: "US", Continent: "NA"},
"KLH": {Country: "IN", Continent: "AS"},
"KLI": {Country: "CD", Continent: "AF"},
"KLK": {Country: "KE", Continent: "AF"},
"KLL": {Country: "US", Continent: "NA"},
"KLM": {Country: "IR", Continent: "AS"},
"KLN": {Country: "US", Continent: "NA"},
"KLO": {Country: "PH", Continent: "AS"},
"KLP": {Country: "ID", Continent: "AS"},
"KLR": {Country: "SE", Continent: "EU"},
"KLS": {Country: "US", Continent: "NA"},
"KLU": {Country: "AT", Continent: "EU"},
"KLV": {Country: "CZ", Continent: "EU"},
"KLW": {Country: "US", Continent: "NA"},
"KLX": {Country: "GR", Continent: "EU"},
"KLY": {Country: "CD", Continent: "AF"},
"KLZ": {Country: "ZA", Continent: "AF"},
"KMA": {Country: "PG", Continent: "OC"},
"KMB": {Country: "PG", Continent: "OC"},
"KMC": {Country: "SA", Continent: "AS"},
"KME": {Country: "RW", Continent: "AF"},
"KMF": {Country: "PG", Continent: "OC"},
"KMG": {Country: "CN", Continent: "AS"},
"KMH": {Country: "ZA", Continent: "AF"},
"KMI": {Country: "JP", Continent: "AS"},
"KMJ": {Country: "JP", Continent: "AS"},
"KMK": {Country: "CG", Continent: "AF"},
"KML": {Country: "AU", Continent: "OC"},
"KMM": {Country: "ID", Continent: "AS"},
"KMN": {Country: "CD", Continent: "AF"},
"KMO": {Country: "US", Continent: "NA"},
"KMP": {Country: "NA", Continent: "AF"},
"KMQ": {Country: "JP", Continent: "AS"},
"KMR": {Country: "PG", Continent: "OC"},
"KMS": {Country: "GH", Continent: "AF"},
"KMU": {Country: "SO", Continent: "AF"},
"KMV": {Country: "MM", Continent: "AS"},
"KMW": {Country: "RU", Continent: "EU"},
"KMX": {Country: "SA", Continent: "AS"},
"KMY": {Country: "US", Continent: "NA"},
"KMZ": {Country: "ZM", Continent: "AF"},
"KNA": {Country: "CL", Continent: "SA"},
"KNB": {Country: "US", Continent: "NA"},
"KND": {Country: "CD", Continent: "AF"},
"KNE": {Country: "PG", Continent: "OC"},
"KNF": {Country: "GB", Continent: "EU"},
"KNG": {Country: "ID", Continent: "AS"},
"KNH": {Country: "TW", Continent: "AS"},
"KNI": {Country: "AU", Continent: "OC"},
"KNJ": {Country: "CG", Continent: "AF"},
"KNK": {Country: "US", Continent: "NA"},
"KNM": {Country: "CD", Continent: "AF"},
"KNN": {Country: "GN", Continent: "AF"},
"KNO": {Country: "ID", Continent: "AS"},
"KNP": {Country: "AO", Continent: "AF"},
"KNQ": {Country: "NC", Continent: "OC"},
"KNR": {Country: "IR", Continent: "AS"},
"KNS": {Country: "AU", Continent: "OC"},
"KNT": {Country: "US", Continent: "NA"},
"KNU": {Country: "IN", Continent: "AS"},
"KNW": {Country: "US", Continent: "NA"},
"KNX": {Country: "AU", Continent: "OC"},
"KNY": {Country: "RU", Continent: "AS"},
"KNZ": {Country: "ML", Continent: "AF"},
"KOA": {Country: "US", Continent: "OC"},
"KOC": {Country: "NC", Continent: "OC"},
"KOD": {Country: "ID", Continent: "AS"},
"KOE": {Country: "ID", Continent: "AS"},
"KOF": {Country: "ZA", Continent: "AF"},
"KOH": {Country: "AU", Continent: "OC"},
"KOI": {Country: "GB", Continent: "EU"},
"KOJ": {Country: "JP", Continent: "AS"},
"KOK": {Country: "FI", Continent: "EU"},
"KOM": {Country: "PG", Continent: "OC"},
"KOO": {Country: "CD", Continent: "AF"},
"KOP": {Country: "TH", Continent: "AS"},
"KOQ": {Country: "DE", Continent: "EU"},
"KOR": {Country: "PG", Continent: "OC"},
"KOS": {Country: "KH", Continent: "AS"},
"KOT": {Country: "US", Continent: "NA"},
"KOU": {Country: "GA", Continent: "AF"},
"KOV": {Country: "KZ", Continent: "AS"},
"KOW": {Country: "CN", Continent: "AS"},
"KOX": {Country: "ID", Continent: "AS"},
"KOY": {Country: "US", Continent: "NA"},
"KOZ": {Country: "US", Continent: "NA"},
"KPA": {Country: "PG", Continent: "OC"},
"KPB": {Country: "US", Continent: "NA"},
"KPC": {Country: "US", Continent: "NA"},
"KPE": {Country: "PG", Continent: "OC"},
"KPF": {Country: "PG", Continent: "OC"},
"KPI": {Country: "MY", Continent: "AS"},
"KPL": {Country: "PG", Continent: "OC"},
"KPM": {Country: "PG", Continent: "OC"},
"KPN": {Country: "US", Continent: "NA"},
"KPO": {Country: "KR", Continent: "AS"},
"KPP": {Country: "AU", Continent: "OC"},
"KPR": {Country: "US", Continent: "NA"},
"KPS": {Country: "AU", Continent: "OC"},
"KPT": {Country: "US", Continent: "NA"},
"KPV": {Country: "US", Continent: "NA"},
"KPW": {Country: "RU", Continent: "AS"},
"KPY": {Country: "US", Continent: "NA"},
"KQA": {Country: "US", Continent: "NA"},
"KQH": {Country: "IN", Continent: "AS"},
"KQL": {Country: "PG", Continent: "OC"},
"KQR": {Country: "AU", Continent: "OC"},
"KQT": {Country: "TJ", Continent: "AS"},
"KRA": {Country: "AU", Continent: "OC"},
"KRB": {Country: "AU", Continent: "OC"},
"KRC": {Country: "ID", Continent: "AS"},
"KRD": {Country: "AU", Continent: "OC"},
"KRE": {Country: "BI", Continent: "AF"},
"KRF": {Country: "SE", Continent: "EU"},
"KRG": {Country: "GY", Continent: "SA"},
"KRI": {Country: "PG", Continent: "OC"},
"KRJ": {Country: "PG", Continent: "OC"},
"KRK": {Country: "PL", Continent: "EU"},
"KRL": {Country: "CN", Continent: "AS"},
"KRM": {Country: "GY", Continent: "SA"},
"KRN": {Country: "SE", Continent: "EU"},
"KRO": {Country: "RU", Continent: "AS"},
"KRP": {Country: "DK", Continent: "EU"},
"KRQ": {Country: "UA", Continent: "EU"},
"KRR": {Country: "RU", Continent: "EU"},
"KRS": {Country: "NO", Continent: "EU"},
"KRT": {Country: "SD", Continent: "AF"},
"KRU": {Country: "PG", Continent: "OC"},
"KRV": {Country: "KE", Continent: "AF"},
"KRW": {Country: "TM", Continent: "AS"},
"KRX": {Country: "PG", Continent: "OC"},
"KRY": {Country: "CN", Continent: "AS"},
"KRZ": {Country: "CD", Continent: "AF"},
"KSA": {Country: "FM", Continent: "OC"},
"KSB": {Country: "PG", Continent: "OC"},
"KSC": {Country: "SK", Continent: "EU"},
"KSD": {Country: "SE", Continent: "EU"},
"KSE": {Country: "UG", Continent: "AF"},
"KSF": {Country: "DE", Continent: "EU"},
"KSG": {Country: "PG", Continent: "OC"},
"KSH": {Country: "IR", Continent: "AS"},
"KSI": {Country: "GN", Continent: "AF"},
"KSJ": {Country: "GR", Continent: "EU"},
"KSK": {Country: "SE", Continent: "EU"},
"KSL": {Country: "SD", Continent: "AF"},
"KSM": {Country: "US", Continent: "NA"},
"KSN": {Country: "KZ", Continent: "AS"},
"KSO": {Country: "GR", Continent: "EU"},
"KSP": {Country: "PG", Continent: "OC"},
"KSQ": {Country: "UZ", Continent: "AS"},
"KSR": {Country: "ID", Continent: "AS"},
"KSU": {Country: "NO", Continent: "EU"},
"KSV": {Country: "AU", Continent: "OC"},
"KSW": {Country: "IL", Continent: "AS"},
"KSX": {Country: "PG", Continent: "OC"},
"KSY": {Country: "TR", Continent: "AS"},
"KSZ": {Country: "RU", Continent: "EU"},
"KTA": {Country: "AU", Continent: "OC"},
"KTB": {Country: "US", Continent: "NA"},
"KTC": {Country: "CI", Continent: "AF"},
"KTD": {Country: "JP", Continent: "AS"},
"KTE": {Country: "MY", Continent: "AS"},
"KTF": {Country: "NZ", Continent: "OC"},
"KTG": {Country: "ID", Continent: "AS"},
"KTH": {Country: "US", Continent: "NA"},
"KTI": {Country: "KH", Continent: "AS"},
"KTJ": {Country: "KE", Continent: "AF"},
"KTL": {Country: "KE", Continent: "AF"},
"KTM": {Country: "NP", Continent: "AS"},
"KTN": {Country: "US", Continent: "NA"},
"KTO": {Country: "GY", Continent: "SA"},
"KTP": {Country: "JM", Continent: "NA"},
"KTQ": {Country: "FI", Continent: "EU"},
"KTR": {Country: "AU", Continent: "OC"},
"KTS": {Country: "US", Continent: "NA"},
"KTT": {Country: "FI", Continent: "EU"},
"KTU": {Country: "IN", Continent: "AS"},
"KTV": {Country: "VE", Continent: "SA"},
"KTW": {Country: "PL", Continent: "EU"},
"KTY": {Country: "LK", Continent: "AS"},
"KUA": {Country: "MY", Continent: "AS"},
"KUC": {Country: "KI", Continent: "OC"},
"KUD": {Country: "MY", Continent: "AS"},
"KUE": {Country: "SB", Continent: "OC"},
"KUF": {Country: "RU", Continent: "EU"},
"KUG": {Country: "AU", Continent: "OC"},
"KUH": {Country: "JP", Continent: "AS"},
"KUK": {Country: "US", Continent: "NA"},
"KUL": {Country: "MY", Continent: "AS"},
"KUM": {Country: "JP", Continent: "AS"},
"KUN": {Country: "LT", Continent: "EU"},
"KUO": {Country: "FI", Continent: "EU"},
"KUP": {Country: "PG", Continent: "OC"},
"KUQ": {Country: "PG", Continent: "OC"},
"KUR": {Country: "AF", Continent: "AS"},
"KUS": {Country: "GL", Continent: "NA"},
"KUT": {Country: "GE", Continent: "AS"},
"KUU": {Country: "IN", Continent: "AS"},
"KUV": {Country: "KR", Continent: "AS"},
"KUX": {Country: "PG", Continent: "OC"},
"KUY": {Country: "PG", Continent: "OC"},
"KUZ": {Country: "GL", Continent: "NA"},
"KVA": {Country: "GR", Continent: "EU"},
"KVB": {Country: "SE", Continent: "EU"},
"KVC": {Country: "US", Continent: "NA"},
"KVE": {Country: "PG", Continent: "OC"},
"KVG": {Country: "PG", Continent: "OC"},
"KVK": {Country: "RU", Continent: "EU"},
"KVL": {Country: "US", Continent: "NA"},
"KVM": {Country: "RU", Continent: "AS"},
"KVO": {Country: "RS", Continent: "EU"},
"KVR": {Country: "RU", Continent: "AS"},
"KVU": {Country: "FJ", Continent: "OC"},
"KVX": {Country: "RU", Continent: "EU"},
"KWA": {Country: "MH", Continent: "OC"},
"KWB": {Country: "ID", Continent: "AS"},
"KWD": {Country: "CF", Continent: "AF"},
"KWE": {Country: "CN", Continent: "AS"},
"KWF": {Country: "US", Continent: "NA"},
"KWG": {Country: "UA", Continent: "EU"},
"KWH": {Country: "AF", Continent: "AS"},
"KWI": {Country: "KW", Continent: "AS"},
"KWJ": {Country: "KR", Continent: "AS"},
"KWK": {Country: "US", Continent: "NA"},
"KWL": {Country: "CN", Continent: "AS"},
"KWM": {Country: "AU", Continent: "OC"},
"KWN": {Country: "US", Continent: "NA"},
"KWO": {Country: "PG", Continent: "OC"},
"KWP": {Country: "US", Continent: "NA"},
"KWS": {Country: "SB", Continent: "OC"},
"KWT": {Country: "US", Continent: "NA"},
"KWY": {Country: "KE", Continent: "AF"},
"KWZ": {Country: "CD", Continent: "AF"},
"KXA": {Country: "US", Continent: "NA"},
"KXB": {Country: "ID", Continent: "AS"},
"KXD": {Country: "RU", Continent: "AS"},
"KXE": {Country: "ZA", Continent: "AF"},
"KXF": {Country: "FJ", Continent: "OC"},
"KXK": {Country: "RU", Continent: "AS"},
"KXO": {Country: "UG", Continent: "AF"},
"KXU": {Country: "PF", Continent: "OC"},
"KYA": {Country: "TR", Continent: "AS"},
"KYB": {Country: "AU", Continent: "OC"},
"KYD": {Country: "TW", Continent: "AS"},
"KYE": {Country: "LB", Continent: "AS"},
"KYF": {Country: "AU", Continent: "OC"},
"KYI": {Country: "AU", Continent: "OC"},
"KYK": {Country: "US", Continent: "NA"},
"KYO": {Country: "US", Continent: "NA"},
"KYP": {Country: "MM", Continent: "AS"},
"KYS": {Country: "ML", Continent: "AF"},
"KYT": {Country: "MM", Continent: "AS"},
"KYU": {Country: "US", Continent: "NA"},
"KYX": {Country: "PG", Continent: "OC"},
"KYZ": {Country: "RU", Continent: "AS"},
"KZB": {Country: "US", Continent: "NA"},
"KZD": {Country: "KH", Continent: "AS"},
"KZF": {Country: "PG", Continent: "OC"},
"KZG": {Country: "DE", Continent: "EU"},
"KZI": {Country: "GR", Continent: "EU"},
"KZN": {Country: "RU", Continent: "AS"},
"KZO": {Country: "KZ", Continent: "AS"},
"KZR": {Country: "TR", Continent: "AS"},
"KZS": {Country: "GR", Continent: "AS"},
"LAA": {Country: "US", Continent: "NA"},
"LAB": {Country: "PG", Continent: "OC"},
"LAC": {Country: "MY", Continent: "AS"},
"LAD": {Country: "AO", Continent: "AF"},
"LAE": {Country: "PG", Continent: "OC"},
"LAF": {Country: "US", Continent: "NA"},
"LAH": {Country: "ID", Continent: "AS"},
"LAI": {Country: "FR", Continent: "EU"},
"LAJ": {Country: "BR", Continent: "SA"},
"LAK": {Country: "CA", Continent: "NA"},
"LAL": {Country: "US", Continent: "NA"},
"LAM": {Country: "US", Continent: "NA"},
"LAN": {Country: "US", Continent: "NA"},
"LAO": {Country: "PH", Continent: "AS"},
"LAP": {Country: "MX", Continent: "NA"},
"LAQ": {Country: "LY", Continent: "AF"},
"LAR": {Country: "US", Continent: "NA"},
"LAS": {Country: "US", Continent: "NA"},
"LAU": {Country: "KE", Continent: "AF"},
"LAW": {Country: "US", Continent: "NA"},
"LAX": {Country: "US", Continent: "NA"},
"LAY": {Country: "ZA", Continent: "AF"},
"LAZ": {Country: "BR", Continent: "SA"},
"LBA": {Country: "GB", Continent: "EU"},
"LBB": {Country: "US", Continent: "NA"},
"LBC": {Country: "DE", Continent: "EU"},
"LBD": {Country: "TJ", Continent: "AS"},
"LBE": {Country: "US", Continent: "NA"},
"LBF": {Country: "US", Continent: "NA"},
"LBG": {Country: "FR", Continent: "EU"},
"LBH": {Country: "AU", Continent: "OC"},
"LBI": {Country: "FR", Continent: "EU"},
"LBJ": {Country: "ID", Continent: "AS"},
"LBK": {Country: "KE", Continent: "AF"},
"LBL": {Country: "US", Continent: "NA"},
"LBM": {Country: "MZ", Continent: "AF"},
"LBN": {Country: "KE", Continent: "AF"},
"LBO": {Country: "CD", Continent: "AF"},
"LBP": {Country: "MY", Continent: "AS"},
"LBQ": {Country: "GA", Continent: "AF"},
"LBR": {Country: "BR", Continent: "SA"},
"LBS": {Country: "FJ", Continent: "OC"},
"LBT": {Country: "US", Continent: "NA"},
"LBU": {Country: "MY", Continent: "AS"},
"LBV": {Country: "GA", Continent: "AF"},
"LBW": {Country: "ID", Continent: "AS"},
"LBX": {Country: "PH", Continent: "AS"},
"LBY": {Country: "FR", Continent: "EU"},
"LBZ": {Country: "AO", Continent: "AF"},
"LCA": {Country: "CY", Continent: "AS"},
"LCB": {Country: "BR", Continent: "SA"},
"LCC": {Country: "IT", Continent: "EU"},
"LCD": {Country: "ZA", Continent: "AF"},
"LCE": {Country: "HN", Continent: "NA"},
"LCF": {Country: "GT", Continent: "NA"},
"LCG": {Country: "ES", Continent: "EU"},
"LCH": {Country: "US", Continent: "NA"},
"LCI": {Country: "US", Continent: "NA"},
"LCJ": {Country: "PL", Continent: "EU"},
"LCK": {Country: "US", Continent: "NA"},
"LCM": {Country: "AR", Continent: "SA"},
"LCN": {Country: "AU", Continent: "OC"},
"LCO": {Country: "CG", Continent: "AF"},
"LCP": {Country: "AR", Continent: "SA"},
"LCQ": {Country: "US", Continent: "NA"},
"LCR": {Country: "CO", Continent: "SA"},
"LCS": {Country: "CN", Continent: "AS"},
"LCT": {Country: "CN", Continent: "AS"},
"LCX": {Country: "CN", Continent: "AS"},
"LCY": {Country: "GB", Continent: "EU"},
"LDA": {Country: "IN", Continent: "AS"},
"LDB": {Country: "BR", Continent: "SA"},
"LDC": {Country: "AU", Continent: "OC"},
"LDE": {Country: "FR", Continent: "EU"},
"LDG": {Country: "RU", Continent: "EU"},
"LDH": {Country: "AU", Continent: "OC"},
"LDI": {Country: "TZ", Continent: "AF"},
"LDJ": {Country: "US", Continent: "NA"},
"LDK": {Country: "SE", Continent: "EU"},
"LDM": {Country: "US", Continent: "NA"},
"LDN": {Country: "NP", Continent: "AS"},
"LDO": {Country: "SR", Continent: "SA"},
"LDS": {Country: "CN", Continent: "AS"},
"LDU": {Country: "MY", Continent: "AS"},
"LDV": {Country: "FR", Continent: "EU"},
"LDW": {Country: "AU", Continent: "OC"},
"LDX": {Country: "GF", Continent: "SA"},
"LDY": {Country: "GB", Continent: "EU"},
"LDZ": {Country: "ZA", Continent: "AF"},
"LEA": {Country: "AU", Continent: "OC"},
"LEB": {Country: "US", Continent: "NA"},
"LEC": {Country: "BR", Continent: "SA"},
"LED": {Country: "RU", Continent: "EU"},
"LEE": {Country: "US", Continent: "NA"},
"LEF": {Country: "LS", Continent: "AF"},
"LEH": {Country: "FR", Continent: "EU"},
"LEI": {Country: "ES", Continent: "EU"},
"LEJ": {Country: "DE", Continent: "EU"},
"LEK": {Country: "GN", Continent: "AF"},
"LEL": {Country: "AU", Continent: "OC"},
"LEM": {Country: "US", Continent: "NA"},
"LEN": {Country: "ES", Continent: "EU"},
"LEO": {Country: "GA", Continent: "AF"},
"LEP": {Country: "BR", Continent: "SA"},
"LEQ": {Country: "GB", Continent: "EU"},
"LER": {Country: "AU", Continent: "OC"},
"LES": {Country: "LS", Continent: "AF"},
"LET": {Country: "CO", Continent: "SA"},
"LEU": {Country: "ES", Continent: "EU"},
"LEV": {Country: "FJ", Continent: "OC"},
"LEW": {Country: "US", Continent: "NA"},
"LEX": {Country: "US", Continent: "NA"},
"LEY": {Country: "NL", Continent: "EU"},
"LEZ": {Country: "HN", Continent: "NA"},
"LFB": {Country: "MZ", Continent: "AF"},
"LFH": {Country: "CN", Continent: "AS"},
"LFI": {Country: "US", Continent: "NA"},
"LFK": {Country: "US", Continent: "NA"},
"LFM": {Country: "IR", Continent: "AS"},
"LFN": {Country: "US", Continent: "NA"},
"LFO": {Country: "ET", Continent: "AF"},
"LFP": {Country: "AU", Continent: "OC"},
"LFQ": {Country: "CN", Continent: "AS"},
"LFR": {Country: "VE", Continent: "SA"},
"LFT": {Country: "US", Continent: "NA"},
"LFW": {Country: "TG", Continent: "AF"},
"LGA": {Country: "US", Continent: "NA"},
"LGB": {Country: "US", Continent: "NA"},
"LGC": {Country: "US", Continent: "NA"},
"LGD": {Country: "US", Continent: "NA"},
"LGE": {Country: "AU", Continent: "OC"},
"LGF": {Country: "US", Continent: "NA"},
"LGG": {Country: "BE", Continent: "EU"},
"LGH": {Country: "AU", Continent: "OC"},
"LGI": {Country: "BS", Continent: "NA"},
"LGK": {Country: "MY", Continent: "AS"},
"LGL": {Country: "MY", Continent: "AS"},
"LGN": {Country: "PG", Continent: "OC"},
"LGO": {Country: "DE", Continent: "EU"},
"LGQ": {Country: "EC", Continent: "SA"},
"LGR": {Country: "CL", Continent: "SA"},
"LGS": {Country: "AR", Continent: "SA"},
"LGT": {Country: "CO", Continent: "SA"},
"LGU": {Country: "US", Continent: "NA"},
"LGW": {Country: "GB", Continent: "EU"},
"LGX": {Country: "SO", Continent: "AF"},
"LGZ": {Country: "CN", Continent: "AS"},
"LHA": {Country: "DE", Continent: "EU"},
"LHE": {Country: "PK", Continent: "AS"},
"LHG": {Country: "AU", Continent: "OC"},
"LHI": {Country: "ID", Continent: "AS"},
"LHK": {Country: "CN", Continent: "AS"},
"LHL": {Country: "AZ", Continent: "AS"},
"LHN": {Country: "BR", Continent: "SA"},
"LHR": {Country: "GB", Continent: "EU"},
"LHS": {Country: "AR", Continent: "SA"},
"LHU": {Country: "NA", Continent: "AF"},
"LHV": {Country: "US", Continent: "NA"},
"LHW": {Country: "CN", Continent: "AS"},
"LIA": {Country: "CN", Continent: "AS"},
"LIB": {Country: "AU", Continent: "OC"},
"LIC": {Country: "US", Continent: "NA"},
"LIE": {Country: "CD", Continent: "AF"},
"LIF": {Country: "NC", Continent: "OC"},
"LIG": {Country: "FR", Continent: "EU"},
"LIH": {Country: "US", Continent: "OC"},
"LII": {Country: "ID", Continent: "AS"},
"LIJ": {Country: "CN", Continent: "AS"},
"LIK": {Country: "MH", Continent: "OC"},
"LIL": {Country: "FR", Continent: "EU"},
"LIM": {Country: "PE", Continent: "SA"},
"LIN": {Country: "IT", Continent: "EU"},
"LIO": {Country: "CR", Continent: "NA"},
"LIP": {Country: "BR", Continent: "SA"},
"LIQ": {Country: "CD", Continent: "AF"},
"LIR": {Country: "CR", Continent: "NA"},
"LIS": {Country: "PT", Continent: "EU"},
"LIT": {Country: "US", Continent: "NA"},
"LIV": {Country: "US", Continent: "NA"},
"LIW": {Country: "MM", Continent: "AS"},
"LIX": {Country: "MW", Continent: "AF"},
"LIY": {Country: "US", Continent: "NA"},
"LIZ": {Country: "US", Continent: "NA"},
"LJA": {Country: "CD", Continent: "AF"},
"LJG": {Country: "CN", Continent: "AS"},
"LJN": {Country: "US", Continent: "NA"},
"LJU": {Country: "SI", Continent: "EU"},
"LKA": {Country: "ID", Continent: "AS"},
"LKB": {Country: "FJ", Continent: "OC"},
"LKC": {Country: "CG", Continent: "AF"},
"LKD": {Country: "AU", Continent: "OC"},
"LKE": {Country: "US", Continent: "NA"},
"LKG": {Country: "KE", Continent: "AF"},
"LKH": {Country: "MY", Continent: "AS"},
"LKI": {Country: "ID", Continent: "AS"},
"LKK": {Country: "US", Continent: "NA"},
"LKL": {Country: "NO", Continent: "EU"},
"LKM": {Country: "ID", Continent: "AS"},
"LKN": {Country: "NO", Continent: "EU"},
"LKO": {Country: "IN", Continent: "AS"},
"LKP": {Country: "US", Continent: "NA"},
"LKR": {Country: "SO", Continent: "AF"},
"LKV": {Country: "US", Continent: "NA"},
"LKW": {Country: "OM", Continent: "AS"},
"LKY": {Country: "TZ", Continent: "AF"},
"LKZ": {Country: "GB", Continent: "EU"},
"LLA": {Country: "SE", Continent: "EU"},
"LLB": {Country: "CN", Continent: "AS"},
"LLC": {Country: "PH", Continent: "AS"},
"LLE": {Country: "ZA", Continent: "AF"},
"LLF": {Country: "CN", Continent: "AS"},
"LLG": {Country: "AU", Continent: "OC"},
"LLH": {Country: "HN", Continent: "NA"},
"LLI": {Country: "ET", Continent: "AF"},
"LLJ": {Country: "ID", Continent: "AS"},
"LLK": {Country: "AZ", Continent: "AS"},
"LLL": {Country: "AU", Continent: "OC"},
"LLM": {Country: "SB", Continent: "OC"},
"LLN": {Country: "ID", Continent: "AS"},
"LLO": {Country: "ID", Continent: "AS"},
"LLS": {Country: "AR", Continent: "SA"},
"LLT": {Country: "AO", Continent: "AF"},
"LLU": {Country: "GL", Continent: "NA"},
"LLV": {Country: "CN", Continent: "AS"},
"LLW": {Country: "MW", Continent: "AF"},
"LLX": {Country: "US", Continent: "NA"},
"LLY": {Country: "US", Continent: "NA"},
"LMA": {Country: "US", Continent: "NA"},
"LMB": {Country: "MW", Continent: "AF"},
"LMC": {Country: "CO", Continent: "SA"},
"LMD": {Country: "AR", Continent: "SA"},
"LME": {Country: "FR", Continent: "EU"},
"LMH": {Country: "HN", Continent: "NA"},
"LMI": {Country: "PG", Continent: "OC"},
"LML": {Country: "MH", Continent: "OC"},
"LMM": {Country: "MX", Continent: "NA"},
"LMN": {Country: "MY", Continent: "AS"},
"LMO": {Country: "GB", Continent: "EU"},
"LMP": {Country: "IT", Continent: "EU"},
"LMQ": {Country: "LY", Continent: "AF"},
"LMR": {Country: "ZA", Continent: "AF"},
"LMS": {Country: "US", Continent: "NA"},
"LMT": {Country: "US", Continent: "NA"},
"LMU": {Country: "ID", Continent: "AS"},
"LMV": {Country: "MV", Continent: "AS"},
"LMX": {Country: "CO", Continent: "SA"},
"LMY": {Country: "PG", Continent: "OC"},
"LMZ": {Country: "MZ", Continent: "AF"},
"LNA": {Country: "US", Continent: "NA"},
"LNB": {Country: "VU", Continent: "OC"},
"LNC": {Country: "PG", Continent: "OC"},
"LND": {Country: "US", Continent: "NA"},
"LNE": {Country: "VU", Continent: "OC"},
"LNF": {Country: "PG", Continent: "OC"},
"LNG": {Country: "PG", Continent: "OC"},
"LNH": {Country: "AU", Continent: "OC"},
"LNI": {Country: "US", Continent: "NA"},
"LNJ": {Country: "CN", Continent: "AS"},
"LNK": {Country: "US", Continent: "NA"},
"LNL": {Country: "CN", Continent: "AS"},
"LNM": {Country: "PG", Continent: "OC"},
"LNN": {Country: "US", Continent: "NA"},
"LNO": {Country: "AU", Continent: "OC"},
"LNP": {Country: "US", Continent: "NA"},
"LNR": {Country: "US", Continent: "NA"},
"LNS": {Country: "US", Continent: "NA"},
"LNU": {Country: "ID", Continent: "AS"},
"LNV": {Country: "PG", Continent: "OC"},
"LNX": {Country: "RU", Continent: "EU"},
"LNY": {Country: "US", Continent: "OC"},
"LNZ": {Country: "AT", Continent: "EU"},
"LOA": {Country: "AU", Continent: "OC"},
"LOB": {Country: "CL", Continent: "SA"},
"LOC": {Country: "AU", Continent: "OC"},
"LOD": {Country: "VU", Continent: "OC"},
"LOE": {Country: "TH", Continent: "AS"},
"LOH": {Country: "EC", Continent: "SA"},
"LOI": {Country: "BR", Continent: "SA"},
"LOK": {Country: "KE", Continent: "AF"},
"LOL": {Country: "US", Continent: "NA"},
"LOM": {Country: "MX", Continent: "NA"},
"LOO": {Country: "DZ", Continent: "AF"},
"LOP": {Country: "ID", Continent: "AS"},
"LOR": {Country: "US", Continent: "NA"},
"LOS": {Country: "NG", Continent: "AF"},
"LOT": {Country: "US", Continent: "NA"},
"LOU": {Country: "US", Continent: "NA"},
"LOV": {Country: "MX", Continent: "NA"},
"LOW": {Country: "US", Continent: "NA"},
"LOY": {Country: "KE", Continent: "AF"},
"LOZ": {Country: "US", Continent: "NA"},
"LPA": {Country: "ES", Continent: "AF"},
"LPB": {Country: "BO", Continent: "SA"},
"LPC": {Country: "US", Continent: "NA"},
"LPD": {Country: "CO", Continent: "SA"},
"LPE": {Country: "CO", Continent: "SA"},
"LPF": {Country: "CN", Continent: "AS"},
"LPG": {Country: "AR", Continent: "SA"},
"LPI": {Country: "SE", Continent: "EU"},
"LPJ": {Country: "VE", Continent: "SA"},
"LPK": {Country: "RU", Continent: "EU"},
"LPL": {Country: "GB", Continent: "EU"},
"LPM": {Country: "VU", Continent: "OC"},
"LPN": {Country: "PG", Continent: "OC"},
"LPO": {Country: "US", Continent: "NA"},
"LPP": {Country: "FI", Continent: "EU"},
"LPQ": {Country: "LA", Continent: "AS"},
"LPS": {Country: "US", Continent: "NA"},
"LPT": {Country: "TH", Continent: "AS"},
"LPU": {Country: "ID", Continent: "AS"},
"LPX": {Country: "LV", Continent: "EU"},
"LPY": {Country: "FR", Continent: "EU"},
"LQK": {Country: "US", Continent: "NA"},
"LQM": {Country: "CO", Continent: "SA"},
"LQN": {Country: "AF", Continent: "AS"},
"LRA": {Country: "GR", Continent: "EU"},
"LRB": {Country: "LS", Continent: "AF"},
"LRD": {Country: "US", Continent: "NA"},
"LRE": {Country: "AU", Continent: "OC"},
"LRF": {Country: "US", Continent: "NA"},
"LRG": {Country: "PK", Continent: "AS"},
"LRH": {Country: "FR", Continent: "EU"},
"LRJ": {Country: "US", Continent: "NA"},
"LRL": {Country: "TG", Continent: "AF"},
"LRM": {Country: "DO", Continent: "NA"},
"LRQ": {Country: "CA", Continent: "NA"},
"LRR": {Country: "IR", Continent: "AS"},
"LRS": {Country: "GR", Continent: "EU"},
"LRT": {Country: "FR", Continent: "EU"},
"LRU": {Country: "US", Continent: "NA"},
"LRV": {Country: "VE", Continent: "NA"},
"LSA": {Country: "PG", Continent: "OC"},
"LSB": {Country: "US", Continent: "NA"},
"LSC": {Country: "CL", Continent: "SA"},
"LSE": {Country: "US", Continent: "NA"},
"LSF": {Country: "US", Continent: "NA"},
"LSH": {Country: "MM", Continent: "AS"},
"LSI": {Country: "GB", Continent: "EU"},
"LSJ": {Country: "PG", Continent: "OC"},
"LSK": {Country: "US", Continent: "NA"},
"LSL": {Country: "CR", Continent: "NA"},
"LSM": {Country: "MY", Continent: "AS"},
"LSN": {Country: "US", Continent: "NA"},
"LSO": {Country: "FR", Continent: "EU"},
"LSP": {Country: "VE", Continent: "SA"},
"LSQ": {Country: "CL", Continent: "SA"},
"LSR": {Country: "ID", Continent: "AS"},
"LSS": {Country: "GP", Continent: "NA"},
"LST": {Country: "AU", Continent: "OC"},
"LSU": {Country: "MY", Continent: "AS"},
"LSV": {Country: "US", Continent: "NA"},
"LSW": {Country: "ID", Continent: "AS"},
"LSX": {Country: "ID", Continent: "AS"},
"LSY": {Country: "AU", Continent: "OC"},
"LSZ": {Country: "HR", Continent: "EU"},
"LTA": {Country: "ZA", Continent: "AF"},
"LTC": {Country: "TD", Continent: "AF"},
"LTD": {Country: "LY", Continent: "AF"},
"LTF": {Country: "PG", Continent: "OC"},
"LTG": {Country: "NP", Continent: "AS"},
"LTH": {Country: "VN", Continent: "AS"},
"LTI": {Country: "MN", Continent: "AS"},
"LTK": {Country: "SY", Continent: "AS"},
"LTL": {Country: "GA", Continent: "AF"},
"LTM": {Country: "GY", Continent: "SA"},
"LTN": {Country: "GB", Continent: "EU"},
"LTO": {Country: "MX", Continent: "NA"},
"LTP": {Country: "AU", Continent: "OC"},
"LTQ": {Country: "FR", Continent: "EU"},
"LTS": {Country: "US", Continent: "NA"},
"LTT": {Country: "FR", Continent: "EU"},
"LTU": {Country: "IN", Continent: "AS"},
"LTV": {Country: "AU", Continent: "OC"},
"LTW": {Country: "US", Continent: "NA"},
"LTX": {Country: "EC", Continent: "SA"},
"LUA": {Country: "NP", Continent: "AS"},
"LUB": {Country: "GY", Continent: "SA"},
"LUC": {Country: "FJ", Continent: "OC"},
"LUD": {Country: "NA", Continent: "AF"},
"LUE": {Country: "SK", Continent: "EU"},
"LUF": {Country: "US", Continent: "NA"},
"LUG": {Country: "CH", Continent: "EU"},
"LUH": {Country: "IN", Continent: "AS"},
"LUI": {Country: "HN", Continent: "NA"},
"LUK": {Country: "US", Continent: "NA"},
"LUL": {Country: "US", Continent: "NA"},
"LUM": {Country: "CN", Continent: "AS"},
"LUN": {Country: "ZM", Continent: "AF"},
"LUO": {Country: "AO", Continent: "AF"},
"LUP": {Country: "US", Continent: "OC"},
"LUQ": {Country: "AR", Continent: "SA"},
"LUR": {Country: "US", Continent: "NA"},
"LUT": {Country: "AU", Continent: "OC"},
"LUU": {Country: "AU", Continent: "OC"},
"LUV": {Country: "ID", Continent: "AS"},
"LUW": {Country: "ID", Continent: "AS"},
"LUX": {Country: "LU", Continent: "EU"},
"LUZ": {Country: "PL", Continent: "EU"},
"LVA": {Country: "FR", Continent: "EU"},
"LVD": {Country: "US", Continent: "NA"},
"LVI": {Country: "ZM", Continent: "AF"},
"LVK": {Country: "US", Continent: "NA"},
"LVL": {Country: "US", Continent: "NA"},
"LVM": {Country: "US", Continent: "NA"},
"LVO": {Country: "AU", Continent: "OC"},
"LVP": {Country: "IR", Continent: "AS"},
"LVR": {Country: "BR", Continent: "SA"},
"LVS": {Country: "US", Continent: "NA"},
"LWA": {Country: "PH", Continent: "AS"},
"LWB": {Country: "US", Continent: "NA"},
"LWC": {Country: "US", Continent: "NA"},
"LWE": {Country: "ID", Continent: "AS"},
"LWH": {Country: "AU", Continent: "OC"},
"LWI": {Country: "PG", Continent: "OC"},
"LWK": {Country: "GB", Continent: "EU"},
"LWL": {Country: "US", Continent: "NA"},
"LWM": {Country: "US", Continent: "NA"},
"LWN": {Country: "AM", Continent: "AS"},
"LWO": {Country: "UA", Continent: "EU"},
"LWR": {Country: "NL", Continent: "EU"},
"LWS": {Country: "US", Continent: "NA"},
"LWT": {Country: "US", Continent: "NA"},
"LWV": {Country: "US", Continent: "NA"},
"LWY": {Country: "MY", Continent: "AS"},
"LXA": {Country: "CN", Continent: "AS"},
"LXG": {Country: "LA", Continent: "AS"},
"LXN": {Country: "US", Continent: "NA"},
"LXR": {Country: "EG", Continent: "AF"},
"LXS": {Country: "GR", Continent: "EU"},
"LXU": {Country: "ZM", Continent: "AF"},
"LXV": {Country: "US", Continent: "NA"},
"LYA": {Country: "CN", Continent: "AS"},
"LYB": {Country: "KY", Continent: "NA"},
"LYC": {Country: "SE", Continent: "EU"},
"LYG": {Country: "CN", Continent: "AS"},
"LYH": {Country: "US", Continent: "NA"},
"LYI": {Country: "CN", Continent: "AS"},
"LYK": {Country: "ID", Continent: "AS"},
"LYN": {Country: "FR", Continent: "EU"},
"LYO": {Country: "US", Continent: "NA"},
"LYP": {Country: "PK", Continent: "AS"},
"LYR": {Country: "NO", Continent: "EU"},
"LYS": {Country: "FR", Continent: "EU"},
"LYT": {Country: "AU", Continent: "OC"},
"LYU": {Country: "US", Continent: "NA"},
"LYX": {Country: "GB", Continent: "EU"},
"LZA": {Country: "CD", Continent: "AF"},
"LZC": {Country: "MX", Continent: "NA"},
"LZG": {Country: "CN", Continent: "AS"},
"LZH": {Country: "CN", Continent: "AS"},
"LZI": {Country: "CD", Continent: "AF"},
"LZM": {Country: "AO", Continent: "AF"},
"LZN": {Country: "TW", Continent: "AS"},
"LZO": {Country: "CN", Continent: "AS"},
"LZR": {Country: "AU", Continent: "OC"},
"LZU": {Country: "US", Continent: "NA"},
"LZY": {Country: "CN", Continent: "AS"},
"MAA": {Country: "IN", Continent: "AS"},
"MAB": {Country: "BR", Continent: "SA"},
"MAC": {Country: "US", Continent: "NA"},
"MAD": {Country: "ES", Continent: "EU"},
"MAE": {Country: "US", Continent: "NA"},
"MAF": {Country: "US", Continent: "NA"},
"MAG": {Country: "PG", Continent: "OC"},
"MAH": {Country: "ES", Continent: "EU"},
"MAJ": {Country: "MH", Continent: "OC"},
"MAK": {Country: "SS", Continent: "AF"},
"MAL": {Country: "ID", Continent: "AS"},
"MAM": {Country: "MX", Continent: "NA"},
"MAN": {Country: "GB", Continent: "EU"},
"MAO": {Country: "BR", Continent: "SA"},
"MAP": {Country: "PG", Continent: "OC"},
"MAQ": {Country: "TH", Continent: "AS"},
"MAR": {Country: "VE", Continent: "SA"},
"MAS": {Country: "PG", Continent: "OC"},
"MAT": {Country: "CD", Continent: "AF"},
"MAU": {Country: "PF", Continent: "OC"},
"MAV": {Country: "MH", Continent: "OC"},
"MAW": {Country: "US", Continent: "NA"},
"MAX": {Country: "SN", Continent: "AF"},
"MAY": {Country: "BS", Continent: "NA"},
"MAZ": {Country: "PR", Continent: "NA"},
"MBA": {Country: "KE", Continent: "AF"},
"MBB": {Country: "AU", Continent: "OC"},
"MBC": {Country: "GA", Continent: "AF"},
"MBD": {Country: "ZA", Continent: "AF"},
"MBE": {Country: "JP", Continent: "AS"},
"MBF": {Country: "AU", Continent: "OC"},
"MBG": {Country: "US", Continent: "NA"},
"MBH": {Country: "AU", Continent: "OC"},
"MBI": {Country: "TZ", Continent: "AF"},
"MBJ": {Country: "JM", Continent: "NA"},
"MBK": {Country: "BR", Continent: "SA"},
"MBL": {Country: "US", Continent: "NA"},
"MBM": {Country: "ZA", Continent: "AF"},
"MBN": {Country: "AU", Continent: "OC"},
"MBO": {Country: "PH", Continent: "AS"},
"MBP": {Country: "PE", Continent: "SA"},
"MBQ": {Country: "UG", Continent: "AF"},
"MBS": {Country: "US", Continent: "NA"},
"MBT": {Country: "PH", Continent: "AS"},
"MBU": {Country: "SB", Continent: "OC"},
"MBV": {Country: "PG", Continent: "OC"},
"MBW": {Country: "AU", Continent: "OC"},
"MBX": {Country: "SI", Continent: "EU"},
"MBY": {Country: "US", Continent: "NA"},
"MBZ": {Country: "BR", Continent: "SA"},
"MCA": {Country: "GN", Continent: "AF"},
"MCB": {Country: "US", Continent: "NA"},
"MCC": {Country: "US", Continent: "NA"},
"MCD": {Country: "US", Continent: "NA"},
"MCE": {Country: "US", Continent: "NA"},
"MCF": {Country: "US", Continent: "NA"},
"MCG": {Country: "US", Continent: "NA"},
"MCI": {Country: "US", Continent: "NA"},
"MCJ": {Country: "CO", Continent: "SA"},
"MCK": {Country: "US", Continent: "NA"},
"MCL": {Country: "US", Continent: "NA"},
"MCM": {Country: "MC", Continent: "EU"},
"MCN": {Country: "US", Continent: "NA"},
"MCO": {Country: "US", Continent: "NA"},
"MCP": {Country: "BR", Continent: "SA"},
"MCS": {Country: "AR", Continent: "SA"},
"MCT": {Country: "OM", Continent: "AS"},
"MCU": {Country: "FR", Continent: "EU"},
"MCV": {Country: "AU", Continent: "OC"},
"MCW": {Country: "US", Continent: "NA"},
"MCX": {Country: "RU", Continent: "AS"},
"MCY": {Country: "AU", Continent: "OC"},
"MCZ": {Country: "BR", Continent: "SA"},
"MDA": {Country: "US", Continent: "NA"},
"MDB": {Country: "BZ", Continent: "NA"},
"MDC": {Country: "ID", Continent: "AS"},
"MDD": {Country: "US", Continent: "NA"},
"MDE": {Country: "CO", Continent: "SA"},
"MDF": {Country: "US", Continent: "NA"},
"MDG": {Country: "CN", Continent: "AS"},
"MDH": {Country: "US", Continent: "NA"},
"MDI": {Country: "NG", Continent: "AF"},
"MDJ": {Country: "US", Continent: "NA"},
"MDK": {Country: "CD", Continent: "AF"},
"MDL": {Country: "MM", Continent: "AS"},
"MDM": {Country: "PG", Continent: "OC"},
"MDN": {Country: "US", Continent: "NA"},
"MDO": {Country: "US", Continent: "NA"},
"MDP": {Country: "ID", Continent: "AS"},
"MDQ": {Country: "AR", Continent: "SA"},
"MDR": {Country: "KE", Continent: "AF"},
"MDS": {Country: "TC", Continent: "NA"},
"MDT": {Country: "US", Continent: "NA"},
"MDU": {Country: "PG", Continent: "OC"},
"MDV": {Country: "GQ", Continent: "AF"},
"MDW": {Country: "US", Continent: "NA"},
"MDX": {Country: "AR", Continent: "SA"},
"MDY": {Country: "UM", Continent: "OC"},
"MDZ": {Country: "AR", Continent: "SA"},
"MEA": {Country: "BR", Continent: "SA"},
"MEB": {Country: "AU", Continent: "OC"},
"MEC": {Country: "EC", Continent: "SA"},
"MED": {Country: "SA", Continent: "AS"},
"MEE": {Country: "NC", Continent: "OC"},
"MEF": {Country: "TD", Continent: "AF"},
"MEG": {Country: "AO", Continent: "AF"},
"MEH": {Country: "NO", Continent: "EU"},
"MEI": {Country: "US", Continent: "NA"},
"MEJ": {Country: "US", Continent: "NA"},
"MEK": {Country: "MA", Continent: "AF"},
"MEL": {Country: "AU", Continent: "OC"},
"MEM": {Country: "US", Continent: "NA"},
"MEN": {Country: "FR", Continent: "EU"},
"MEO": {Country: "US", Continent: "NA"},
"MEP": {Country: "MY", Continent: "AS"},
"MEQ": {Country: "ID", Continent: "AS"},
"MER": {Country: "US", Continent: "NA"},
"MES": {Country: "ID", Continent: "AS"},
"MET": {Country: "AU", Continent: "OC"},
"MEU": {Country: "BR", Continent: "SA"},
"MEV": {Country: "US", Continent: "NA"},
"MEW": {Country: "CD", Continent: "AF"},
"MEX": {Country: "MX", Continent: "NA"},
"MEY": {Country: "NP", Continent: "AS"},
"MEZ": {Country: "ZA", Continent: "AF"},
"MFA": {Country: "TZ", Continent: "AF"},
"MFB": {Country: "CO", Continent: "SA"},
"MFC": {Country: "LS", Continent: "AF"},
"MFD": {Country: "US", Continent: "NA"},
"MFE": {Country: "US", Continent: "NA"},
"MFF": {Country: "GA", Continent: "AF"},
"MFG": {Country: "PK", Continent: "AS"},
"MFH": {Country: "US", Continent: "NA"},
"MFI": {Country: "US", Continent: "NA"},
"MFJ": {Country: "FJ", Continent: "OC"},
"MFK": {Country: "TW", Continent: "AS"},
"MFL": {Country: "AU", Continent: "OC"},
"MFM": {Country: "MO", Continent: "AS"},
"MFN": {Country: "NZ", Continent: "OC"},
"MFO": {Country: "PG", Continent: "OC"},
"MFP": {Country: "AU", Continent: "OC"},
"MFQ": {Country: "NE", Continent: "AF"},
"MFR": {Country: "US", Continent: "NA"},
"MFS": {Country: "CO", Continent: "SA"},
"MFU": {Country: "ZM", Continent: "AF"},
"MFV": {Country: "US", Continent: "NA"},
"MFX": {Country: "FR", Continent: "EU"},
"MFZ": {Country: "PG", Continent: "OC"},
"MGA": {Country: "NI", Continent: "NA"},
"MGB": {Country: "AU", Continent: "OC"},
"MGC": {Country: "US", Continent: "NA"},
"MGD": {Country: "BO", Continent: "SA"},
"MGE": {Country: "US", Continent: "NA"},
"MGF": {Country: "BR", Continent: "SA"},
"MGH": {Country: "ZA", Continent: "AF"},
"MGI": {Country: "US", Continent: "NA"},
"MGJ": {Country: "US", Continent: "NA"},
"MGK": {Country: "MM", Continent: "AS"},
"MGL": {Country: "DE", Continent: "EU"},
"MGM": {Country: "US", Continent: "NA"},
"MGN": {Country: "CO", Continent: "SA"},
"MGP": {Country: "PG", Continent: "OC"},
"MGQ": {Country: "SO", Continent: "AF"},
"MGR": {Country: "US", Continent: "NA"},
"MGS": {Country: "CK", Continent: "OC"},
"MGT": {Country: "AU", Continent: "OC"},
"MGU": {Country: "MM", Continent: "AS"},
"MGV": {Country: "AU", Continent: "OC"},
"MGW": {Country: "US", Continent: "NA"},
"MGX": {Country: "GA", Continent: "AF"},
"MGY": {Country: "US", Continent: "NA"},
"MGZ": {Country: "MM", Continent: "AS"},
"MHA": {Country: "GY", Continent: "SA"},
"MHB": {Country: "NZ", Continent: "OC"},
"MHC": {Country: "CL", Continent: "SA"},
"MHD": {Country: "IR", Continent: "AS"},
"MHE": {Country: "US", Continent: "NA"},
"MHF": {Country: "CO", Continent: "SA"},
"MHG": {Country: "DE", Continent: "EU"},
"MHH": {Country: "BS", Continent: "NA"},
"MHI": {Country: "DJ", Continent: "AF"},
"MHK": {Country: "US", Continent: "NA"},
"MHL": {Country: "US", Continent: "NA"},
"MHM": {Country: "SB", Continent: "OC"},
"MHN": {Country: "US", Continent: "NA"},
"MHO": {Country: "AU", Continent: "OC"},
"MHQ": {Country: "FI", Continent: "EU"},
"MHR": {Country: "US", Continent: "NA"},
"MHS": {Country: "US", Continent: "NA"},
"MHT": {Country: "US", Continent: "NA"},
"MHU": {Country: "AU", Continent: "OC"},
"MHV": {Country: "US", Continent: "NA"},
"MHW": {Country: "BO", Continent: "SA"},
"MHX": {Country: "CK", Continent: "OC"},
"MHY": {Country: "PG", Continent: "OC"},
"MHZ": {Country: "GB", Continent: "EU"},
"MIA": {Country: "US", Continent: "NA"},
"MIB": {Country: "US", Continent: "NA"},
"MIC": {Country: "US", Continent: "NA"},
"MID": {Country: "MX", Continent: "NA"},
"MIE": {Country: "US", Continent: "NA"},
"MIF": {Country: "US", Continent: "NA"},
"MIG": {Country: "CN", Continent: "AS"},
"MIH": {Country: "AU", Continent: "OC"},
"MII": {Country: "BR", Continent: "SA"},
"MIJ": {Country: "MH", Continent: "OC"},
"MIK": {Country: "FI", Continent: "EU"},
"MIM": {Country: "AU", Continent: "OC"},
"MIN": {Country: "AU", Continent: "OC"},
"MIO": {Country: "US", Continent: "NA"},
"MIP": {Country: "IL", Continent: "AS"},
"MIQ": {Country: "US", Continent: "NA"},
"MIR": {Country: "TN", Continent: "AF"},
"MIS": {Country: "PG", Continent: "OC"},
"MIT": {Country: "US", Continent: "NA"},
"MIU": {Country: "NG", Continent: "AF"},
"MIV": {Country: "US", Continent: "NA"},
"MIW": {Country: "US", Continent: "NA"},
"MIX": {Country: "CO", Continent: "SA"},
"MIY": {Country: "AU", Continent: "OC"},
"MIZ": {Country: "AU", Continent: "OC"},
"MJA": {Country: "MG", Continent: "AF"},
"MJB": {Country: "MH", Continent: "OC"},
"MJC": {Country: "CI", Continent: "AF"},
"MJD": {Country: "PK", Continent: "AS"},
"MJE": {Country: "MH", Continent: "OC"},
"MJF": {Country: "NO", Continent: "EU"},
"MJG": {Country: "CU", Continent: "NA"},
"MJI": {Country: "LY", Continent: "AF"},
"MJJ": {Country: "PG", Continent: "OC"},
"MJK": {Country: "AU", Continent: "OC"},
"MJL": {Country: "GA", Continent: "AF"},
"MJM": {Country: "CD", Continent: "AF"},
"MJN": {Country: "MG", Continent: "AF"},
"MJO": {Country: "NA", Continent: "AF"},
"MJP": {Country: "AU", Continent: "OC"},
"MJQ": {Country: "US", Continent: "NA"},
"MJR": {Country: "AR", Continent: "SA"},
"MJS": {Country: "MZ", Continent: "AF"},
"MJT": {Country: "GR", Continent: "EU"},
"MJU": {Country: "ID", Continent: "AS"},
"MJW": {Country: "ZW", Continent: "AF"},
"MJX": {Country: "US", Continent: "NA"},
"MJY": {Country: "RU", Continent: "AS"},
"MJZ": {Country: "RU", Continent: "AS"},
"MKB": {Country: "GA", Continent: "AF"},
"MKC": {Country: "US", Continent: "NA"},
"MKE": {Country: "US", Continent: "NA"},
"MKG": {Country: "US", Continent: "NA"},
"MKH": {Country: "LS", Continent: "AF"},
"MKI": {Country: "CF", Continent: "AF"},
"MKJ": {Country: "CG", Continent: "AF"},
"MKK": {Country: "US", Continent: "OC"},
"MKL": {Country: "US", Continent: "NA"},
"MKM": {Country: "MY", Continent: "AS"},
"MKN": {Country: "PG", Continent: "OC"},
"MKO": {Country: "US", Continent: "NA"},
"MKP": {Country: "PF", Continent: "OC"},
"MKQ": {Country: "ID", Continent: "AS"},
"MKR": {Country: "AU", Continent: "OC"},
"MKS": {Country: "ET", Continent: "AF"},
"MKT": {Country: "US", Continent: "NA"},
"MKU": {Country: "GA", Continent: "AF"},
"MKW": {Country: "ID", Continent: "AS"},
"MKY": {Country: "AU", Continent: "OC"},
"MKZ": {Country: "MY", Continent: "AS"},
"MLA": {Country: "MT", Continent: "EU"},
"MLB": {Country: "US", Continent: "NA"},
"MLC": {Country: "US", Continent: "NA"},
"MLD": {Country: "US", Continent: "NA"},
"MLE": {Country: "MV", Continent: "AS"},
"MLF": {Country: "US", Continent: "NA"},
"MLG": {Country: "ID", Continent: "AS"},
"MLI": {Country: "US", Continent: "NA"},
"MLJ": {Country: "US", Continent: "NA"},
"MLK": {Country: "US", Continent: "NA"},
"MLL": {Country: "US", Continent: "NA"},
"MLM": {Country: "MX", Continent: "NA"},
"MLN": {Country: "ES", Continent: "AF"},
"MLO": {Country: "GR", Continent: "EU"},
"MLP": {Country: "PH", Continent: "AS"},
"MLQ": {Country: "PG", Continent: "OC"},
"MLR": {Country: "AU", Continent: "OC"},
"MLS": {Country: "US", Continent: "NA"},
"MLT": {Country: "US", Continent: "NA"},
"MLU": {Country: "US", Continent: "NA"},
"MLV": {Country: "AU", Continent: "OC"},
"MLW": {Country: "LR", Continent: "AF"},
"MLX": {Country: "TR", Continent: "AS"},
"MLY": {Country: "US", Continent: "NA"},
"MLZ": {Country: "UY", Continent: "SA"},
"MMB": {Country: "JP", Continent: "AS"},
"MMC": {Country: "MX", Continent: "NA"},
"MMD": {Country: "JP", Continent: "AS"},
"MME": {Country: "GB", Continent: "EU"},
"MMF": {Country: "CM", Continent: "AF"},
"MMG": {Country: "AU", Continent: "OC"},
"MMH": {Country: "US", Continent: "NA"},
"MMI": {Country: "US", Continent: "NA"},
"MMJ": {Country: "JP", Continent: "AS"},
"MMK": {Country: "RU", Continent: "EU"},
"MML": {Country: "US", Continent: "NA"},
"MMM": {Country: "AU", Continent: "OC"},
"MMN": {Country: "US", Continent: "NA"},
"MMO": {Country: "CV", Continent: "AF"},
"MMP": {Country: "CO", Continent: "SA"},
"MMQ": {Country: "ZM", Continent: "AF"},
"MMS": {Country: "US", Continent: "NA"},
"MMT": {Country: "US", Continent: "NA"},
"MMU": {Country: "US", Continent: "NA"},
"MMV": {Country: "PG", Continent: "OC"},
"MMX": {Country: "SE", Continent: "EU"},
"MMY": {Country: "JP", Continent: "AS"},
"MMZ": {Country: "AF", Continent: "AS"},
"MNA": {Country: "ID", Continent: "AS"},
"MNB": {Country: "CD", Continent: "AF"},
"MNC": {Country: "MZ", Continent: "AF"},
"MND": {Country: "CO", Continent: "SA"},
"MNE": {Country: "AU", Continent: "OC"},
"MNF": {Country: "FJ", Continent: "OC"},
"MNG": {Country: "AU", Continent: "OC"},
"MNH": {Country: "OM", Continent: "AS"},
"MNI": {Country: "MS", Continent: "NA"},
"MNJ": {Country: "MG", Continent: "AF"},
"MNK": {Country: "KI", Continent: "OC"},
"MNL": {Country: "PH", Continent: "AS"},
"MNM": {Country: "US", Continent: "NA"},
"MNN": {Country: "US", Continent: "NA"},
"MNO": {Country: "CD", Continent: "AF"},
"MNP": {Country: "PG", Continent: "OC"},
"MNQ": {Country: "AU", Continent: "OC"},
"MNR": {Country: "ZM", Continent: "AF"},
"MNS": {Country: "ZM", Continent: "AF"},
"MNT": {Country: "US", Continent: "NA"},
"MNU": {Country: "MM", Continent: "AS"},
"MNV": {Country: "AU", Continent: "OC"},
"MNW": {Country: "AU", Continent: "OC"},
"MNX": {Country: "BR", Continent: "SA"},
"MNY": {Country: "SB", Continent: "OC"},
"MNZ": {Country: "US", Continent: "NA"},
"MOA": {Country: "CU", Continent: "NA"},
"MOB": {Country: "US", Continent: "NA"},
"MOC": {Country: "BR", Continent: "SA"},
"MOD": {Country: "US", Continent: "NA"},
"MOE": {Country: "MM", Continent: "AS"},
"MOF": {Country: "ID", Continent: "AS"},
"MOG": {Country: "MM", Continent: "AS"},
"MOH": {Country: "ID", Continent: "AS"},
"MOI": {Country: "CK", Continent: "OC"},
"MOJ": {Country: "SR", Continent: "SA"},
"MOK": {Country: "UZ", Continent: "AS"},
"MOL": {Country: "NO", Continent: "EU"},
"MOM": {Country: "MR", Continent: "AF"},
"MON": {Country: "NZ", Continent: "OC"},
"MOO": {Country: "AU", Continent: "OC"},
"MOP": {Country: "US", Continent: "NA"},
"MOQ": {Country: "MG", Continent: "AF"},
"MOR": {Country: "US", Continent: "NA"},
"MOS": {Country: "US", Continent: "NA"},
"MOT": {Country: "US", Continent: "NA"},
"MOU": {Country: "US", Continent: "NA"},
"MOV": {Country: "AU", Continent: "OC"},
"MOX": {Country: "US", Continent: "NA"},
"MOY": {Country: "CO", Continent: "SA"},
"MOZ": {Country: "PF", Continent: "OC"},
"MPA": {Country: "NA", Continent: "AF"},
"MPB": {Country: "US", Continent: "NA"},
"MPC": {Country: "ID", Continent: "AS"},
"MPD": {Country: "PK", Continent: "AS"},
"MPF": {Country: "PG", Continent: "OC"},
"MPG": {Country: "PG", Continent: "OC"},
"MPH": {Country: "PH", Continent: "AS"},
"MPI": {Country: "PA", Continent: "SA"},
"MPJ": {Country: "US", Continent: "NA"},
"MPL": {Country: "FR", Continent: "EU"},
"MPM": {Country: "MZ", Continent: "AF"},
"MPN": {Country: "FK", Continent: "SA"},
"MPO": {Country: "US", Continent: "NA"},
"MPP": {Country: "PA", Continent: "NA"},
"MPR": {Country: "US", Continent: "NA"},
"MPS": {Country: "US", Continent: "NA"},
"MPT": {Country: "TL", Continent: "AS"},
"MPU": {Country: "PG", Continent: "OC"},
"MPV": {Country: "US", Continent: "NA"},
"MPW": {Country: "UA", Continent: "EU"},
"MPX": {Country: "PG", Continent: "OC"},
"MPY": {Country: "GF", Continent: "SA"},
"MPZ": {Country: "US", Continent: "NA"},
"MQA": {Country: "AU", Continent: "OC"},
"MQB": {Country: "US", Continent: "NA"},
"MQC": {Country: "PM", Continent: "NA"},
"MQD": {Country: "AR", Continent: "SA"},
"MQE": {Country: "AU", Continent: "OC"},
"MQF": {Country: "RU", Continent: "AS"},
"MQG": {Country: "NA", Continent: "AF"},
"MQH": {Country: "BR", Continent: "SA"},
"MQJ": {Country: "RU", Continent: "AS"},
"MQK": {Country: "BO", Continent: "SA"},
"MQL": {Country: "AU", Continent: "OC"},
"MQM": {Country: "TR", Continent: "AS"},
"MQN": {Country: "NO", Continent: "EU"},
"MQO": {Country: "PG", Continent: "OC"},
"MQP": {Country: "ZA", Continent: "AF"},
"MQQ": {Country: "TD", Continent: "AF"},
"MQR": {Country: "CO", Continent: "SA"},
"MQS": {Country: "VC", Continent: "NA"},
"MQT": {Country: "US", Continent: "NA"},
"MQU": {Country: "CO", Continent: "SA"},
"MQV": {Country: "DZ", Continent: "AF"},
"MQW": {Country: "US", Continent: "NA"},
"MQX": {Country: "ET", Continent: "AF"},
"MQY": {Country: "US", Continent: "NA"},
"MQZ": {Country: "AU", Continent: "OC"},
"MRA": {Country: "LY", Continent: "AF"},
"MRB": {Country: "US", Continent: "NA"},
"MRC": {Country: "US", Continent: "NA"},
"MRD": {Country: "VE", Continent: "SA"},
"MRE": {Country: "KE", Continent: "AF"},
"MRF": {Country: "US", Continent: "NA"},
"MRG": {Country: "AU", Continent: "OC"},
"MRH": {Country: "PG", Continent: "OC"},
"MRI": {Country: "US", Continent: "NA"},
"MRK": {Country: "US", Continent: "NA"},
"MRM": {Country: "PG", Continent: "OC"},
"MRN": {Country: "US", Continent: "NA"},
"MRO": {Country: "NZ", Continent: "OC"},
"MRP": {Country: "AU", Continent: "OC"},
"MRQ": {Country: "PH", Continent: "AS"},
"MRR": {Country: "EC", Continent: "SA"},
"MRS": {Country: "FR", Continent: "EU"},
"MRT": {Country: "AU", Continent: "OC"},
"MRU": {Country: "MU", Continent: "AF"},
"MRV": {Country: "RU", Continent: "EU"},
"MRW": {Country: "DK", Continent: "EU"},
"MRX": {Country: "IR", Continent: "AS"},
"MRY": {Country: "US", Continent: "NA"},
"MRZ": {Country: "AU", Continent: "OC"},
"MSA": {Country: "CA", Continent: "NA"},
"MSB": {Country: "MF", Continent: "NA"},
"MSC": {Country: "US", Continent: "NA"},
"MSF": {Country: "AU", Continent: "OC"},
"MSG": {Country: "LS", Continent: "AF"},
"MSH": {Country: "OM", Continent: "AS"},
"MSI": {Country: "ID", Continent: "AS"},
"MSJ": {Country: "JP", Continent: "AS"},
"MSK": {Country: "CO", Continent: "SA"},
"MSL": {Country: "US", Continent: "NA"},
"MSM": {Country: "CD", Continent: "AF"},
"MSN": {Country: "US", Continent: "NA"},
"MSO": {Country: "US", Continent: "NA"},
"MSP": {Country: "US", Continent: "NA"},
"MSQ": {Country: "BY", Continent: "EU"},
"MSR": {Country: "TR", Continent: "AS"},
"MSS": {Country: "US", Continent: "NA"},
"MST": {Country: "NL", Continent: "EU"},
"MSU": {Country: "LS", Continent: "AF"},
"MSV": {Country: "US", Continent: "NA"},
"MSW": {Country: "ER", Continent: "AF"},
"MSX": {Country: "CG", Continent: "AF"},
"MSY": {Country: "US", Continent: "NA"},
"MSZ": {Country: "AO", Continent: "AF"},
"MTA": {Country: "NZ", Continent: "OC"},
"MTB": {Country: "CO", Continent: "SA"},
"MTC": {Country: "US", Continent: "NA"},
"MTD": {Country: "AU", Continent: "OC"},
"MTE": {Country: "BR", Continent: "SA"},
"MTF": {Country: "ET", Continent: "AF"},
"MTG": {Country: "BR", Continent: "SA"},
"MTH": {Country: "US", Continent: "NA"},
"MTI": {Country: "CV", Continent: "AF"},
"MTJ": {Country: "US", Continent: "NA"},
"MTK": {Country: "KI", Continent: "OC"},
"MTL": {Country: "AU", Continent: "OC"},
"MTM": {Country: "US", Continent: "NA"},
"MTN": {Country: "US", Continent: "NA"},
"MTO": {Country: "US", Continent: "NA"},
"MTP": {Country: "US", Continent: "NA"},
"MTQ": {Country: "AU", Continent: "OC"},
"MTR": {Country: "CO", Continent: "SA"},
"MTS": {Country: "SZ", Continent: "AF"},
"MTT": {Country: "MX", Continent: "NA"},
"MTU": {Country: "MZ", Continent: "AF"},
"MTV": {Country: "VU", Continent: "OC"},
"MTW": {Country: "US", Continent: "NA"},
"MTX": {Country: "US", Continent: "NA"},
"MTY": {Country: "MX", Continent: "NA"},
"MTZ": {Country: "IL", Continent: "AS"},
"MUA": {Country: "SB", Continent: "OC"},
"MUB": {Country: "BW", Continent: "AF"},
"MUC": {Country: "DE", Continent: "EU"},
"MUD": {Country: "MZ", Continent: "AF"},
"MUE": {Country: "US", Continent: "OC"},
"MUG": {Country: "MX", Continent: "NA"},
"MUH": {Country: "EG", Continent: "AF"},
"MUI": {Country: "US", Continent: "NA"},
"MUJ": {Country: "ET", Continent: "AF"},
"MUK": {Country: "CK", Continent: "OC"},
"MUL": {Country: "US", Continent: "NA"},
"MUM": {Country: "MV", Continent: "AS"},
"MUN": {Country: "VE", Continent: "SA"},
"MUO": {Country: "US", Continent: "NA"},
"MUP": {Country: "AU", Continent: "OC"},
"MUQ": {Country: "AU", Continent: "OC"},
"MUR": {Country: "MY", Continent: "AS"},
"MUS": {Country: "JP", Continent: "AS"},
"MUT": {Country: "US", Continent: "NA"},
"MUU": {Country: "BR", Continent: "SA"},
"MUW": {Country: "DZ", Continent: "AF"},
"MUX": {Country: "PK", Continent: "AS"},
"MUY": {Country: "CG", Continent: "AF"},
"MUZ": {Country: "TZ", Continent: "AF"},
"MVA": {Country: "IS", Continent: "EU"},
"MVB": {Country: "GA", Continent: "AF"},
"MVC": {Country: "US", Continent: "NA"},
"MVD": {Country: "UY", Continent: "SA"},
"MVE": {Country: "US", Continent: "NA"},
"MVF": {Country: "BR", Continent: "SA"},
"MVK": {Country: "AU", Continent: "OC"},
"MVL": {Country: "US", Continent: "NA"},
"MVM": {Country: "US", Continent: "NA"},
"MVN": {Country: "US", Continent: "NA"},
"MVO": {Country: "TD", Continent: "AF"},
"MVP": {Country: "CO", Continent: "SA"},
"MVQ": {Country: "BY", Continent: "EU"},
"MVR": {Country: "CM", Continent: "AF"},
"MVS": {Country: "BR", Continent: "SA"},
"MVT": {Country: "PF", Continent: "OC"},
"MVU": {Country: "AU", Continent: "OC"},
"MVV": {Country: "FR", Continent: "EU"},
"MVW": {Country: "US", Continent: "NA"},
"MVX": {Country: "GA", Continent: "AF"},
"MVY": {Country: "US", Continent: "NA"},
"MVZ": {Country: "ZW", Continent: "AF"},
"MWA": {Country: "US", Continent: "NA"},
"MWB": {Country: "AU", Continent: "OC"},
"MWC": {Country: "US", Continent: "NA"},
"MWD": {Country: "PK", Continent: "AS"},
"MWE": {Country: "SD", Continent: "AF"},
"MWF": {Country: "VU", Continent: "OC"},
"MWG": {Country: "PG", Continent: "OC"},
"MWH": {Country: "US", Continent: "NA"},
"MWI": {Country: "PG", Continent: "OC"},
"MWJ": {Country: "GY", Continent: "SA"},
"MWK": {Country: "ID", Continent: "AS"},
"MWL": {Country: "US", Continent: "NA"},
"MWM": {Country: "US", Continent: "NA"},
"MWN": {Country: "TZ", Continent: "AF"},
"MWO": {Country: "US", Continent: "NA"},
"MWQ": {Country: "MM", Continent: "AS"},
"MWR": {Country: "ZA", Continent: "AF"},
"MWS": {Country: "ID", Continent: "AS"},
"MWT": {Country: "AU", Continent: "OC"},
"MWU": {Country: "PG", Continent: "OC"},
"MWV": {Country: "KH", Continent: "AS"},
"MWX": {Country: "KR", Continent: "AS"},
"MWY": {Country: "AU", Continent: "OC"},
"MWZ": {Country: "TZ", Continent: "AF"},
"MXA": {Country: "US", Continent: "NA"},
"MXB": {Country: "ID", Continent: "AS"},
"MXC": {Country: "US", Continent: "NA"},
"MXD": {Country: "AU", Continent: "OC"},
"MXE": {Country: "US", Continent: "NA"},
"MXF": {Country: "US", Continent: "NA"},
"MXH": {Country: "PG", Continent: "OC"},
"MXI": {Country: "PH", Continent: "AS"},
"MXJ": {Country: "NG", Continent: "AF"},
"MXK": {Country: "PG", Continent: "OC"},
"MXL": {Country: "MX", Continent: "NA"},
"MXM": {Country: "MG", Continent: "AF"},
"MXN": {Country: "FR", Continent: "EU"},
"MXO": {Country: "US", Continent: "NA"},
"MXP": {Country: "IT", Continent: "EU"},
"MXQ": {Country: "BR", Continent: "SA"},
"MXR": {Country: "UA", Continent: "EU"},
"MXS": {Country: "WS", Continent: "OC"},
"MXT": {Country: "MG", Continent: "AF"},
"MXU": {Country: "AU", Continent: "OC"},
"MXV": {Country: "MN", Continent: "AS"},
"MXW": {Country: "MN", Continent: "AS"},
"MXX": {Country: "SE", Continent: "EU"},
"MXY": {Country: "US", Continent: "NA"},
"MXZ": {Country: "CN", Continent: "AS"},
"MYA": {Country: "AU", Continent: "OC"},
"MYB": {Country: "GA", Continent: "AF"},
"MYC": {Country: "VE", Continent: "SA"},
"MYD": {Country: "KE", Continent: "AF"},
"MYE": {Country: "JP", Continent: "AS"},
"MYF": {Country: "US", Continent: "NA"},
"MYG": {Country: "BS", Continent: "NA"},
"MYH": {Country: "US", Continent: "NA"},
"MYI": {Country: "AU", Continent: "OC"},
"MYJ": {Country: "JP", Continent: "AS"},
"MYK": {Country: "US", Continent: "NA"},
"MYL": {Country: "US", Continent: "NA"},
"MYM": {Country: "GY", Continent: "SA"},
"MYN": {Country: "YE", Continent: "AS"},
"MYO": {Country: "AU", Continent: "OC"},
"MYP": {Country: "TM", Continent: "AS"},
"MYQ": {Country: "IN", Continent: "AS"},
"MYR": {Country: "US", Continent: "NA"},
"MYS": {Country: "ET", Continent: "AF"},
"MYT": {Country: "MM", Continent: "AS"},
"MYU": {Country: "US", Continent: "NA"},
"MYV": {Country: "US", Continent: "NA"},
"MYW": {Country: "TZ", Continent: "AF"},
"MYX": {Country: "PG", Continent: "OC"},
"MYY": {Country: "MY", Continent: "AS"},
"MYZ": {Country: "MW", Continent: "AF"},
"MZA": {Country: "PE", Continent: "SA"},
"MZB": {Country: "MZ", Continent: "AF"},
"MZC": {Country: "GA", Continent: "AF"},
"MZD": {Country: "EC", Continent: "SA"},
"MZE": {Country: "BZ", Continent: "NA"},
"MZG": {Country: "TW", Continent: "AS"},
"MZH": {Country: "TR", Continent: "AS"},
"MZI": {Country: "ML", Continent: "AF"},
"MZJ": {Country: "US", Continent: "NA"},
"MZK": {Country: "KI", Continent: "OC"},
"MZL": {Country: "CO", Continent: "SA"},
"MZN": {Country: "PG", Continent: "OC"},
"MZO": {Country: "CU", Continent: "NA"},
"MZP": {Country: "NZ", Continent: "OC"},
"MZQ": {Country: "ZA", Continent: "AF"},
"MZR": {Country: "AF", Continent: "AS"},
"MZS": {Country: "IN", Continent: "AS"},
"MZT": {Country: "MX", Continent: "NA"},
"MZU": {Country: "IN", Continent: "AS"},
"MZV": {Country: "MY", Continent: "AS"},
"MZW": {Country: "DZ", Continent: "AF"},
"MZY": {Country: "ZA", Continent: "AF"},
"MZZ": {Country: "US", Continent: "NA"},
"NAA": {Country: "AU", Continent: "OC"},
"NAC": {Country: "AU", Continent: "OC"},
"NAD": {Country: "CO", Continent: "SA"},
"NAE": {Country: "BJ", Continent: "AF"},
"NAF": {Country: "ID", Continent: "AS"},
"NAG": {Country: "IN", Continent: "AS"},
"NAH": {Country: "ID", Continent: "AS"},
"NAI": {Country: "GY", Continent: "SA"},
"NAJ": {Country: "AZ", Continent: "AS"},
"NAK": {Country: "TH", Continent: "AS"},
"NAL": {Country: "RU", Continent: "EU"},
"NAM": {Country: "ID", Continent: "AS"},
"NAN": {Country: "FJ", Continent: "OC"},
"NAO": {Country: "CN", Continent: "AS"},
"NAP": {Country: "IT", Continent: "EU"},
"NAQ": {Country: "GL", Continent: "NA"},
"NAR": {Country: "CO", Continent: "SA"},
"NAS": {Country: "BS", Continent: "NA"},
"NAT": {Country: "BR", Continent: "SA"},
"NAU": {Country: "PF", Continent: "OC"},
"NAV": {Country: "TR", Continent: "AS"},
"NAW": {Country: "TH", Continent: "AS"},
"NAY": {Country: "CN", Continent: "AS"},
"NAZ": {Country: "SB", Continent: "OC"},
"NBA": {Country: "PG", Continent: "OC"},
"NBB": {Country: "CO", Continent: "SA"},
"NBC": {Country: "RU", Continent: "AS"},
"NBE": {Country: "TN", Continent: "AF"},
"NBG": {Country: "US", Continent: "NA"},
"NBH": {Country: "AU", Continent: "OC"},
"NBJ": {Country: "AO", Continent: "AF"},
"NBL": {Country: "PA", Continent: "NA"},
"NBN": {Country: "GQ", Continent: "AF"},
"NBO": {Country: "KE", Continent: "AF"},
"NBS": {Country: "CN", Continent: "AS"},
"NBW": {Country: "CU", Continent: "NA"},
"NBX": {Country: "ID", Continent: "OC"},
"NCA": {Country: "TC", Continent: "NA"},
"NCE": {Country: "FR", Continent: "EU"},
"NCG": {Country: "MX", Continent: "NA"},
"NCH": {Country: "TZ", Continent: "AF"},
"NCI": {Country: "CO", Continent: "SA"},
"NCJ": {Country: "AR", Continent: "SA"},
"NCL": {Country: "GB", Continent: "EU"},
"NCN": {Country: "US", Continent: "NA"},
"NCO": {Country: "US", Continent: "NA"},
"NCR": {Country: "NI", Continent: "NA"},
"NCS": {Country: "ZA", Continent: "AF"},
"NCT": {Country: "CR", Continent: "NA"},
"NCU": {Country: "UZ", Continent: "AS"},
"NCY": {Country: "FR", Continent: "EU"},
"NDA": {Country: "ID", Continent: "AS"},
"NDB": {Country: "MR", Continent: "AF"},
"NDC": {Country: "IN", Continent: "AS"},
"NDD": {Country: "AO", Continent: "AF"},
"NDE": {Country: "KE", Continent: "AF"},
"NDF": {Country: "AO", Continent: "AF"},
"NDG": {Country: "CN", Continent: "AS"},
"NDI": {Country: "PG", Continent: "OC"},
"NDJ": {Country: "TD", Continent: "AF"},
"NDK": {Country: "MH", Continent: "OC"},
"NDL": {Country: "CF", Continent: "AF"},
"NDM": {Country: "ET", Continent: "AF"},
"NDN": {Country: "PG", Continent: "OC"},
"NDR": {Country: "MA", Continent: "AF"},
"NDS": {Country: "AU", Continent: "OC"},
"NDU": {Country: "NA", Continent: "AF"},
"NDY": {Country: "GB", Continent: "EU"},
"NEC": {Country: "AR", Continent: "SA"},
"NEG": {Country: "JM", Continent: "NA"},
"NEI": {Country: "RU", Continent: "EU"},
"NEJ": {Country: "ET", Continent: "AF"},
"NEK": {Country: "ET", Continent: "AF"},
"NEL": {Country: "US", Continent: "NA"},
"NEN": {Country: "US", Continent: "NA"},
"NER": {Country: "RU", Continent: "AS"},
"NEU": {Country: "LA", Continent: "AS"},
"NEV": {Country: "KN", Continent: "NA"},
"NEW": {Country: "US", Continent: "NA"},
"NFG": {Country: "RU", Continent: "AS"},
"NFL": {Country: "US", Continent: "NA"},
"NFO": {Country: "TO", Continent: "OC"},
"NFR": {Country: "LY", Continent: "AF"},
"NGA": {Country: "AU", Continent: "OC"},
"NGB": {Country: "CN", Continent: "AS"},
"NGD": {Country: "VG", Continent: "NA"},
"NGE": {Country: "CM", Continent: "AF"},
"NGF": {Country: "US", Continent: "OC"},
"NGI": {Country: "FJ", Continent: "OC"},
"NGK": {Country: "RU", Continent: "AS"},
"NGL": {Country: "ZA", Continent: "AF"},
"NGO": {Country: "JP", Continent: "AS"},
"NGP": {Country: "US", Continent: "NA"},
"NGQ": {Country: "CN", Continent: "AS"},
"NGS": {Country: "JP", Continent: "AS"},
"NGU": {Country: "US", Continent: "NA"},
"NGW": {Country: "US", Continent: "NA"},
"NGX": {Country: "NP", Continent: "AS"},
"NHD": {Country: "AE", Continent: "AS"},
"NHF": {Country: "SD", Continent: "AF"},
"NHK": {Country: "US", Continent: "NA"},
"NHT": {Country: "GB", Continent: "EU"},
"NHV": {Country: "PF", Continent: "OC"},
"NHX": {Country: "US", Continent: "NA"},
"NHZ": {Country: "US", Continent: "NA"},
"NIA": {Country: "LR", Continent: "AF"},
"NIB": {Country: "US", Continent: "NA"},
"NIF": {Country: "AU", Continent: "OC"},
"NIG": {Country: "KI", Continent: "OC"},
"NIK": {Country: "SN", Continent: "AF"},
"NIM": {Country: "NE", Continent: "AF"},
"NIN": {Country: "US", Continent: "NA"},
"NIO": {Country: "CD", Continent: "AF"},
"NIP": {Country: "US", Continent: "NA"},
"NIQ": {Country: "GL", Continent: "NA"},
"NIR": {Country: "US", Continent: "NA"},
"NIS": {Country: "PG", Continent: "OC"},
"NIT": {Country: "FR", Continent: "EU"},
"NIU": {Country: "PF", Continent: "OC"},
"NIX": {Country: "ML", Continent: "AF"},
"NJA": {Country: "JP", Continent: "AS"},
"NJC": {Country: "RU", Continent: "AS"},
"NJF": {Country: "IQ", Continent: "AS"},
"NJJ": {Country: "CN", Continent: "AS"},
"NJK": {Country: "US", Continent: "NA"},
"NKA": {Country: "GA", Continent: "AF"},
"NKB": {Country: "AU", Continent: "OC"},
"NKC": {Country: "MR", Continent: "AF"},
"NKD": {Country: "ID", Continent: "AS"},
"NKG": {Country: "CN", Continent: "AS"},
"NKI": {Country: "US", Continent: "NA"},
"NKL": {Country: "CD", Continent: "AF"},
"NKM": {Country: "JP", Continent: "AS"},
"NKN": {Country: "PG", Continent: "OC"},
"NKO": {Country: "MG", Continent: "AF"},
"NKP": {Country: "PF", Continent: "OC"},
"NKT": {Country: "TR", Continent: "AS"},
"NKU": {Country: "LS", Continent: "AF"},
"NKW": {Country: "IO", Continent: "AS"},
"NKX": {Country: "US", Continent: "NA"},
"NKY": {Country: "CG", Continent: "AF"},
"NLA": {Country: "ZM", Continent: "AF"},
"NLC": {Country: "US", Continent: "NA"},
"NLD": {Country: "MX", Continent: "NA"},
"NLE": {Country: "US", Continent: "NA"},
"NLF": {Country: "AU", Continent: "OC"},
"NLG": {Country: "US", Continent: "NA"},
"NLH": {Country: "CN", Continent: "AS"},
"NLI": {Country: "RU", Continent: "AS"},
"NLK": {Country: "NF", Continent: "OC"},
"NLL": {Country: "AU", Continent: "OC"},
"NLN": {Country: "US", Continent: "NA"},
"NLO": {Country: "CD", Continent: "AF"},
"NLP": {Country: "ZA", Continent: "AF"},
"NLS": {Country: "AU", Continent: "OC"},
"NLT": {Country: "CN", Continent: "AS"},
"NLU": {Country: "MX", Continent: "NA"},
"NMA": {Country: "UZ", Continent: "AS"},
"NMB": {Country: "IN", Continent: "AS"},
"NMC": {Country: "BS", Continent: "NA"},
"NME": {Country: "US", Continent: "NA"},
"NMF": {Country: "MV", Continent: "AS"},
"NMG": {Country: "PA", Continent: "NA"},
"NMI": {Country: "IN", Continent: "AS"},
"NML": {Country: "CA", Continent: "NA"},
"NMN": {Country: "PG", Continent: "OC"},
"NMP": {Country: "AU", Continent: "OC"},
"NMR": {Country: "AU", Continent: "OC"},
"NMS": {Country: "MM", Continent: "AS"},
"NMT": {Country: "MM", Continent: "AS"},
"NNA": {Country: "MA", Continent: "AF"},
"NNB": {Country: "SB", Continent: "OC"},
"NND": {Country: "MZ", Continent: "AF"},
"NNG": {Country: "CN", Continent: "AS"},
"NNI": {Country: "NA", Continent: "AF"},
"NNK": {Country: "US", Continent: "NA"},
"NNL": {Country: "US", Continent: "NA"},
"NNM": {Country: "RU", Continent: "EU"},
"NNR": {Country: "IE", Continent: "EU"},
"NNT": {Country: "TH", Continent: "AS"},
"NNU": {Country: "BR", Continent: "SA"},
"NNX": {Country: "ID", Continent: "AS"},
"NNY": {Country: "CN", Continent: "AS"},
"NOA": {Country: "AU", Continent: "OC"},
"NOB": {Country: "CR", Continent: "NA"},
"NOC": {Country: "IE", Continent: "EU"},
"NOD": {Country: "DE", Continent: "EU"},
"NOG": {Country: "MX", Continent: "NA"},
"NOI": {Country: "RU", Continent: "EU"},
"NOJ": {Country: "RU", Continent: "AS"},
"NOK": {Country: "BR", Continent: "SA"},
"NOM": {Country: "PG", Continent: "OC"},
"NON": {Country: "KI", Continent: "OC"},
"NOO": {Country: "PG", Continent: "OC"},
"NOP": {Country: "TR", Continent: "AS"},
"NOR": {Country: "IS", Continent: "EU"},
"NOS": {Country: "MG", Continent: "AF"},
"NOT": {Country: "US", Continent: "NA"},
"NOU": {Country: "NC", Continent: "OC"},
"NOV": {Country: "AO", Continent: "AF"},
"NOZ": {Country: "RU", Continent: "AS"},
"NPA": {Country: "US", Continent: "NA"},
"NPE": {Country: "NZ", Continent: "OC"},
"NPG": {Country: "PG", Continent: "OC"},
"NPH": {Country: "US", Continent: "NA"},
"NPL": {Country: "NZ", Continent: "OC"},
"NPO": {Country: "ID", Continent: "AS"},
"NPP": {Country: "AU", Continent: "OC"},
"NPR": {Country: "BR", Continent: "SA"},
"NPT": {Country: "US", Continent: "NA"},
"NPU": {Country: "CO", Continent: "SA"},
"NPY": {Country: "TZ", Continent: "AF"},
"NQA": {Country: "US", Continent: "NA"},
"NQI": {Country: "US", Continent: "NA"},
"NQL": {Country: "BR", Continent: "SA"},
"NQN": {Country: "AR", Continent: "SA"},
"NQT": {Country: "GB", Continent: "EU"},
"NQU": {Country: "CO", Continent: "SA"},
"NQX": {Country: "US", Continent: "NA"},
"NQY": {Country: "GB", Continent: "EU"},
"NQZ": {Country: "KZ", Continent: "AS"},
"NRA": {Country: "AU", Continent: "OC"},
"NRB": {Country: "US", Continent: "NA"},
"NRD": {Country: "DE", Continent: "EU"},
"NRE": {Country: "ID", Continent: "AS"},
"NRG": {Country: "AU", Continent: "OC"},
"NRI": {Country: "US", Continent: "NA"},
"NRK": {Country: "SE", Continent: "EU"},
"NRL": {Country: "GB", Continent: "EU"},
"NRM": {Country: "ML", Continent: "AF"},
"NRN": {Country: "DE", Continent: "EU"},
"NRR": {Country: "PR", Continent: "NA"},
"NRS": {Country: "US", Continent: "NA"},
"NRT": {Country: "JP", Continent: "AS"},
"NRY": {Country: "AU", Continent: "OC"},
"NSB": {Country: "BS", Continent: "NA"},
"NSE": {Country: "US", Continent: "NA"},
"NSH": {Country: "IR", Continent: "AS"},
"NSI": {Country: "CM", Continent: "AF"},
"NSK": {Country: "RU", Continent: "AS"},
"NSL": {Country: "US", Continent: "NA"},
"NSM": {Country: "AU", Continent: "OC"},
"NSN": {Country: "NZ", Continent: "OC"},
"NSO": {Country: "AU", Continent: "OC"},
"NSQ": {Country: "GL", Continent: "NA"},
"NSR": {Country: "BR", Continent: "SA"},
"NST": {Country: "TH", Continent: "AS"},
"NSV": {Country: "AU", Continent: "OC"},
"NTB": {Country: "NO", Continent: "EU"},
"NTC": {Country: "MZ", Continent: "AF"},
"NTD": {Country: "US", Continent: "NA"},
"NTE": {Country: "FR", Continent: "EU"},
"NTG": {Country: "CN", Continent: "AS"},
"NTI": {Country: "ID", Continent: "AS"},
"NTJ": {Country: "US", Continent: "NA"},
"NTL": {Country: "AU", Continent: "OC"},
"NTN": {Country: "AU", Continent: "OC"},
"NTO": {Country: "CV", Continent: "AF"},
"NTQ": {Country: "JP", Continent: "AS"},
"NTR": {Country: "MX", Continent: "NA"},
"NTT": {Country: "TO", Continent: "OC"},
"NTU": {Country: "US", Continent: "NA"},
"NTX": {Country: "ID", Continent: "AS"},
"NTY": {Country: "ZA", Continent: "AF"},
"NUA": {Country: "LK", Continent: "AS"},
"NUB": {Country: "AU", Continent: "OC"},
"NUD": {Country: "SD", Continent: "AF"},
"NUE": {Country: "DE", Continent: "EU"},
"NUF": {Country: "LK", Continent: "AS"},
"NUG": {Country: "PG", Continent: "OC"},
"NUH": {Country: "CO", Continent: "SA"},
"NUI": {Country: "US", Continent: "NA"},
"NUJ": {Country: "IR", Continent: "AS"},
"NUK": {Country: "PF", Continent: "OC"},
"NUL": {Country: "US", Continent: "NA"},
"NUM": {Country: "SA", Continent: "AS"},
"NUP": {Country: "US", Continent: "NA"},
"NUQ": {Country: "US", Continent: "NA"},
"NUR": {Country: "AU", Continent: "OC"},
"NUS": {Country: "VU", Continent: "OC"},
"NUU": {Country: "KE", Continent: "AF"},
"NUW": {Country: "US", Continent: "NA"},
"NUX": {Country: "RU", Continent: "AS"},
"NVA": {Country: "CO", Continent: "SA"},
"NVD": {Country: "US", Continent: "NA"},
"NVI": {Country: "UZ", Continent: "AS"},
"NVM": {Country: "BR", Continent: "SA"},
"NVN": {Country: "US", Continent: "NA"},
"NVP": {Country: "BR", Continent: "SA"},
"NVS": {Country: "FR", Continent: "EU"},
"NVT": {Country: "BR", Continent: "SA"},
"NVY": {Country: "IN", Continent: "AS"},
"NWA": {Country: "KM", Continent: "AF"},
"NWH": {Country: "US", Continent: "NA"},
"NWI": {Country: "GB", Continent: "EU"},
"NWT": {Country: "PG", Continent: "OC"},
"NYA": {Country: "RU", Continent: "EU"},
"NYE": {Country: "KE", Continent: "AF"},
"NYG": {Country: "US", Continent: "NA"},
"NYI": {Country: "GH", Continent: "AF"},
"NYK": {Country: "KE", Continent: "AF"},
"NYM": {Country: "RU", Continent: "AS"},
"NYN": {Country: "AU", Continent: "OC"},
"NYO": {Country: "SE", Continent: "EU"},
"NYR": {Country: "RU", Continent: "AS"},
"NYS": {Country: "US", Continent: "NA"},
"NYT": {Country: "MM", Continent: "AS"},
"NYU": {Country: "MM", Continent: "AS"},
"NYW": {Country: "MM", Continent: "AS"},
"NZA": {Country: "AO", Continent: "AF"},
"NZC": {Country: "PE", Continent: "SA"},
"NZE": {Country: "GN", Continent: "AF"},
"NZG": {Country: "RU", Continent: "AS"},
"NZH": {Country: "CN", Continent: "AS"},
"NZL": {Country: "CN", Continent: "AS"},
"NZY": {Country: "US", Continent: "NA"},
"OAA": {Country: "AF", Continent: "AS"},
"OAG": {Country: "AU", Continent: "OC"},
"OAH": {Country: "AF", Continent: "AS"},
"OAI": {Country: "AF", Continent: "AS"},
"OAJ": {Country: "US", Continent: "NA"},
"OAK": {Country: "US", Continent: "NA"},
"OAL": {Country: "BR", Continent: "SA"},
"OAM": {Country: "NZ", Continent: "OC"},
"OAN": {Country: "HN", Continent: "NA"},
"OAR": {Country: "US", Continent: "NA"},
"OAS": {Country: "AF", Continent: "AS"},
"OAX": {Country: "MX", Continent: "NA"},
"OAZ": {Country: "AF", Continent: "AS"},
"OBC": {Country: "DJ", Continent: "AF"},
"OBD": {Country: "ID", Continent: "AS"},
"OBE": {Country: "US", Continent: "NA"},
"OBF": {Country: "DE", Continent: "EU"},
"OBI": {Country: "BR", Continent: "SA"},
"OBL": {Country: "BE", Continent: "EU"},
"OBM": {Country: "PG", Continent: "OC"},
"OBN": {Country: "GB", Continent: "EU"},
"OBO": {Country: "JP", Continent: "AS"},
"OBS": {Country: "FR", Continent: "EU"},
"OBU": {Country: "US", Continent: "NA"},
"OBX": {Country: "PG", Continent: "OC"},
"OBY": {Country: "GL", Continent: "NA"},
"OCA": {Country: "US", Continent: "NA"},
"OCC": {Country: "EC", Continent: "SA"},
"OCE": {Country: "US", Continent: "NA"},
"OCF": {Country: "US", Continent: "NA"},
"OCH": {Country: "US", Continent: "NA"},
"OCJ": {Country: "JM", Continent: "NA"},
"OCM": {Country: "AU", Continent: "OC"},
"OCN": {Country: "US", Continent: "NA"},
"OCS": {Country: "GQ", Continent: "AF"},
"OCV": {Country: "CO", Continent: "SA"},
"OCW": {Country: "US", Continent: "NA"},
"ODA": {Country: "CF", Continent: "AF"},
"ODB": {Country: "ES", Continent: "EU"},
"ODC": {Country: "US", Continent: "NA"},
"ODD": {Country: "AU", Continent: "OC"},
"ODE": {Country: "DK", Continent: "EU"},
"ODH": {Country: "GB", Continent: "EU"},
"ODJ": {Country: "CF", Continent: "AF"},
"ODL": {Country: "AU", Continent: "OC"},
"ODM": {Country: "US", Continent: "NA"},
"ODN": {Country: "MY", Continent: "AS"},
"ODO": {Country: "RU", Continent: "AS"},
"ODR": {Country: "AU", Continent: "OC"},
"ODS": {Country: "UA", Continent: "EU"},
"ODT": {Country: "US", Continent: "NA"},
"ODW": {Country: "US", Continent: "NA"},
"ODY": {Country: "LA", Continent: "AS"},
"OEA": {Country: "US", Continent: "NA"},
"OEC": {Country: "TL", Continent: "AS"},
"OEM": {Country: "SR", Continent: "SA"},
"OEO": {Country: "US", Continent: "NA"},
"OER": {Country: "SE", Continent: "EU"},
"OES": {Country: "AR", Continent: "SA"},
"OFF": {Country: "US", Continent: "NA"},
"OFI": {Country: "CI", Continent: "AF"},
"OFK": {Country: "US", Continent: "NA"},
"OFU": {Country: "AS", Continent: "OC"},
"OGA": {Country: "US", Continent: "NA"},
"OGB": {Country: "US", Continent: "NA"},
"OGD": {Country: "US", Continent: "NA"},
"OGE": {Country: "PG", Continent: "OC"},
"OGG": {Country: "US", Continent: "OC"},
"OGL": {Country: "GY", Continent: "SA"},
"OGM": {Country: "PA", Continent: "NA"},
"OGN": {Country: "JP", Continent: "AS"},
"OGO": {Country: "CI", Continent: "AF"},
"OGR": {Country: "TD", Continent: "AF"},
"OGS": {Country: "US", Continent: "NA"},
"OGU": {Country: "TR", Continent: "AS"},
"OGX": {Country: "DZ", Continent: "AF"},
"OGZ": {Country: "RU", Continent: "EU"},
"OHA": {Country: "NZ", Continent: "OC"},
"OHB": {Country: "MG", Continent: "AF"},
"OHD": {Country: "MK", Continent: "EU"},
"OHE": {Country: "CN", Continent: "AS"},
"OHH": {Country: "RU", Continent: "AS"},
"OHI": {Country: "NA", Continent: "AF"},
"OHO": {Country: "RU", Continent: "AS"},
"OHR": {Country: "DE", Continent: "EU"},
"OHS": {Country: "OM", Continent: "AS"},
"OHT": {Country: "PK", Continent: "AS"},
"OIA": {Country: "BR", Continent: "SA"},
"OIC": {Country: "US", Continent: "NA"},
"OIM": {Country: "JP", Continent: "AS"},
"OIR": {Country: "JP", Continent: "AS"},
"OIT": {Country: "JP", Continent: "AS"},
"OJC": {Country: "US", Continent: "NA"},
"OJU": {Country: "ID", Continent: "AS"},
"OKA": {Country: "JP", Continent: "AS"},
"OKB": {Country: "AU", Continent: "OC"},
"OKC": {Country: "US", Continent: "NA"},
"OKD": {Country: "JP", Continent: "AS"},
"OKE": {Country: "JP", Continent: "AS"},
"OKF": {Country: "NA", Continent: "AF"},
"OKG": {Country: "CG", Continent: "AF"},
"OKI": {Country: "JP", Continent: "AS"},
"OKJ": {Country: "JP", Continent: "AS"},
"OKK": {Country: "US", Continent: "NA"},
"OKL": {Country: "ID", Continent: "AS"},
"OKM": {Country: "US", Continent: "NA"},
"OKN": {Country: "GA", Continent: "AF"},
"OKO": {Country: "JP", Continent: "AS"},
"OKP": {Country: "PG", Continent: "OC"},
"OKQ": {Country: "ID", Continent: "AS"},
"OKR": {Country: "AU", Continent: "OC"},
"OKS": {Country: "US", Continent: "NA"},
"OKT": {Country: "RU", Continent: "AS"},
"OKU": {Country: "NA", Continent: "AF"},
"OKV": {Country: "PG", Continent: "OC"},
"OKY": {Country: "AU", Continent: "OC"},
"OLA": {Country: "NO", Continent: "EU"},
"OLB": {Country: "IT", Continent: "EU"},
"OLC": {Country: "BR", Continent: "SA"},
"OLD": {Country: "US", Continent: "NA"},
"OLE": {Country: "US", Continent: "NA"},
"OLF": {Country: "US", Continent: "NA"},
"OLG": {Country: "KE", Continent: "AF"},
"OLH": {Country: "US", Continent: "NA"},
"OLI": {Country: "IS", Continent: "EU"},
"OLJ": {Country: "VU", Continent: "OC"},
"OLK": {Country: "PY", Continent: "SA"},
"OLL": {Country: "CG", Continent: "AF"},
"OLM": {Country: "US", Continent: "NA"},
"OLN": {Country: "AR", Continent: "SA"},
"OLO": {Country: "CZ", Continent: "EU"},
"OLP": {Country: "AU", Continent: "OC"},
"OLQ": {Country: "PG", Continent: "OC"},
"OLR": {Country: "AF", Continent: "AS"},
"OLS": {Country: "US", Continent: "NA"},
"OLU": {Country: "US", Continent: "NA"},
"OLV": {Country: "US", Continent: "NA"},
"OLX": {Country: "KE", Continent: "AF"},
"OLY": {Country: "US", Continent: "NA"},
"OLZ": {Country: "RU", Continent: "AS"},
"OMA": {Country: "US", Continent: "NA"},
"OMB": {Country: "GA", Continent: "AF"},
"OMC": {Country: "PH", Continent: "AS"},
"OMD": {Country: "NA", Continent: "AF"},
"OME": {Country: "US", Continent: "NA"},
"OMF": {Country: "JO", Continent: "AS"},
"OMG": {Country: "NA", Continent: "AF"},
"OMH": {Country: "IR", Continent: "AS"},
"OMI": {Country: "IR", Continent: "AS"},
"OMJ": {Country: "JP", Continent: "AS"},
"OMK": {Country: "US", Continent: "NA"},
"OMM": {Country: "OM", Continent: "AS"},
"OMN": {Country: "UZ", Continent: "AS"},
"OMO": {Country: "BA", Continent: "EU"},
"OMR": {Country: "RO", Continent: "EU"},
"OMS": {Country: "RU", Continent: "AS"},
"OMY": {Country: "KH", Continent: "AS"},
"ONA": {Country: "US", Continent: "NA"},
"ONB": {Country: "PG", Continent: "OC"},
"OND": {Country: "NA", Continent: "AF"},
"ONG": {Country: "AU", Continent: "OC"},
"ONH": {Country: "US", Continent: "NA"},
"ONI": {Country: "ID", Continent: "AS"},
"ONJ": {Country: "JP", Continent: "AS"},
"ONK": {Country: "RU", Continent: "EU"},
"ONL": {Country: "US", Continent: "NA"},
"ONM": {Country: "US", Continent: "NA"},
"ONO": {Country: "US", Continent: "NA"},
"ONP": {Country: "US", Continent: "NA"},
"ONQ": {Country: "TR", Continent: "AS"},
"ONR": {Country: "AU", Continent: "OC"},
"ONS": {Country: "AU", Continent: "OC"},
"ONT": {Country: "US", Continent: "NA"},
"ONU": {Country: "FJ", Continent: "OC"},
"ONX": {Country: "PA", Continent: "NA"},
"ONY": {Country: "US", Continent: "NA"},
"OOA": {Country: "US", Continent: "NA"},
"OOD": {Country: "AU", Continent: "OC"},
"OOK": {Country: "US", Continent: "NA"},
"OOL": {Country: "AU", Continent: "OC"},
"OOM": {Country: "AU", Continent: "OC"},
"OOR": {Country: "AU", Continent: "OC"},
"OOT": {Country: "KI", Continent: "OC"},
"OPA": {Country: "IS", Continent: "EU"},
"OPB": {Country: "PG", Continent: "OC"},
"OPF": {Country: "US", Continent: "NA"},
"OPI": {Country: "AU", Continent: "OC"},
"OPL": {Country: "US", Continent: "NA"},
"OPO": {Country: "PT", Continent: "EU"},
"OPP": {Country: "BR", Continent: "SA"},
"OPS": {Country: "BR", Continent: "SA"},
"OPU": {Country: "PG", Continent: "OC"},
"OPW": {Country: "NA", Continent: "AF"},
"OQN": {Country: "UZ", Continent: "AS"},
"ORA": {Country: "AR", Continent: "SA"},
"ORB": {Country: "SE", Continent: "EU"},
"ORC": {Country: "CO", Continent: "SA"},
"ORD": {Country: "US", Continent: "NA"},
"ORE": {Country: "FR", Continent: "EU"},
"ORF": {Country: "US", Continent: "NA"},
"ORG": {Country: "SR", Continent: "SA"},
"ORH": {Country: "US", Continent: "NA"},
"ORI": {Country: "US", Continent: "NA"},
"ORJ": {Country: "GY", Continent: "SA"},
"ORK": {Country: "IE", Continent: "EU"},
"ORL": {Country: "US", Continent: "NA"},
"ORM": {Country: "GB", Continent: "EU"},
"ORN": {Country: "DZ", Continent: "AF"},
"ORO": {Country: "HN", Continent: "NA"},
"ORP": {Country: "BW", Continent: "AF"},
"ORR": {Country: "AU", Continent: "OC"},
"ORT": {Country: "US", Continent: "NA"},
"ORU": {Country: "BO", Continent: "SA"},
"ORV": {Country: "US", Continent: "NA"},
"ORW": {Country: "PK", Continent: "AS"},
"ORX": {Country: "BR", Continent: "SA"},
"ORY": {Country: "FR", Continent: "EU"},
"ORZ": {Country: "BZ", Continent: "NA"},
"OSB": {Country: "US", Continent: "NA"},
"OSC": {Country: "US", Continent: "NA"},
"OSD": {Country: "SE", Continent: "EU"},
"OSE": {Country: "PG", Continent: "OC"},
"OSG": {Country: "PG", Continent: "OC"},
"OSH": {Country: "US", Continent: "NA"},
"OSI": {Country: "HR", Continent: "EU"},
"OSJ": {Country: "KE", Continent: "AF"},
"OSK": {Country: "SE", Continent: "EU"},
"OSL": {Country: "NO", Continent: "EU"},
"OSM": {Country: "IQ", Continent: "AS"},
"OSN": {Country: "KR", Continent: "AS"},
"OSO": {Country: "AU", Continent: "OC"},
"OSR": {Country: "CZ", Continent: "EU"},
"OSS": {Country: "KG", Continent: "AS"},
"OST": {Country: "BE", Continent: "EU"},
"OSU": {Country: "US", Continent: "NA"},
"OSW": {Country: "RU", Continent: "AS"},
"OSX": {Country: "US", Continent: "NA"},
"OSY": {Country: "NO", Continent: "EU"},
"OTC": {Country: "TD", Continent: "AF"},
"OTD": {Country: "PA", Continent: "NA"},
"OTG": {Country: "US", Continent: "NA"},
"OTH": {Country: "US", Continent: "NA"},
"OTI": {Country: "ID", Continent: "AS"},
"OTJ": {Country: "NA", Continent: "AF"},
"OTK": {Country: "US", Continent: "NA"},
"OTL": {Country: "MR", Continent: "AF"},
"OTM": {Country: "US", Continent: "NA"},
"OTN": {Country: "US", Continent: "NA"},
"OTO": {Country: "CN", Continent: "AS"},
"OTP": {Country: "RO", Continent: "EU"},
"OTQ": {Country: "CN", Continent: "AS"},
"OTR": {Country: "CR", Continent: "NA"},
"OTS": {Country: "US", Continent: "NA"},
"OTT": {Country: "BR", Continent: "SA"},
"OTU": {Country: "CO", Continent: "SA"},
"OTZ": {Country: "US", Continent: "NA"},
"OUA": {Country: "BF", Continent: "AF"},
"OUD": {Country: "MA", Continent: "AF"},
"OUE": {Country: "CG", Continent: "AF"},
"OUG": {Country: "BF", Continent: "AF"},
"OUH": {Country: "ZA", Continent: "AF"},
"OUI": {Country: "FR", Continent: "EU"},
"OUL": {Country: "FI", Continent: "EU"},
"OUM": {Country: "TD", Continent: "AF"},
"OUN": {Country: "US", Continent: "NA"},
"OUR": {Country: "CM", Continent: "AF"},
"OUS": {Country: "BR", Continent: "SA"},
"OUT": {Country: "TD", Continent: "AF"},
"OUZ": {Country: "MR", Continent: "AF"},
"OVA": {Country: "MG", Continent: "AF"},
"OVB": {Country: "RU", Continent: "EU"},
"OVD": {Country: "ES", Continent: "EU"},
"OVE": {Country: "US", Continent: "NA"},
"OVG": {Country: "ZA", Continent: "AF"},
"OVL": {Country: "CL", Continent: "SA"},
"OVR": {Country: "AR", Continent: "SA"},
"OVS": {Country: "RU", Continent: "AS"},
"OWA": {Country: "US", Continent: "NA"},
"OWB": {Country: "US", Continent: "NA"},
"OWD": {Country: "US", Continent: "NA"},
"OWK": {Country: "US", Continent: "NA"},
"OXB": {Country: "GW", Continent: "AF"},
"OXC": {Country: "US", Continent: "NA"},
"OXD": {Country: "US", Continent: "NA"},
"OXF": {Country: "GB", Continent: "EU"},
"OXO": {Country: "AU", Continent: "OC"},
"OXR": {Country: "US", Continent: "NA"},
"OXY": {Country: "AU", Continent: "OC"},
"OYA": {Country: "AR", Continent: "SA"},
"OYC": {Country: "GF", Continent: "SA"},
"OYE": {Country: "GA", Continent: "AF"},
"OYG": {Country: "UG", Continent: "AF"},
"OYK": {Country: "BR", Continent: "SA"},
"OYL": {Country: "KE", Continent: "AF"},
"OYN": {Country: "AU", Continent: "OC"},
"OYO": {Country: "AR", Continent: "SA"},
"OYP": {Country: "GF", Continent: "SA"},
"OZA": {Country: "US", Continent: "NA"},
"OZC": {Country: "PH", Continent: "AS"},
"OZG": {Country: "MA", Continent: "AF"},
"OZH": {Country: "UA", Continent: "EU"},
"OZP": {Country: "ES", Continent: "EU"},
"OZR": {Country: "US", Continent: "NA"},
"OZZ": {Country: "MA", Continent: "AF"},
"PAA": {Country: "MM", Continent: "AS"},
"PAB": {Country: "IN", Continent: "AS"},
"PAC": {Country: "PA", Continent: "NA"},
"PAD": {Country: "DE", Continent: "EU"},
"PAE": {Country: "US", Continent: "NA"},
"PAF": {Country: "UG", Continent: "AF"},
"PAG": {Country: "PH", Continent: "AS"},
"PAH": {Country: "US", Continent: "NA"},
"PAJ": {Country: "PK", Continent: "AS"},
"PAK": {Country: "US", Continent: "OC"},
"PAL": {Country: "CO", Continent: "SA"},
"PAM": {Country: "US", Continent: "NA"},
"PAN": {Country: "TH", Continent: "AS"},
"PAO": {Country: "US", Continent: "NA"},
"PAP": {Country: "HT", Continent: "NA"},
"PAQ": {Country: "US", Continent: "NA"},
"PAS": {Country: "GR", Continent: "EU"},
"PAT": {Country: "IN", Continent: "AS"},
"PAU": {Country: "MM", Continent: "AS"},
"PAV": {Country: "BR", Continent: "SA"},
"PAW": {Country: "PG", Continent: "OC"},
"PAX": {Country: "HT", Continent: "NA"},
"PAY": {Country: "MY", Continent: "AS"},
"PAZ": {Country: "MX", Continent: "NA"},
"PBA": {Country: "BR", Continent: "SA"},
"PBB": {Country: "BR", Continent: "SA"},
"PBC": {Country: "MX", Continent: "NA"},
"PBD": {Country: "IN", Continent: "AS"},
"PBE": {Country: "CO", Continent: "SA"},
"PBF": {Country: "US", Continent: "NA"},
"PBG": {Country: "US", Continent: "NA"},
"PBH": {Country: "BT", Continent: "AS"},
"PBI": {Country: "US", Continent: "NA"},
"PBJ": {Country: "VU", Continent: "OC"},
"PBL": {Country: "VE", Continent: "SA"},
"PBM": {Country: "SR", Continent: "SA"},
"PBN": {Country: "AO", Continent: "AF"},
"PBO": {Country: "AU", Continent: "OC"},
"PBP": {Country: "CR", Continent: "NA"},
"PBQ": {Country: "BR", Continent: "SA"},
"PBR": {Country: "GT", Continent: "NA"},
"PBT": {Country: "PY", Continent: "SA"},
"PBU": {Country: "MM", Continent: "AS"},
"PBX": {Country: "BR", Continent: "SA"},
"PBZ": {Country: "ZA", Continent: "AF"},
"PCA": {Country: "US", Continent: "NA"},
"PCB": {Country: "ID", Continent: "AS"},
"PCC": {Country: "CO", Continent: "SA"},
"PCD": {Country: "US", Continent: "NA"},
"PCF": {Country: "ZA", Continent: "AF"},
"PCG": {Country: "GT", Continent: "NA"},
"PCH": {Country: "HN", Continent: "NA"},
"PCJ": {Country: "PY", Continent: "SA"},
"PCL": {Country: "PE", Continent: "SA"},
"PCM": {Country: "MX", Continent: "NA"},
"PCN": {Country: "NZ", Continent: "OC"},
"PCO": {Country: "MX", Continent: "NA"},
"PCP": {Country: "ST", Continent: "AF"},
"PCQ": {Country: "LA", Continent: "AS"},
"PCR": {Country: "CO", Continent: "SA"},
"PCS": {Country: "BR", Continent: "SA"},
"PCT": {Country: "US", Continent: "NA"},
"PCU": {Country: "US", Continent: "NA"},
"PCV": {Country: "MX", Continent: "NA"},
"PDA": {Country: "CO", Continent: "SA"},
"PDB": {Country: "US", Continent: "NA"},
"PDC": {Country: "NC", Continent: "OC"},
"PDD": {Country: "MZ", Continent: "AF"},
"PDE": {Country: "AU", Continent: "OC"},
"PDF": {Country: "BR", Continent: "SA"},
"PDG": {Country: "ID", Continent: "AS"},
"PDI": {Country: "PG", Continent: "OC"},
"PDK": {Country: "US", Continent: "NA"},
"PDL": {Country: "PT", Continent: "EU"},
"PDM": {Country: "PA", Continent: "NA"},
"PDN": {Country: "AU", Continent: "OC"},
"PDO": {Country: "ID", Continent: "AS"},
"PDP": {Country: "UY", Continent: "SA"},
"PDR": {Country: "BR", Continent: "SA"},
"PDS": {Country: "MX", Continent: "NA"},
"PDT": {Country: "US", Continent: "NA"},
"PDU": {Country: "UY", Continent: "SA"},
"PDV": {Country: "BG", Continent: "EU"},
"PDX": {Country: "US", Continent: "NA"},
"PDZ": {Country: "VE", Continent: "SA"},
"PEA": {Country: "AU", Continent: "OC"},
"PEB": {Country: "MZ", Continent: "AF"},
"PEC": {Country: "US", Continent: "NA"},
"PED": {Country: "CZ", Continent: "EU"},
"PEE": {Country: "RU", Continent: "AS"},
"PEF": {Country: "DE", Continent: "EU"},
"PEG": {Country: "IT", Continent: "EU"},
"PEH": {Country: "AR", Continent: "SA"},
"PEI": {Country: "CO", Continent: "SA"},
"PEK": {Country: "CN", Continent: "AS"},
"PEL": {Country: "LS", Continent: "AF"},
"PEM": {Country: "PE", Continent: "SA"},
"PEN": {Country: "MY", Continent: "AS"},
"PEP": {Country: "AU", Continent: "OC"},
"PEQ": {Country: "US", Continent: "NA"},
"PER": {Country: "AU", Continent: "OC"},
"PES": {Country: "RU", Continent: "EU"},
"PET": {Country: "BR", Continent: "SA"},
"PEU": {Country: "HN", Continent: "NA"},
"PEV": {Country: "HU", Continent: "EU"},
"PEW": {Country: "PK", Continent: "AS"},
"PEX": {Country: "RU", Continent: "EU"},
"PEY": {Country: "AU", Continent: "OC"},
"PEZ": {Country: "RU", Continent: "AS"},
"PFA": {Country: "CN", Continent: "AS"},
"PFB": {Country: "BR", Continent: "SA"},
"PFC": {Country: "US", Continent: "NA"},
"PFM": {Country: "CA", Continent: "NA"},
"PFO": {Country: "CY", Continent: "AS"},
"PFQ": {Country: "IR", Continent: "AS"},
"PFR": {Country: "CD", Continent: "AF"},
"PGA": {Country: "US", Continent: "NA"},
"PGB": {Country: "PG", Continent: "OC"},
"PGC": {Country: "US", Continent: "NA"},
"PGD": {Country: "US", Continent: "NA"},
"PGE": {Country: "PG", Continent: "OC"},
"PGF": {Country: "FR", Continent: "EU"},
"PGH": {Country: "IN", Continent: "AS"},
"PGI": {Country: "AO", Continent: "AF"},
"PGK": {Country: "ID", Continent: "AS"},
"PGL": {Country: "US", Continent: "NA"},
"PGM": {Country: "US", Continent: "NA"},
"PGN": {Country: "PG", Continent: "OC"},
"PGO": {Country: "US", Continent: "NA"},
"PGQ": {Country: "ID", Continent: "AS"},
"PGR": {Country: "US", Continent: "NA"},
"PGS": {Country: "US", Continent: "NA"},
"PGU": {Country: "IR", Continent: "AS"},
"PGV": {Country: "US", Continent: "NA"},
"PGX": {Country: "FR", Continent: "EU"},
"PGZ": {Country: "BR", Continent: "SA"},
"PHA": {Country: "VN", Continent: "AS"},
"PHB": {Country: "BR", Continent: "SA"},
"PHC": {Country: "NG", Continent: "AF"},
"PHD": {Country: "US", Continent: "NA"},
"PHE": {Country: "AU", Continent: "OC"},
"PHF": {Country: "US", Continent: "NA"},
"PHG": {Country: "NG", Continent: "AF"},
"PHH": {Country: "NP", Continent: "AS"},
"PHI": {Country: "BR", Continent: "SA"},
"PHK": {Country: "US", Continent: "NA"},
"PHL": {Country: "US", Continent: "NA"},
"PHN": {Country: "US", Continent: "NA"},
"PHO": {Country: "US", Continent: "NA"},
"PHP": {Country: "US", Continent: "NA"},
"PHQ": {Country: "AU", Continent: "OC"},
"PHR": {Country: "FJ", Continent: "OC"},
"PHS": {Country: "TH", Continent: "AS"},
"PHT": {Country: "US", Continent: "NA"},
"PHW": {Country: "ZA", Continent: "AF"},
"PHX": {Country: "US", Continent: "NA"},
"PHY": {Country: "TH", Continent: "AS"},
"PIA": {Country: "US", Continent: "NA"},
"PIB": {Country: "US", Continent: "NA"},
"PIC": {Country: "TC", Continent: "NA"},
"PIE": {Country: "US", Continent: "NA"},
"PIH": {Country: "US", Continent: "NA"},
"PIK": {Country: "GB", Continent: "EU"},
"PIL": {Country: "PY", Continent: "SA"},
"PIM": {Country: "US", Continent: "NA"},
"PIN": {Country: "BR", Continent: "SA"},
"PIO": {Country: "PE", Continent: "SA"},
"PIP": {Country: "US", Continent: "NA"},
"PIQ": {Country: "GY", Continent: "SA"},
"PIR": {Country: "US", Continent: "NA"},
"PIS": {Country: "FR", Continent: "EU"},
"PIT": {Country: "US", Continent: "NA"},
"PIU": {Country: "PE", Continent: "SA"},
"PIV": {Country: "BR", Continent: "SA"},
"PIW": {Country: "CA", Continent: "NA"},
"PIX": {Country: "PT", Continent: "EU"},
"PIZ": {Country: "US", Continent: "NA"},
"PJA": {Country: "SE", Continent: "EU"},
"PJB": {Country: "US", Continent: "NA"},
"PJC": {Country: "PY", Continent: "SA"},
"PJG": {Country: "PK", Continent: "AS"},
"PJM": {Country: "CR", Continent: "NA"},
"PKA": {Country: "US", Continent: "NA"},
"PKB": {Country: "US", Continent: "NA"},
"PKC": {Country: "RU", Continent: "AS"},
"PKD": {Country: "US", Continent: "NA"},
"PKE": {Country: "AU", Continent: "OC"},
"PKF": {Country: "US", Continent: "NA"},
"PKG": {Country: "MY", Continent: "AS"},
"PKJ": {Country: "GT", Continent: "NA"},
"PKK": {Country: "MM", Continent: "AS"},
"PKM": {Country: "GY", Continent: "SA"},
"PKN": {Country: "ID", Continent: "AS"},
"PKO": {Country: "BJ", Continent: "AF"},
"PKP": {Country: "PF", Continent: "OC"},
"PKR": {Country: "NP", Continent: "AS"},
"PKT": {Country: "AU", Continent: "OC"},
"PKU": {Country: "ID", Continent: "AS"},
"PKV": {Country: "RU", Continent: "EU"},
"PKW": {Country: "BW", Continent: "AF"},
"PKX": {Country: "CN", Continent: "AS"},
"PKY": {Country: "ID", Continent: "AS"},
"PKZ": {Country: "LA", Continent: "AS"},
"PLA": {Country: "CO", Continent: "SA"},
"PLD": {Country: "CR", Continent: "NA"},
"PLE": {Country: "PG", Continent: "OC"},
"PLF": {Country: "TD", Continent: "AF"},
"PLJ": {Country: "BZ", Continent: "NA"},
"PLK": {Country: "US", Continent: "NA"},
"PLL": {Country: "BR", Continent: "SA"},
"PLM": {Country: "ID", Continent: "AS"},
"PLN": {Country: "US", Continent: "NA"},
"PLO": {Country: "AU", Continent: "OC"},
"PLQ": {Country: "LT", Continent: "EU"},
"PLR": {Country: "US", Continent: "NA"},
"PLS": {Country: "TC", Continent: "NA"},
"PLT": {Country: "CO", Continent: "SA"},
"PLU": {Country: "BR", Continent: "SA"},
"PLV": {Country: "UA", Continent: "EU"},
"PLW": {Country: "ID", Continent: "AS"},
"PLX": {Country: "KZ", Continent: "AS"},
"PLY": {Country: "US", Continent: "NA"},
"PLZ": {Country: "ZA", Continent: "AF"},
"PMA": {Country: "TZ", Continent: "AF"},
"PMB": {Country: "US", Continent: "NA"},
"PMC": {Country: "CL", Continent: "SA"},
"PMD": {Country: "US", Continent: "NA"},
"PMF": {Country: "IT", Continent: "EU"},
"PMG": {Country: "BR", Continent: "SA"},
"PMH": {Country: "US", Continent: "NA"},
"PMI": {Country: "ES", Continent: "EU"},
"PMK": {Country: "AU", Continent: "OC"},
"PML": {Country: "US", Continent: "NA"},
"PMN": {Country: "PG", Continent: "OC"},
"PMO": {Country: "IT", Continent: "EU"},
"PMP": {Country: "PG", Continent: "OC"},
"PMQ": {Country: "AR", Continent: "SA"},
"PMR": {Country: "NZ", Continent: "OC"},
"PMS": {Country: "SY", Continent: "AS"},
"PMT": {Country: "GY", Continent: "SA"},
"PMV": {Country: "VE", Continent: "NA"},
"PMW": {Country: "BR", Continent: "SA"},
"PMY": {Country: "AR", Continent: "SA"},
"PMZ": {Country: "CR", Continent: "NA"},
"PNA": {Country: "ES", Continent: "EU"},
"PNB": {Country: "BR", Continent: "SA"},
"PNC": {Country: "US", Continent: "NA"},
"PND": {Country: "BZ", Continent: "NA"},
"PNE": {Country: "US", Continent: "NA"},
"PNG": {Country: "BR", Continent: "SA"},
"PNH": {Country: "KH", Continent: "AS"},
"PNI": {Country: "FM", Continent: "OC"},
"PNJ": {Country: "CN", Continent: "AS"},
"PNK": {Country: "ID", Continent: "AS"},
"PNL": {Country: "IT", Continent: "EU"},
"PNN": {Country: "US", Continent: "NA"},
"PNP": {Country: "PG", Continent: "OC"},
"PNQ": {Country: "IN", Continent: "AS"},
"PNR": {Country: "CG", Continent: "AF"},
"PNS": {Country: "US", Continent: "NA"},
"PNT": {Country: "CL", Continent: "SA"},
"PNU": {Country: "US", Continent: "NA"},
"PNV": {Country: "LT", Continent: "EU"},
"PNX": {Country: "US", Continent: "NA"},
"PNY": {Country: "IN", Continent: "AS"},
"PNZ": {Country: "BR", Continent: "SA"},
"POA": {Country: "BR", Continent: "SA"},
"POB": {Country: "US", Continent: "NA"},
"POC": {Country: "US", Continent: "NA"},
"POD": {Country: "SN", Continent: "AF"},
"POE": {Country: "US", Continent: "NA"},
"POF": {Country: "US", Continent: "NA"},
"POG": {Country: "GA", Continent: "AF"},
"POH": {Country: "US", Continent: "NA"},
"POI": {Country: "BO", Continent: "SA"},
"POJ": {Country: "BR", Continent: "SA"},
"POL": {Country: "MZ", Continent: "AF"},
"POM": {Country: "PG", Continent: "OC"},
"PON": {Country: "GT", Continent: "NA"},
"POO": {Country: "BR", Continent: "SA"},
"POP": {Country: "DO", Continent: "NA"},
"POR": {Country: "FI", Continent: "EU"},
"POS": {Country: "TT", Continent: "NA"},
"POT": {Country: "JM", Continent: "NA"},
"POU": {Country: "US", Continent: "NA"},
"POV": {Country: "SK", Continent: "EU"},
"POW": {Country: "SI", Continent: "EU"},
"POX": {Country: "FR", Continent: "EU"},
"POY": {Country: "US", Continent: "NA"},
"POZ": {Country: "PL", Continent: "EU"},
"PPA": {Country: "US", Continent: "NA"},
"PPB": {Country: "BR", Continent: "SA"},
"PPC": {Country: "US", Continent: "NA"},
"PPE": {Country: "MX", Continent: "NA"},
"PPF": {Country: "US", Continent: "NA"},
"PPG": {Country: "AS", Continent: "OC"},
"PPH": {Country: "VE", Continent: "SA"},
"PPI": {Country: "AU", Continent: "OC"},
"PPJ": {Country: "ID", Continent: "AS"},
"PPK": {Country: "KZ", Continent: "AS"},
"PPL": {Country: "NP", Continent: "AS"},
"PPM": {Country: "US", Continent: "NA"},
"PPN": {Country: "CO", Continent: "SA"},
"PPP": {Country: "AU", Continent: "OC"},
"PPQ": {Country: "NZ", Continent: "OC"},
"PPR": {Country: "ID", Continent: "AS"},
"PPS": {Country: "PH", Continent: "AS"},
"PPT": {Country: "PF", Continent: "OC"},
"PPU": {Country: "MM", Continent: "AS"},
"PPV": {Country: "US", Continent: "NA"},
"PPW": {Country: "GB", Continent: "EU"},
"PPX": {Country: "PG", Continent: "OC"},
"PPY": {Country: "BR", Continent: "SA"},
"PPZ": {Country: "VE", Continent: "SA"},
"PQC": {Country: "VN", Continent: "AS"},
"PQD": {Country: "LK", Continent: "AS"},
"PQI": {Country: "US", Continent: "NA"},
"PQM": {Country: "MX", Continent: "NA"},
"PQQ": {Country: "AU", Continent: "OC"},
"PQS": {Country: "US", Continent: "NA"},
"PQT": {Country: "GL", Continent: "NA"},
"PRA": {Country: "AR", Continent: "SA"},
"PRB": {Country: "US", Continent: "NA"},
"PRC": {Country: "US", Continent: "NA"},
"PRD": {Country: "AU", Continent: "OC"},
"PRE": {Country: "CO", Continent: "SA"},
"PRG": {Country: "CZ", Continent: "EU"},
"PRH": {Country: "TH", Continent: "AS"},
"PRI": {Country: "SC", Continent: "AF"},
"PRK": {Country: "ZA", Continent: "AF"},
"PRM": {Country: "PT", Continent: "EU"},
"PRN": {Country: "XK", Continent: "EU"},
"PRO": {Country: "US", Continent: "NA"},
"PRP": {Country: "FR", Continent: "EU"},
"PRQ": {Country: "AR", Continent: "SA"},
"PRR": {Country: "GY", Continent: "SA"},
"PRS": {Country: "SB", Continent: "OC"},
"PRU": {Country: "MM", Continent: "AS"},
"PRV": {Country: "CZ", Continent: "EU"},
"PRW": {Country: "US", Continent: "NA"},
"PRX": {Country: "US", Continent: "NA"},
"PRY": {Country: "ZA", Continent: "AF"},
"PRZ": {Country: "US", Continent: "NA"},
"PSA": {Country: "IT", Continent: "EU"},
"PSB": {Country: "US", Continent: "NA"},
"PSC": {Country: "US", Continent: "NA"},
"PSD": {Country: "EG", Continent: "AF"},
"PSE": {Country: "PR", Continent: "NA"},
"PSF": {Country: "US", Continent: "NA"},
"PSG": {Country: "US", Continent: "NA"},
"PSH": {Country: "DE", Continent: "EU"},
"PSI": {Country: "PK", Continent: "AS"},
"PSJ": {Country: "ID", Continent: "AS"},
"PSK": {Country: "US", Continent: "NA"},
"PSL": {Country: "GB", Continent: "EU"},
"PSM": {Country: "US", Continent: "NA"},
"PSN": {Country: "US", Continent: "NA"},
"PSO": {Country: "CO", Continent: "SA"},
"PSP": {Country: "US", Continent: "NA"},
"PSQ": {Country: "US", Continent: "NA"},
"PSR": {Country: "IT", Continent: "EU"},
"PSS": {Country: "AR", Continent: "SA"},
"PSU": {Country: "ID", Continent: "AS"},
"PSW": {Country: "BR", Continent: "SA"},
"PSX": {Country: "US", Continent: "NA"},
"PSY": {Country: "FK", Continent: "SA"},
"PSZ": {Country: "BO", Continent: "SA"},
"PTA": {Country: "US", Continent: "NA"},
"PTB": {Country: "US", Continent: "NA"},
"PTC": {Country: "US", Continent: "NA"},
"PTD": {Country: "US", Continent: "NA"},
"PTF": {Country: "FJ", Continent: "OC"},
"PTG": {Country: "ZA", Continent: "AF"},
"PTH": {Country: "US", Continent: "NA"},
"PTJ": {Country: "AU", Continent: "OC"},
"PTK": {Country: "US", Continent: "NA"},
"PTL": {Country: "PE", Continent: "SA"},
"PTM": {Country: "VE", Continent: "SA"},
"PTN": {Country: "US", Continent: "NA"},
"PTO": {Country: "BR", Continent: "SA"},
"PTP": {Country: "GP", Continent: "NA"},
"PTQ": {Country: "BR", Continent: "SA"},
"PTS": {Country: "US", Continent: "NA"},
"PTT": {Country: "US", Continent: "NA"},
"PTU": {Country: "US", Continent: "NA"},
"PTV": {Country: "US", Continent: "NA"},
"PTW": {Country: "US", Continent: "NA"},
"PTX": {Country: "CO", Continent: "SA"},
"PTY": {Country: "PA", Continent: "NA"},
"PTZ": {Country: "EC", Continent: "SA"},
"PUA": {Country: "PG", Continent: "OC"},
"PUB": {Country: "US", Continent: "NA"},
"PUC": {Country: "US", Continent: "NA"},
"PUD": {Country: "AR", Continent: "SA"},
"PUE": {Country: "PA", Continent: "NA"},
"PUF": {Country: "FR", Continent: "EU"},
"PUG": {Country: "AU", Continent: "OC"},
"PUJ": {Country: "DO", Continent: "NA"},
"PUK": {Country: "PF", Continent: "OC"},
"PUL": {Country: "US", Continent: "NA"},
"PUN": {Country: "CD", Continent: "AF"},
"PUP": {Country: "BF", Continent: "AF"},
"PUQ": {Country: "CL", Continent: "SA"},
"PUR": {Country: "BO", Continent: "SA"},
"PUS": {Country: "KR", Continent: "AS"},
"PUT": {Country: "IN", Continent: "AS"},
"PUU": {Country: "CO", Continent: "SA"},
"PUV": {Country: "NC", Continent: "OC"},
"PUW": {Country: "US", Continent: "NA"},
"PUX": {Country: "CL", Continent: "SA"},
"PUY": {Country: "HR", Continent: "EU"},
"PUZ": {Country: "NI", Continent: "NA"},
"PVA": {Country: "CO", Continent: "NA"},
"PVC": {Country: "US", Continent: "NA"},
"PVD": {Country: "US", Continent: "NA"},
"PVF": {Country: "US", Continent: "NA"},
"PVG": {Country: "CN", Continent: "AS"},
"PVH": {Country: "BR", Continent: "SA"},
"PVI": {Country: "BR", Continent: "SA"},
"PVK": {Country: "GR", Continent: "EU"},
"PVL": {Country: "US", Continent: "NA"},
"PVO": {Country: "EC", Continent: "SA"},
"PVR": {Country: "MX", Continent: "NA"},
"PVS": {Country: "RU", Continent: "EU"},
"PVU": {Country: "US", Continent: "NA"},
"PVW": {Country: "US", Continent: "NA"},
"PWA": {Country: "US", Continent: "NA"},
"PWD": {Country: "US", Continent: "NA"},
"PWE": {Country: "RU", Continent: "AS"},
"PWI": {Country: "ET", Continent: "AF"},
"PWK": {Country: "US", Continent: "NA"},
"PWL": {Country: "ID", Continent: "AS"},
"PWM": {Country: "US", Continent: "NA"},
"PWN": {Country: "BS", Continent: "NA"},
"PWO": {Country: "CD", Continent: "AF"},
"PWQ": {Country: "KZ", Continent: "AS"},
"PWR": {Country: "US", Continent: "NA"},
"PWT": {Country: "US", Continent: "NA"},
"PWY": {Country: "US", Continent: "NA"},
"PXA": {Country: "ID", Continent: "AS"},
"PXH": {Country: "AU", Continent: "OC"},
"PXL": {Country: "US", Continent: "NA"},
"PXM": {Country: "MX", Continent: "NA"},
"PXO": {Country: "PT", Continent: "EU"},
"PXR": {Country: "TH", Continent: "AS"},
"PXU": {Country: "VN", Continent: "AS"},
"PYA": {Country: "CO", Continent: "SA"},
"PYB": {Country: "IN", Continent: "AS"},
"PYC": {Country: "PA", Continent: "NA"},
"PYE": {Country: "CK", Continent: "OC"},
"PYG": {Country: "IN", Continent: "AS"},
"PYH": {Country: "VE", Continent: "SA"},
"PYJ": {Country: "RU", Continent: "AS"},
"PYK": {Country: "IR", Continent: "AS"},
"PYL": {Country: "US", Continent: "NA"},
"PYM": {Country: "US", Continent: "NA"},
"PYN": {Country: "CO", Continent: "SA"},
"PYO": {Country: "EC", Continent: "SA"},
"PYR": {Country: "GR", Continent: "EU"},
"PYS": {Country: "US", Continent: "NA"},
"PYT": {Country: "BR", Continent: "SA"},
"PYV": {Country: "PA", Continent: "NA"},
"PYY": {Country: "TH", Continent: "AS"},
"PZA": {Country: "CO", Continent: "SA"},
"PZB": {Country: "ZA", Continent: "AF"},
"PZE": {Country: "GB", Continent: "EU"},
"PZH": {Country: "PK", Continent: "AS"},
"PZI": {Country: "CN", Continent: "AS"},
"PZK": {Country: "CK", Continent: "OC"},
"PZL": {Country: "ZA", Continent: "AF"},
"PZO": {Country: "VE", Continent: "SA"},
"PZR": {Country: "CO", Continent: "SA"},
"PZS": {Country: "CL", Continent: "SA"},
"PZU": {Country: "SD", Continent: "AF"},
"PZY": {Country: "SK", Continent: "EU"},
"QBC": {Country: "CA", Continent: "NA"},
"QCH": {Country: "BR", Continent: "SA"},
"QCP": {Country: "BR", Continent: "SA"},
"QCU": {Country: "GL", Continent: "NA"},
"QCY": {Country: "GB", Continent: "EU"},
"QDB": {Country: "BR", Continent: "SA"},
"QDV": {Country: "BR", Continent: "SA"},
"QDY": {Country: "KR", Continent: "AS"},
"QFG": {Country: "GL", Continent: "NA"},
"QFI": {Country: "GL", Continent: "NA"},
"QFN": {Country: "GL", Continent: "NA"},
"QFX": {Country: "GL", Continent: "NA"},
"QGF": {Country: "BR", Continent: "SA"},
"QGP": {Country: "BR", Continent: "SA"},
"QGQ": {Country: "GL", Continent: "NA"},
"QGU": {Country: "JP", Continent: "AS"},
"QHR": {Country: "ET", Continent: "AF"},
"QHU": {Country: "DE", Continent: "EU"},
"QHV": {Country: "BR", Continent: "SA"},
"QIG": {Country: "BR", Continent: "SA"},
"QIT": {Country: "BR", Continent: "SA"},
"QJE": {Country: "GL", Continent: "NA"},
"QJH": {Country: "GL", Continent: "NA"},
"QJI": {Country: "GL", Continent: "NA"},
"QJP": {Country: "KR", Continent: "AS"},
"QMJ": {Country: "IR", Continent: "AS"},
"QNS": {Country: "BR", Continent: "SA"},
"QOQ": {Country: "GL", Continent: "NA"},
"QOW": {Country: "NG", Continent: "AF"},
"QPG": {Country: "SG", Continent: "AS"},
"QPW": {Country: "GL", Continent: "NA"},
"QRA": {Country: "ZA", Continent: "AF"},
"QRF": {Country: "AR", Continent: "SA"},
"QRM": {Country: "AU", Continent: "OC"},
"QRO": {Country: "MX", Continent: "NA"},
"QRW": {Country: "NG", Continent: "AF"},
"QRY": {Country: "GL", Continent: "NA"},
"QSC": {Country: "BR", Continent: "SA"},
"QSF": {Country: "DZ", Continent: "AF"},
"QSI": {Country: "TZ", Continent: "AF"},
"QSR": {Country: "IT", Continent: "EU"},
"QSX": {Country: "GY", Continent: "SA"},
"QSZ": {Country: "CN", Continent: "AS"},
"QUB": {Country: "LY", Continent: "AF"},
"QUG": {Country: "GB", Continent: "EU"},
"QUO": {Country: "NG", Continent: "AF"},
"QUV": {Country: "GL", Continent: "NA"},
"QUW": {Country: "GL", Continent: "NA"},
"QUY": {Country: "GB", Continent: "EU"},
"RAA": {Country: "PG", Continent: "OC"},
"RAB": {Country: "PG", Continent: "OC"},
"RAC": {Country: "US", Continent: "NA"},
"RAD": {Country: "VG", Continent: "NA"},
"RAE": {Country: "SA", Continent: "AS"},
"RAF": {Country: "AR", Continent: "SA"},
"RAG": {Country: "NZ", Continent: "OC"},
"RAH": {Country: "SA", Continent: "AS"},
"RAI": {Country: "CV", Continent: "AF"},
"RAJ": {Country: "IN", Continent: "AS"},
"RAK": {Country: "MA", Continent: "AF"},
"RAL": {Country: "US", Continent: "NA"},
"RAM": {Country: "AU", Continent: "OC"},
"RAN": {Country: "IT", Continent: "EU"},
"RAO": {Country: "BR", Continent: "SA"},
"RAP": {Country: "US", Continent: "NA"},
"RAQ": {Country: "ID", Continent: "AS"},
"RAR": {Country: "CK", Continent: "OC"},
"RAS": {Country: "IR", Continent: "AS"},
"RAV": {Country: "CO", Continent: "SA"},
"RAW": {Country: "PG", Continent: "OC"},
"RAX": {Country: "PG", Continent: "OC"},
"RAZ": {Country: "PK", Continent: "AS"},
"RBA": {Country: "MA", Continent: "AF"},
"RBB": {Country: "BR", Continent: "SA"},
"RBC": {Country: "AU", Continent: "OC"},
"RBD": {Country: "US", Continent: "NA"},
"RBE": {Country: "KH", Continent: "AS"},
"RBF": {Country: "US", Continent: "NA"},
"RBG": {Country: "US", Continent: "NA"},
"RBI": {Country: "FJ", Continent: "OC"},
"RBJ": {Country: "JP", Continent: "AS"},
"RBK": {Country: "US", Continent: "NA"},
"RBL": {Country: "US", Continent: "NA"},
"RBM": {Country: "DE", Continent: "EU"},
"RBO": {Country: "BO", Continent: "SA"},
"RBP": {Country: "PG", Continent: "OC"},
"RBQ": {Country: "BO", Continent: "SA"},
"RBR": {Country: "BR", Continent: "SA"},
"RBS": {Country: "AU", Continent: "OC"},
"RBT": {Country: "KE", Continent: "AF"},
"RBU": {Country: "AU", Continent: "OC"},
"RBV": {Country: "SB", Continent: "OC"},
"RBW": {Country: "US", Continent: "NA"},
"RBX": {Country: "SS", Continent: "AF"},
"RBY": {Country: "US", Continent: "NA"},
"RBZ": {Country: "UZ", Continent: "AS"},
"RCA": {Country: "US", Continent: "NA"},
"RCB": {Country: "ZA", Continent: "AF"},
"RCE": {Country: "US", Continent: "NA"},
"RCH": {Country: "CO", Continent: "SA"},
"RCK": {Country: "US", Continent: "NA"},
"RCL": {Country: "VU", Continent: "OC"},
"RCM": {Country: "AU", Continent: "OC"},
"RCO": {Country: "FR", Continent: "EU"},
"RCQ": {Country: "AR", Continent: "SA"},
"RCR": {Country: "US", Continent: "NA"},
"RCS": {Country: "GB", Continent: "EU"},
"RCU": {Country: "AR", Continent: "SA"},
"RCY": {Country: "BS", Continent: "NA"},
"RDA": {Country: "AU", Continent: "OC"},
"RDB": {Country: "US", Continent: "NA"},
"RDC": {Country: "BR", Continent: "SA"},
"RDD": {Country: "US", Continent: "NA"},
"RDE": {Country: "ID", Continent: "AS"},
"RDG": {Country: "US", Continent: "NA"},
"RDL": {Country: "EG", Continent: "AS"},
"RDM": {Country: "US", Continent: "NA"},
"RDN": {Country: "MY", Continent: "AS"},
"RDO": {Country: "PL", Continent: "EU"},
"RDP": {Country: "IN", Continent: "AS"},
"RDR": {Country: "US", Continent: "NA"},
"RDS": {Country: "AR", Continent: "SA"},
"RDT": {Country: "SN", Continent: "AF"},
"RDU": {Country: "US", Continent: "NA"},
"RDV": {Country: "US", Continent: "NA"},
"RDZ": {Country: "FR", Continent: "EU"},
"REA": {Country: "PF", Continent: "OC"},
"REB": {Country: "DE", Continent: "EU"},
"REC": {Country: "BR", Continent: "SA"},
"RED": {Country: "US", Continent: "NA"},
"REE": {Country: "US", Continent: "NA"},
"REG": {Country: "IT", Continent: "EU"},
"REI": {Country: "GF", Continent: "SA"},
"REL": {Country: "AR", Continent: "SA"},
"REN": {Country: "RU", Continent: "AS"},
"REO": {Country: "US", Continent: "NA"},
"REQ": {Country: "PK", Continent: "AS"},
"RER": {Country: "GT", Continent: "NA"},
"RES": {Country: "AR", Continent: "SA"},
"RET": {Country: "NO", Continent: "EU"},
"REU": {Country: "ES", Continent: "EU"},
"REW": {Country: "IN", Continent: "AS"},
"REX": {Country: "MX", Continent: "NA"},
"REY": {Country: "BO", Continent: "SA"},
"REZ": {Country: "BR", Continent: "SA"},
"RFA": {Country: "CF", Continent: "AF"},
"RFD": {Country: "US", Continent: "NA"},
"RFG": {Country: "US", Continent: "NA"},
"RFK": {Country: "US", Continent: "NA"},
"RFN": {Country: "IS", Continent: "EU"},
"RFP": {Country: "PF", Continent: "OC"},
"RFR": {Country: "CR", Continent: "NA"},
"RFS": {Country: "NI", Continent: "NA"},
"RGA": {Country: "AR", Continent: "SA"},
"RGH": {Country: "IN", Continent: "AS"},
"RGI": {Country: "PF", Continent: "OC"},
"RGK": {Country: "RU", Continent: "EU"},
"RGL": {Country: "AR", Continent: "SA"},
"RGN": {Country: "MM", Continent: "AS"},
"RGO": {Country: "KP", Continent: "AS"},
"RGR": {Country: "US", Continent: "NA"},
"RGS": {Country: "ES", Continent: "EU"},
"RGT": {Country: "ID", Continent: "AS"},
"RHA": {Country: "IS", Continent: "EU"},
"RHD": {Country: "AR", Continent: "SA"},
"RHG": {Country: "RW", Continent: "AF"},
"RHI": {Country: "US", Continent: "NA"},
"RHL": {Country: "AU", Continent: "OC"},
"RHN": {Country: "NA", Continent: "AF"},
"RHO": {Country: "GR", Continent: "AS"},
"RHP": {Country: "NP", Continent: "AS"},
"RHT": {Country: "CN", Continent: "AS"},
"RHV": {Country: "US", Continent: "NA"},
"RIA": {Country: "BR", Continent: "SA"},
"RIB": {Country: "BO", Continent: "SA"},
"RIC": {Country: "US", Continent: "NA"},
"RID": {Country: "US", Continent: "NA"},
"RIE": {Country: "US", Continent: "NA"},
"RIF": {Country: "US", Continent: "NA"},
"RIG": {Country: "BR", Continent: "SA"},
"RIH": {Country: "PA", Continent: "NA"},
"RIJ": {Country: "PE", Continent: "SA"},
"RIL": {Country: "US", Continent: "NA"},
"RIM": {Country: "PE", Continent: "SA"},
"RIN": {Country: "SB", Continent: "OC"},
"RIR": {Country: "US", Continent: "NA"},
"RIS": {Country: "JP", Continent: "AS"},
"RIV": {Country: "US", Continent: "NA"},
"RIW": {Country: "US", Continent: "NA"},
"RIX": {Country: "LV", Continent: "EU"},
"RIY": {Country: "YE", Continent: "AS"},
"RIZ": {Country: "CN", Continent: "AS"},
"RJA": {Country: "IN", Continent: "AS"},
"RJB": {Country: "NP", Continent: "AS"},
"RJH": {Country: "BD", Continent: "AS"},
"RJI": {Country: "IN", Continent: "AS"},
"RJK": {Country: "HR", Continent: "EU"},
"RJL": {Country: "ES", Continent: "EU"},
"RJM": {Country: "ID", Continent: "AS"},
"RJN": {Country: "IR", Continent: "AS"},
"RKA": {Country: "PF", Continent: "OC"},
"RKD": {Country: "US", Continent: "NA"},
"RKE": {Country: "DK", Continent: "EU"},
"RKH": {Country: "US", Continent: "NA"},
"RKI": {Country: "ID", Continent: "AS"},
"RKP": {Country: "US", Continent: "NA"},
"RKR": {Country: "US", Continent: "NA"},
"RKS": {Country: "US", Continent: "NA"},
"RKT": {Country: "AE", Continent: "AS"},
"RKU": {Country: "PG", Continent: "OC"},
"RKV": {Country: "IS", Continent: "EU"},
"RKW": {Country: "US", Continent: "NA"},
"RKY": {Country: "AU", Continent: "OC"},
"RKZ": {Country: "CN", Continent: "AS"},
"RLA": {Country: "US", Continent: "NA"},
"RLD": {Country: "US", Continent: "NA"},
"RLG": {Country: "DE", Continent: "EU"},
"RLK": {Country: "CN", Continent: "AS"},
"RLO": {Country: "AR", Continent: "SA"},
"RLP": {Country: "AU", Continent: "OC"},
"RLR": {Country: "MG", Continent: "AF"},
"RLT": {Country: "NE", Continent: "AF"},
"RMA": {Country: "AU", Continent: "OC"},
"RMB": {Country: "OM", Continent: "AS"},
"RMD": {Country: "IN", Continent: "AS"},
"RME": {Country: "US", Continent: "NA"},
"RMF": {Country: "EG", Continent: "AF"},
"RMG": {Country: "US", Continent: "NA"},
"RMI": {Country: "IT", Continent: "EU"},
"RMK": {Country: "AU", Continent: "OC"},
"RML": {Country: "LK", Continent: "AS"},
"RMN": {Country: "PG", Continent: "OC"},
"RMO": {Country: "MD", Continent: "EU"},
"RMP": {Country: "US", Continent: "NA"},
"RMQ": {Country: "TW", Continent: "AS"},
"RMS": {Country: "DE", Continent: "EU"},
"RMT": {Country: "PF", Continent: "OC"},
"RMU": {Country: "ES", Continent: "EU"},
"RMY": {Country: "US", Continent: "NA"},
"RMZ": {Country: "RU", Continent: "AS"},
"RNA": {Country: "SB", Continent: "OC"},
"RNB": {Country: "SE", Continent: "EU"},
"RNC": {Country: "US", Continent: "NA"},
"RND": {Country: "US", Continent: "NA"},
"RNE": {Country: "FR", Continent: "EU"},
"RNH": {Country: "US", Continent: "NA"},
"RNI": {Country: "NI", Continent: "NA"},
"RNJ": {Country: "JP", Continent: "AS"},
"RNL": {Country: "SB", Continent: "OC"},
"RNM": {Country: "OM", Continent: "AS"},
"RNN": {Country: "DK", Continent: "EU"},
"RNO": {Country: "US", Continent: "NA"},
"RNP": {Country: "MH", Continent: "OC"},
"RNS": {Country: "FR", Continent: "EU"},
"RNT": {Country: "US", Continent: "NA"},
"RNU": {Country: "MY", Continent: "AS"},
"RNZ": {Country: "US", Continent: "NA"},
"ROA": {Country: "US", Continent: "NA"},
"ROB": {Country: "LR", Continent: "AF"},
"ROC": {Country: "US", Continent: "NA"},
"ROD": {Country: "ZA", Continent: "AF"},
"ROF": {Country: "US", Continent: "NA"},
"ROG": {Country: "US", Continent: "NA"},
"ROH": {Country: "AU", Continent: "OC"},
"ROI": {Country: "TH", Continent: "AS"},
"ROK": {Country: "AU", Continent: "OC"},
"ROL": {Country: "US", Continent: "NA"},
"RON": {Country: "CO", Continent: "SA"},
"ROO": {Country: "BR", Continent: "SA"},
"ROP": {Country: "MP", Continent: "OC"},
"ROR": {Country: "PW", Continent: "OC"},
"ROS": {Country: "AR", Continent: "SA"},
"ROT": {Country: "NZ", Continent: "OC"},
"ROU": {Country: "BG", Continent: "EU"},
"ROV": {Country: "RU", Continent: "EU"},
"ROW": {Country: "US", Continent: "NA"},
"ROX": {Country: "US", Continent: "NA"},
"ROY": {Country: "AR", Continent: "SA"},
"ROZ": {Country: "ES", Continent: "EU"},
"RPA": {Country: "NP", Continent: "AS"},
"RPB": {Country: "AU", Continent: "OC"},
"RPM": {Country: "AU", Continent: "OC"},
"RPN": {Country: "IL", Continent: "AS"},
"RPR": {Country: "IN", Continent: "AS"},
"RPU": {Country: "BR", Continent: "SA"},
"RPV": {Country: "AU", Continent: "OC"},
"RPX": {Country: "US", Continent: "NA"},
"RQA": {Country: "CN", Continent: "AS"},
"RQO": {Country: "US", Continent: "NA"},
"RQW": {Country: "IQ", Continent: "AS"},
"RQY": {Country: "IN", Continent: "AS"},
"RRE": {Country: "AU", Continent: "OC"},
"RRG": {Country: "MU", Continent: "AF"},
"RRJ": {Country: "BR", Continent: "SA"},
"RRK": {Country: "IN", Continent: "AS"},
"RRL": {Country: "US", Continent: "NA"},
"RRM": {Country: "MZ", Continent: "AF"},
"RRR": {Country: "PF", Continent: "OC"},
"RRS": {Country: "NO", Continent: "EU"},
"RRT": {Country: "US", Continent: "NA"},
"RRV": {Country: "AU", Continent: "OC"},
"RSA": {Country: "AR", Continent: "SA"},
"RSB": {Country: "AU", Continent: "OC"},
"RSD": {Country: "BS", Continent: "NA"},
"RSE": {Country: "AU", Continent: "OC"},
"RSH": {Country: "US", Continent: "NA"},
"RSI": {Country: "SA", Continent: "AS"},
"RSJ": {Country: "US", Continent: "NA"},
"RSK": {Country: "ID", Continent: "AS"},
"RSL": {Country: "US", Continent: "NA"},
"RSN": {Country: "US", Continent: "NA"},
"RSS": {Country: "SD", Continent: "AF"},
"RST": {Country: "US", Continent: "NA"},
"RSU": {Country: "KR", Continent: "AS"},
"RSW": {Country: "US", Continent: "NA"},
"RSX": {Country: "US", Continent: "NA"},
"RTA": {Country: "FJ", Continent: "OC"},
"RTB": {Country: "HN", Continent: "NA"},
"RTC": {Country: "IN", Continent: "AS"},
"RTE": {Country: "BR", Continent: "SA"},
"RTG": {Country: "ID", Continent: "AS"},
"RTI": {Country: "ID", Continent: "AS"},
"RTL": {Country: "US", Continent: "NA"},
"RTM": {Country: "NL", Continent: "EU"},
"RTN": {Country: "US", Continent: "NA"},
"RTO": {Country: "ID", Continent: "AS"},
"RTP": {Country: "AU", Continent: "OC"},
"RTS": {Country: "AU", Continent: "OC"},
"RTU": {Country: "ID", Continent: "AS"},
"RTY": {Country: "AU", Continent: "OC"},
"RUA": {Country: "UG", Continent: "AF"},
"RUD": {Country: "IR", Continent: "AS"},
"RUE": {Country: "CD", Continent: "AF"},
"RUF": {Country: "ID", Continent: "AS"},
"RUG": {Country: "CN", Continent: "AS"},
"RUH": {Country: "SA", Continent: "AS"},
"RUI": {Country: "US", Continent: "NA"},
"RUK": {Country: "NP", Continent: "AS"},
"RUL": {Country: "MV", Continent: "AS"},
"RUM": {Country: "NP", Continent: "AS"},
"RUN": {Country: "RE", Continent: "AF"},
"RUP": {Country: "IN", Continent: "AS"},
"RUR": {Country: "PF", Continent: "OC"},
"RUS": {Country: "SB", Continent: "OC"},
"RUT": {Country: "US", Continent: "NA"},
"RUU": {Country: "PG", Continent: "OC"},
"RUV": {Country: "GT", Continent: "NA"},
"RUY": {Country: "HN", Continent: "NA"},
"RVA": {Country: "MG", Continent: "AF"},
"RVC": {Country: "LR", Continent: "AF"},
"RVD": {Country: "BR", Continent: "SA"},
"RVE": {Country: "CO", Continent: "SA"},
"RVK": {Country: "NO", Continent: "EU"},
"RVN": {Country: "FI", Continent: "EU"},
"RVO": {Country: "ZA", Continent: "AF"},
"RVR": {Country: "US", Continent: "NA"},
"RVS": {Country: "US", Continent: "NA"},
"RVT": {Country: "AU", Continent: "OC"},
"RVV": {Country: "PF", Continent: "OC"},
"RVY": {Country: "UY", Continent: "SA"},
"RWF": {Country: "US", Continent: "NA"},
"RWI": {Country: "US", Continent: "NA"},
"RWL": {Country: "US", Continent: "NA"},
"RWN": {Country: "UA", Continent: "EU"},
"RXA": {Country: "YE", Continent: "AS"},
"RXE": {Country: "US", Continent: "NA"},
"RXS": {Country: "PH", Continent: "AS"},
"RYB": {Country: "RU", Continent: "EU"},
"RYK": {Country: "PK", Continent: "AS"},
"RYL": {Country: "ZM", Continent: "AF"},
"RYN": {Country: "FR", Continent: "EU"},
"RYO": {Country: "AR", Continent: "SA"},
"RZA": {Country: "AR", Continent: "SA"},
"RZE": {Country: "PL", Continent: "EU"},
"RZH": {Country: "RU", Continent: "AS"},
"RZP": {Country: "PH", Continent: "AS"},
"RZR": {Country: "IR", Continent: "AS"},
"RZS": {Country: "PK", Continent: "AS"},
"RZV": {Country: "TR", Continent: "AS"},
"SAA": {Country: "US", Continent: "NA"},
"SAB": {Country: "BQ", Continent: "NA"},
"SAC": {Country: "US", Continent: "NA"},
"SAD": {Country: "US", Continent: "NA"},
"SAE": {Country: "GL", Continent: "NA"},
"SAF": {Country: "US", Continent: "NA"},
"SAG": {Country: "IN", Continent: "AS"},
"SAH": {Country: "YE", Continent: "AS"},
"SAI": {Country: "KH", Continent: "AS"},
"SAK": {Country: "IS", Continent: "EU"},
"SAL": {Country: "SV", Continent: "NA"},
"SAM": {Country: "PG", Continent: "OC"},
"SAN": {Country: "US", Continent: "NA"},
"SAP": {Country: "HN", Continent: "NA"},
"SAQ": {Country: "BS", Continent: "NA"},
"SAR": {Country: "US", Continent: "NA"},
"SAS": {Country: "US", Continent: "NA"},
"SAT": {Country: "US", Continent: "NA"},
"SAU": {Country: "ID", Continent: "AS"},
"SAV": {Country: "US", Continent: "NA"},
"SAW": {Country: "TR", Continent: "AS"},
"SAX": {Country: "PA", Continent: "NA"},
"SAZ": {Country: "LR", Continent: "AF"},
"SBA": {Country: "US", Continent: "NA"},
"SBB": {Country: "VE", Continent: "SA"},
"SBC": {Country: "PG", Continent: "OC"},
"SBD": {Country: "US", Continent: "NA"},
"SBE": {Country: "PG", Continent: "OC"},
"SBF": {Country: "AF", Continent: "AS"},
"SBG": {Country: "ID", Continent: "AS"},
"SBH": {Country: "BL", Continent: "NA"},
"SBI": {Country: "GN", Continent: "AF"},
"SBJ": {Country: "BR", Continent: "SA"},
"SBK": {Country: "FR", Continent: "EU"},
"SBL": {Country: "BO", Continent: "SA"},
"SBM": {Country: "US", Continent: "NA"},
"SBN": {Country: "US", Continent: "NA"},
"SBO": {Country: "US", Continent: "NA"},
"SBP": {Country: "US", Continent: "NA"},
"SBQ": {Country: "PK", Continent: "AS"},
"SBR": {Country: "AU", Continent: "OC"},
"SBS": {Country: "US", Continent: "NA"},
"SBT": {Country: "RU", Continent: "AS"},
"SBU": {Country: "ZA", Continent: "AF"},
"SBV": {Country: "PG", Continent: "OC"},
"SBW": {Country: "MY", Continent: "AS"},
"SBX": {Country: "US", Continent: "NA"},
"SBY": {Country: "US", Continent: "NA"},
"SBZ": {Country: "RO", Continent: "EU"},
"SCA": {Country: "CO", Continent: "SA"},
"SCB": {Country: "US", Continent: "NA"},
"SCC": {Country: "US", Continent: "NA"},
"SCD": {Country: "HN", Continent: "NA"},
"SCE": {Country: "US", Continent: "NA"},
"SCF": {Country: "US", Continent: "NA"},
"SCG": {Country: "AU", Continent: "OC"},
"SCH": {Country: "US", Continent: "NA"},
"SCI": {Country: "VE", Continent: "SA"},
"SCK": {Country: "US", Continent: "NA"},
"SCL": {Country: "CL", Continent: "SA"},
"SCM": {Country: "US", Continent: "NA"},
"SCN": {Country: "DE", Continent: "EU"},
"SCO": {Country: "KZ", Continent: "AS"},
"SCP": {Country: "FR", Continent: "EU"},
"SCQ": {Country: "ES", Continent: "EU"},
"SCR": {Country: "SE", Continent: "EU"},
"SCT": {Country: "YE", Continent: "AS"},
"SCU": {Country: "CU", Continent: "NA"},
"SCV": {Country: "RO", Continent: "EU"},
"SCW": {Country: "RU", Continent: "EU"},
"SCX": {Country: "MX", Continent: "NA"},
"SCY": {Country: "EC", Continent: "SA"},
"SCZ": {Country: "SB", Continent: "OC"},
"SDB": {Country: "ZA", Continent: "AF"},
"SDC": {Country: "GY", Continent: "SA"},
"SDD": {Country: "AO", Continent: "AF"},
"SDE": {Country: "AR", Continent: "SA"},
"SDF": {Country: "US", Continent: "NA"},
"SDG": {Country: "IR", Continent: "AS"},
"SDI": {Country: "PG", Continent: "OC"},
"SDJ": {Country: "JP", Continent: "AS"},
"SDK": {Country: "MY", Continent: "AS"},
"SDL": {Country: "SE", Continent: "EU"},
"SDM": {Country: "US", Continent: "NA"},
"SDN": {Country: "NO", Continent: "EU"},
"SDP": {Country: "US", Continent: "NA"},
"SDQ": {Country: "DO", Continent: "NA"},
"SDR": {Country: "ES", Continent: "EU"},
"SDS": {Country: "JP", Continent: "AS"},
"SDT": {Country: "PK", Continent: "AS"},
"SDU": {Country: "BR", Continent: "SA"},
"SDW": {Country: "IN", Continent: "AS"},
"SDX": {Country: "US", Continent: "NA"},
"SDY": {Country: "US", Continent: "NA"},
"SEA": {Country: "US", Continent: "NA"},
"SEB": {Country: "LY", Continent: "AF"},
"SEE": {Country: "US", Continent: "NA"},
"SEF": {Country: "US", Continent: "NA"},
"SEG": {Country: "US", Continent: "NA"},
"SEH": {Country: "ID", Continent: "AS"},
"SEK": {Country: "RU", Continent: "AS"},
"SEM": {Country: "US", Continent: "NA"},
"SEN": {Country: "GB", Continent: "EU"},
"SEO": {Country: "CI", Continent: "AF"},
"SEP": {Country: "US", Continent: "NA"},
"SEQ": {Country: "ID", Continent: "AS"},
"SER": {Country: "US", Continent: "NA"},
"SES": {Country: "RU", Continent: "AS"},
"SET": {Country: "BR", Continent: "SA"},
"SEU": {Country: "TZ", Continent: "AF"},
"SEW": {Country: "EG", Continent: "AF"},
"SEY": {Country: "MR", Continent: "AF"},
"SEZ": {Country: "SC", Continent: "AF"},
"SFA": {Country: "TN", Continent: "AF"},
"SFB": {Country: "US", Continent: "NA"},
"SFC": {Country: "GP", Continent: "NA"},
"SFD": {Country: "VE", Continent: "SA"},
"SFE": {Country: "PH", Continent: "AS"},
"SFF": {Country: "US", Continent: "NA"},
"SFG": {Country: "MF", Continent: "NA"},
"SFH": {Country: "MX", Continent: "NA"},
"SFJ": {Country: "GL", Continent: "NA"},
"SFK": {Country: "BR", Continent: "SA"},
"SFL": {Country: "CV", Continent: "AF"},
"SFM": {Country: "US", Continent: "NA"},
"SFN": {Country: "AR", Continent: "SA"},
"SFO": {Country: "US", Continent: "NA"},
"SFS": {Country: "PH", Continent: "AS"},
"SFT": {Country: "SE", Continent: "EU"},
"SFU": {Country: "PG", Continent: "OC"},
"SFV": {Country: "BR", Continent: "SA"},
"SFX": {Country: "VE", Continent: "SA"},
"SFZ": {Country: "US", Continent: "NA"},
"SGA": {Country: "AF", Continent: "AS"},
"SGC": {Country: "RU", Continent: "AS"},
"SGD": {Country: "DK", Continent: "EU"},
"SGE": {Country: "DE", Continent: "EU"},
"SGF": {Country: "US", Continent: "NA"},
"SGG": {Country: "GL", Continent: "NA"},
"SGH": {Country: "US", Continent: "NA"},
"SGI": {Country: "PK", Continent: "AS"},
"SGK": {Country: "PG", Continent: "OC"},
"SGL": {Country: "PH", Continent: "AS"},
"SGM": {Country: "MX", Continent: "NA"},
"SGN": {Country: "VN", Continent: "AS"},
"SGO": {Country: "AU", Continent: "OC"},
"SGP": {Country: "AU", Continent: "OC"},
"SGQ": {Country: "ID", Continent: "AS"},
"SGR": {Country: "US", Continent: "NA"},
"SGT": {Country: "US", Continent: "NA"},
"SGU": {Country: "US", Continent: "NA"},
"SGV": {Country: "AR", Continent: "SA"},
"SGW": {Country: "US", Continent: "NA"},
"SGX": {Country: "TZ", Continent: "AF"},
"SGY": {Country: "US", Continent: "NA"},
"SGZ": {Country: "TH", Continent: "AS"},
"SHA": {Country: "CN", Continent: "AS"},
"SHB": {Country: "JP", Continent: "AS"},
"SHC": {Country: "ET", Continent: "AF"},
"SHD": {Country: "US", Continent: "NA"},
"SHE": {Country: "CN", Continent: "AS"},
"SHF": {Country: "CN", Continent: "AS"},
"SHG": {Country: "US", Continent: "NA"},
"SHH": {Country: "US", Continent: "NA"},
"SHI": {Country: "JP", Continent: "AS"},
"SHJ": {Country: "AE", Continent: "AS"},
"SHK": {Country: "LS", Continent: "AF"},
"SHL": {Country: "IN", Continent: "AS"},
"SHM": {Country: "JP", Continent: "AS"},
"SHN": {Country: "US", Continent: "NA"},
"SHO": {Country: "SZ", Continent: "AF"},
"SHQ": {Country: "AU", Continent: "OC"},
"SHR": {Country: "US", Continent: "NA"},
"SHS": {Country: "CN", Continent: "AS"},
"SHT": {Country: "AU", Continent: "OC"},
"SHU": {Country: "AU", Continent: "OC"},
"SHV": {Country: "US", Continent: "NA"},
"SHW": {Country: "SA", Continent: "AS"},
"SHX": {Country: "US", Continent: "NA"},
"SHY": {Country: "TZ", Continent: "AF"},
"SHZ": {Country: "LS", Continent: "AF"},
"SIA": {Country: "CN", Continent: "AS"},
"SIB": {Country: "CG", Continent: "AF"},
"SIC": {Country: "PA", Continent: "NA"},
"SID": {Country: "CV", Continent: "AF"},
"SIF": {Country: "NP", Continent: "AS"},
"SIG": {Country: "PR", Continent: "NA"},
"SIH": {Country: "NP", Continent: "AS"},
"SIJ": {Country: "IS", Continent: "EU"},
"SIK": {Country: "US", Continent: "NA"},
"SIL": {Country: "PG", Continent: "OC"},
"SIM": {Country: "PG", Continent: "OC"},
"SIN": {Country: "SG", Continent: "AS"},
"SIO": {Country: "AU", Continent: "OC"},
"SIP": {Country: "UA", Continent: "EU"},
"SIQ": {Country: "ID", Continent: "AS"},
"SIR": {Country: "CH", Continent: "EU"},
"SIS": {Country: "ZA", Continent: "AF"},
"SIT": {Country: "US", Continent: "NA"},
"SIU": {Country: "NI", Continent: "NA"},
"SIV": {Country: "US", Continent: "NA"},
"SIW": {Country: "ID", Continent: "AS"},
"SIX": {Country: "AU", Continent: "OC"},
"SIY": {Country: "US", Continent: "NA"},
"SIZ": {Country: "PG", Continent: "OC"},
"SJA": {Country: "PE", Continent: "SA"},
"SJB": {Country: "BO", Continent: "SA"},
"SJC": {Country: "US", Continent: "NA"},
"SJD": {Country: "MX", Continent: "NA"},
"SJE": {Country: "CO", Continent: "SA"},
"SJF": {Country: "VI", Continent: "NA"},
"SJH": {Country: "CO", Continent: "SA"},
"SJI": {Country: "PH", Continent: "AS"},
"SJJ": {Country: "BA", Continent: "EU"},
"SJK": {Country: "BR", Continent: "SA"},
"SJL": {Country: "BR", Continent: "SA"},
"SJN": {Country: "US", Continent: "NA"},
"SJO": {Country: "CR", Continent: "NA"},
"SJP": {Country: "BR", Continent: "SA"},
"SJQ": {Country: "ZM", Continent: "AF"},
"SJR": {Country: "CO", Continent: "SA"},
"SJS": {Country: "BO", Continent: "SA"},
"SJT": {Country: "US", Continent: "NA"},
"SJU": {Country: "PR", Continent: "NA"},
"SJV": {Country: "BO", Continent: "SA"},
"SJW": {Country: "CN", Continent: "AS"},
"SJX": {Country: "BZ", Continent: "NA"},
"SJY": {Country: "FI", Continent: "EU"},
"SJZ": {Country: "PT", Continent: "EU"},
"SKA": {Country: "US", Continent: "NA"},
"SKB": {Country: "KN", Continent: "NA"},
"SKC": {Country: "PG", Continent: "OC"},
"SKD": {Country: "UZ", Continent: "AS"},
"SKF": {Country: "US", Continent: "NA"},
"SKG": {Country: "GR", Continent: "EU"},
"SKH": {Country: "NP", Continent: "AS"},
"SKJ": {Country: "ID", Continent: "AS"},
"SKK": {Country: "US", Continent: "NA"},
"SKL": {Country: "GB", Continent: "EU"},
"SKM": {Country: "GY", Continent: "SA"},
"SKN": {Country: "NO", Continent: "EU"},
"SKO": {Country: "NG", Continent: "AF"},
"SKP": {Country: "MK", Continent: "EU"},
"SKQ": {Country: "LS", Continent: "AF"},
"SKR": {Country: "ET", Continent: "AF"},
"SKS": {Country: "DK", Continent: "EU"},
"SKT": {Country: "PK", Continent: "AS"},
"SKU": {Country: "GR", Continent: "EU"},
"SKV": {Country: "EG", Continent: "AS"},
"SKW": {Country: "US", Continent: "NA"},
"SKX": {Country: "RU", Continent: "EU"},
"SKZ": {Country: "PK", Continent: "AS"},
"SLA": {Country: "AR", Continent: "SA"},
"SLB": {Country: "US", Continent: "NA"},
"SLC": {Country: "US", Continent: "NA"},
"SLD": {Country: "SK", Continent: "EU"},
"SLE": {Country: "US", Continent: "NA"},
"SLF": {Country: "SA", Continent: "AS"},
"SLG": {Country: "US", Continent: "NA"},
"SLH": {Country: "VU", Continent: "OC"},
"SLI": {Country: "ZM", Continent: "AF"},
"SLJ": {Country: "AU", Continent: "OC"},
"SLK": {Country: "US", Continent: "NA"},
"SLL": {Country: "OM", Continent: "AS"},
"SLM": {Country: "ES", Continent: "EU"},
"SLN": {Country: "US", Continent: "NA"},
"SLO": {Country: "US", Continent: "NA"},
"SLP": {Country: "MX", Continent: "NA"},
"SLQ": {Country: "US", Continent: "NA"},
"SLR": {Country: "US", Continent: "NA"},
"SLT": {Country: "US", Continent: "NA"},
"SLU": {Country: "LC", Continent: "NA"},
"SLV": {Country: "IN", Continent: "AS"},
"SLW": {Country: "MX", Continent: "NA"},
"SLX": {Country: "TC", Continent: "NA"},
"SLY": {Country: "RU", Continent: "AS"},
"SLZ": {Country: "BR", Continent: "SA"},
"SMA": {Country: "PT", Continent: "EU"},
"SMB": {Country: "CL", Continent: "SA"},
"SMD": {Country: "US", Continent: "NA"},
"SME": {Country: "US", Continent: "NA"},
"SMF": {Country: "US", Continent: "NA"},
"SMH": {Country: "PG", Continent: "OC"},
"SMI": {Country: "GR", Continent: "EU"},
"SMJ": {Country: "PG", Continent: "OC"},
"SMK": {Country: "US", Continent: "NA"},
"SML": {Country: "BS", Continent: "NA"},
"SMM": {Country: "MY", Continent: "AS"},
"SMN": {Country: "US", Continent: "NA"},
"SMO": {Country: "US", Continent: "NA"},
"SMP": {Country: "PG", Continent: "OC"},
"SMQ": {Country: "ID", Continent: "AS"},
"SMR": {Country: "CO", Continent: "SA"},
"SMS": {Country: "MG", Continent: "AF"},
"SMT": {Country: "BR", Continent: "SA"},
"SMU": {Country: "US", Continent: "NA"},
"SMV": {Country: "CH", Continent: "EU"},
"SMW": {Country: "EH", Continent: "AF"},
"SMX": {Country: "US", Continent: "NA"},
"SMY": {Country: "SN", Continent: "AF"},
"SMZ": {Country: "SR", Continent: "SA"},
"SNA": {Country: "US", Continent: "NA"},
"SNB": {Country: "AU", Continent: "OC"},
"SNC": {Country: "EC", Continent: "SA"},
"SNE": {Country: "CV", Continent: "AF"},
"SNF": {Country: "VE", Continent: "SA"},
"SNG": {Country: "BO", Continent: "SA"},
"SNH": {Country: "AU", Continent: "OC"},
"SNI": {Country: "LR", Continent: "AF"},
"SNJ": {Country: "CU", Continent: "NA"},
"SNK": {Country: "US", Continent: "NA"},
"SNL": {Country: "US", Continent: "NA"},
"SNM": {Country: "BO", Continent: "SA"},
"SNN": {Country: "IE", Continent: "EU"},
"SNO": {Country: "TH", Continent: "AS"},
"SNP": {Country: "US", Continent: "NA"},
"SNQ": {Country: "MX", Continent: "NA"},
"SNR": {Country: "FR", Continent: "EU"},
"SNS": {Country: "US", Continent: "NA"},
"SNT": {Country: "CO", Continent: "SA"},
"SNU": {Country: "CU", Continent: "NA"},
"SNV": {Country: "VE", Continent: "SA"},
"SNW": {Country: "MM", Continent: "AS"},
"SNX": {Country: "IR", Continent: "AS"},
"SNY": {Country: "US", Continent: "NA"},
"SNZ": {Country: "BR", Continent: "SA"},
"SOA": {Country: "VN", Continent: "AS"},
"SOB": {Country: "HU", Continent: "EU"},
"SOC": {Country: "ID", Continent: "AS"},
"SOD": {Country: "BR", Continent: "SA"},
"SOE": {Country: "CG", Continent: "AF"},
"SOF": {Country: "BG", Continent: "EU"},
"SOG": {Country: "NO", Continent: "EU"},
"SOH": {Country: "CO", Continent: "SA"},
"SOI": {Country: "AU", Continent: "OC"},
"SOJ": {Country: "NO", Continent: "EU"},
"SOK": {Country: "LS", Continent: "AF"},
"SOL": {Country: "US", Continent: "NA"},
"SOM": {Country: "VE", Continent: "SA"},
"SON": {Country: "VU", Continent: "OC"},
"SOO": {Country: "SE", Continent: "EU"},
"SOP": {Country: "US", Continent: "NA"},
"SOQ": {Country: "ID", Continent: "AS"},
"SOR": {Country: "SY", Continent: "AS"},
"SOT": {Country: "FI", Continent: "EU"},
"SOU": {Country: "GB", Continent: "EU"},
"SOV": {Country: "US", Continent: "NA"},
"SOW": {Country: "US", Continent: "NA"},
"SOX": {Country: "CO", Continent: "SA"},
"SOY": {Country: "GB", Continent: "EU"},
"SOZ": {Country: "FR", Continent: "EU"},
"SPA": {Country: "US", Continent: "NA"},
"SPB": {Country: "VI", Continent: "NA"},
"SPC": {Country: "ES", Continent: "AF"},
"SPD": {Country: "BD", Continent: "AS"},
"SPE": {Country: "MY", Continent: "AS"},
"SPF": {Country: "US", Continent: "NA"},
"SPG": {Country: "US", Continent: "NA"},
"SPH": {Country: "PG", Continent: "OC"},
"SPI": {Country: "US", Continent: "NA"},
"SPJ": {Country: "GR", Continent: "EU"},
"SPM": {Country: "DE", Continent: "EU"},
"SPN": {Country: "MP", Continent: "OC"},
"SPP": {Country: "AO", Continent: "AF"},
"SPQ": {Country: "US", Continent: "NA"},
"SPR": {Country: "BZ", Continent: "NA"},
"SPS": {Country: "US", Continent: "NA"},
"SPT": {Country: "MY", Continent: "AS"},
"SPU": {Country: "HR", Continent: "EU"},
"SPV": {Country: "PG", Continent: "OC"},
"SPW": {Country: "US", Continent: "NA"},
"SPX": {Country: "EG", Continent: "AF"},
"SPY": {Country: "CI", Continent: "AF"},
"SPZ": {Country: "US", Continent: "NA"},
"SQA": {Country: "US", Continent: "NA"},
"SQB": {Country: "CO", Continent: "SA"},
"SQC": {Country: "AU", Continent: "OC"},
"SQD": {Country: "CN", Continent: "AS"},
"SQE": {Country: "CO", Continent: "SA"},
"SQF": {Country: "CO", Continent: "SA"},
"SQG": {Country: "ID", Continent: "AS"},
"SQH": {Country: "VN", Continent: "AS"},
"SQI": {Country: "US", Continent: "NA"},
"SQJ": {Country: "CN", Continent: "AS"},
"SQK": {Country: "EG", Continent: "AF"},
"SQL": {Country: "US", Continent: "NA"},
"SQM": {Country: "BR", Continent: "SA"},
"SQN": {Country: "ID", Continent: "AS"},
"SQO": {Country: "SE", Continent: "EU"},
"SQQ": {Country: "LT", Continent: "EU"},
"SQR": {Country: "ID", Continent: "AS"},
"SQS": {Country: "BZ", Continent: "NA"},
"SQT": {Country: "PG", Continent: "OC"},
"SQU": {Country: "PE", Continent: "SA"},
"SQV": {Country: "US", Continent: "NA"},
"SQW": {Country: "DK", Continent: "EU"},
"SQX": {Country: "BR", Continent: "SA"},
"SQY": {Country: "BR", Continent: "SA"},
"SRA": {Country: "BR", Continent: "SA"},
"SRB": {Country: "BO", Continent: "SA"},
"SRC": {Country: "US", Continent: "NA"},
"SRD": {Country: "BO", Continent: "SA"},
"SRE": {Country: "BO", Continent: "SA"},
"SRG": {Country: "ID", Continent: "AS"},
"SRH": {Country: "TD", Continent: "AF"},
"SRJ": {Country: "BO", Continent: "SA"},
"SRK": {Country: "GL", Continent: "NA"},
"SRL": {Country: "MX", Continent: "NA"},
"SRM": {Country: "AU", Continent: "OC"},
"SRN": {Country: "AU", Continent: "OC"},
"SRO": {Country: "CO", Continent: "SA"},
"SRP": {Country: "NO", Continent: "EU"},
"SRQ": {Country: "US", Continent: "NA"},
"SRR": {Country: "AU", Continent: "OC"},
"SRS": {Country: "CO", Continent: "SA"},
"SRT": {Country: "UG", Continent: "AF"},
"SRU": {Country: "MM", Continent: "AS"},
"SRV": {Country: "US", Continent: "NA"},
"SRW": {Country: "US", Continent: "NA"},
"SRX": {Country: "LY", Continent: "AF"},
"SRY": {Country: "IR", Continent: "AS"},
"SRZ": {Country: "BO", Continent: "SA"},
"SSA": {Country: "BR", Continent: "SA"},
"SSB": {Country: "VI", Continent: "NA"},
"SSC": {Country: "US", Continent: "NA"},
"SSD": {Country: "CL", Continent: "SA"},
"SSE": {Country: "IN", Continent: "AS"},
"SSF": {Country: "US", Continent: "NA"},
"SSG": {Country: "GQ", Continent: "AF"},
"SSH": {Country: "EG", Continent: "AS"},
"SSI": {Country: "US", Continent: "NA"},
"SSJ": {Country: "NO", Continent: "EU"},
"SSK": {Country: "AU", Continent: "OC"},
"SSL": {Country: "CO", Continent: "SA"},
"SSN": {Country: "KR", Continent: "AS"},
"SSO": {Country: "BR", Continent: "SA"},
"SSP": {Country: "AU", Continent: "OC"},
"SSQ": {Country: "CA", Continent: "NA"},
"SSR": {Country: "VU", Continent: "OC"},
"SSS": {Country: "PG", Continent: "OC"},
"SST": {Country: "AR", Continent: "SA"},
"SSW": {Country: "US", Continent: "NA"},
"SSX": {Country: "ZA", Continent: "AF"},
"SSY": {Country: "AO", Continent: "AF"},
"SSZ": {Country: "BR", Continent: "SA"},
"STA": {Country: "DK", Continent: "EU"},
"STB": {Country: "VE", Continent: "SA"},
"STC": {Country: "US", Continent: "NA"},
"STD": {Country: "VE", Continent: "SA"},
"STE": {Country: "US", Continent: "NA"},
"STF": {Country: "AU", Continent: "OC"},
"STG": {Country: "US", Continent: "NA"},
"STH": {Country: "AU", Continent: "OC"},
"STI": {Country: "DO", Continent: "NA"},
"STJ": {Country: "US", Continent: "NA"},
"STK": {Country: "US", Continent: "NA"},
"STL": {Country: "US", Continent: "NA"},
"STM": {Country: "BR", Continent: "SA"},
"STN": {Country: "GB", Continent: "EU"},
"STP": {Country: "US", Continent: "NA"},
"STQ": {Country: "US", Continent: "NA"},
"STR": {Country: "DE", Continent: "EU"},
"STS": {Country: "US", Continent: "NA"},
"STT": {Country: "VI", Continent: "NA"},
"STU": {Country: "BZ", Continent: "NA"},
"STV": {Country: "IN", Continent: "AS"},
"STW": {Country: "RU", Continent: "EU"},
"STX": {Country: "VI", Continent: "NA"},
"STY": {Country: "UY", Continent: "SA"},
"SUA": {Country: "US", Continent: "NA"},
"SUB": {Country: "ID", Continent: "AS"},
"SUD": {Country: "US", Continent: "NA"},
"SUE": {Country: "US", Continent: "NA"},
"SUF": {Country: "IT", Continent: "EU"},
"SUG": {Country: "PH", Continent: "AS"},
"SUI": {Country: "GE", Continent: "AS"},
"SUJ": {Country: "RO", Continent: "EU"},
"SUK": {Country: "RU", Continent: "EU"},
"SUL": {Country: "PK", Continent: "AS"},
"SUM": {Country: "US", Continent: "NA"},
"SUN": {Country: "US", Continent: "NA"},
"SUO": {Country: "US", Continent: "NA"},
"SUP": {Country: "ID", Continent: "AS"},
"SUQ": {Country: "EC", Continent: "SA"},
"SUR": {Country: "CA", Continent: "NA"},
"SUS": {Country: "US", Continent: "NA"},
"SUT": {Country: "TZ", Continent: "AF"},
"SUU": {Country: "US", Continent: "NA"},
"SUV": {Country: "FJ", Continent: "OC"},
"SUW": {Country: "US", Continent: "NA"},
"SUX": {Country: "US", Continent: "NA"},
"SUY": {Country: "RU", Continent: "AS"},
"SVA": {Country: "US", Continent: "NA"},
"SVB": {Country: "MG", Continent: "AF"},
"SVC": {Country: "US", Continent: "NA"},
"SVD": {Country: "VC", Continent: "NA"},
"SVE": {Country: "US", Continent: "NA"},
"SVF": {Country: "BJ", Continent: "AF"},
"SVG": {Country: "NO", Continent: "EU"},
"SVH": {Country: "US", Continent: "NA"},
"SVI": {Country: "CO", Continent: "SA"},
"SVJ": {Country: "NO", Continent: "EU"},
"SVK": {Country: "BZ", Continent: "NA"},
"SVL": {Country: "FI", Continent: "EU"},
"SVN": {Country: "US", Continent: "NA"},
"SVO": {Country: "RU", Continent: "EU"},
"SVP": {Country: "AO", Continent: "AF"},
"SVQ": {Country: "ES", Continent: "EU"},
"SVR": {Country: "GL", Continent: "NA"},
"SVS": {Country: "US", Continent: "NA"},
"SVT": {Country: "BW", Continent: "AF"},
"SVU": {Country: "FJ", Continent: "OC"},
"SVV": {Country: "VE", Continent: "SA"},
"SVW": {Country: "US", Continent: "NA"},
"SVX": {Country: "RU", Continent: "AS"},
"SVZ": {Country: "VE", Continent: "SA"},
"SWA": {Country: "CN", Continent: "AS"},
"SWB": {Country: "AU", Continent: "OC"},
"SWC": {Country: "AU", Continent: "OC"},
"SWD": {Country: "US", Continent: "NA"},
"SWE": {Country: "PG", Continent: "OC"},
"SWF": {Country: "US", Continent: "NA"},
"SWG": {Country: "PG", Continent: "OC"},
"SWH": {Country: "AU", Continent: "OC"},
"SWJ": {Country: "VU", Continent: "OC"},
"SWL": {Country: "PH", Continent: "AS"},
"SWN": {Country: "IN", Continent: "AS"},
"SWO": {Country: "US", Continent: "NA"},
"SWP": {Country: "NA", Continent: "AF"},
"SWQ": {Country: "ID", Continent: "AS"},
"SWR": {Country: "PG", Continent: "OC"},
"SWS": {Country: "GB", Continent: "EU"},
"SWT": {Country: "RU", Continent: "AS"},
"SWU": {Country: "KR", Continent: "AS"},
"SWV": {Country: "RU", Continent: "AS"},
"SWW": {Country: "US", Continent: "NA"},
"SWX": {Country: "BW", Continent: "AF"},
"SWY": {Country: "MY", Continent: "AS"},
"SXA": {Country: "PG", Continent: "OC"},
"SXB": {Country: "FR", Continent: "EU"},
"SXE": {Country: "AU", Continent: "OC"},
"SXG": {Country: "ZM", Continent: "AF"},
"SXH": {Country: "PG", Continent: "OC"},
"SXI": {Country: "IR", Continent: "AS"},
"SXJ": {Country: "CN", Continent: "AS"},
"SXK": {Country: "ID", Continent: "AS"},
"SXL": {Country: "IE", Continent: "EU"},
"SXM": {Country: "SX", Continent: "NA"},
"SXN": {Country: "BW", Continent: "AF"},
"SXO": {Country: "BR", Continent: "SA"},
"SXP": {Country: "US", Continent: "NA"},
"SXQ": {Country: "US", Continent: "NA"},
"SXR": {Country: "IN", Continent: "AS"},
"SXS": {Country: "MY", Continent: "AS"},
"SXT": {Country: "MY", Continent: "AS"},
"SXU": {Country: "ET", Continent: "AF"},
"SXV": {Country: "IN", Continent: "AS"},
"SXW": {Country: "PG", Continent: "OC"},
"SXX": {Country: "BR", Continent: "SA"},
"SXY": {Country: "US", Continent: "NA"},
"SXZ": {Country: "TR", Continent: "AS"},
"SYA": {Country: "US", Continent: "NA"},
"SYB": {Country: "US", Continent: "NA"},
"SYC": {Country: "PE", Continent: "SA"},
"SYD": {Country: "AU", Continent: "OC"},
"SYE": {Country: "YE", Continent: "AS"},
"SYF": {Country: "CA", Continent: "NA"},
"SYH": {Country: "NP", Continent: "AS"},
"SYI": {Country: "US", Continent: "NA"},
"SYJ": {Country: "IR", Continent: "AS"},
"SYK": {Country: "IS", Continent: "EU"},
"SYL": {Country: "US", Continent: "NA"},
"SYM": {Country: "CN", Continent: "AS"},
"SYN": {Country: "US", Continent: "NA"},
"SYO": {Country: "JP", Continent: "AS"},
"SYP": {Country: "PA", Continent: "NA"},
"SYQ": {Country: "CR", Continent: "NA"},
"SYR": {Country: "US", Continent: "NA"},
"SYS": {Country: "RU", Continent: "EU"},
"SYT": {Country: "FR", Continent: "EU"},
"SYU": {Country: "AU", Continent: "OC"},
"SYV": {Country: "US", Continent: "NA"},
"SYW": {Country: "PK", Continent: "AS"},
"SYX": {Country: "CN", Continent: "AS"},
"SYY": {Country: "GB", Continent: "EU"},
"SYZ": {Country: "IR", Continent: "AS"},
"SZA": {Country: "AO", Continent: "AF"},
"SZB": {Country: "MY", Continent: "AS"},
"SZE": {Country: "ET", Continent: "AF"},
"SZF": {Country: "TR", Continent: "AS"},
"SZG": {Country: "AT", Continent: "EU"},
"SZH": {Country: "CN", Continent: "AS"},
"SZI": {Country: "KZ", Continent: "AS"},
"SZJ": {Country: "CU", Continent: "NA"},
"SZK": {Country: "ZA", Continent: "AF"},
"SZL": {Country: "US", Continent: "NA"},
"SZM": {Country: "NA", Continent: "AF"},
"SZN": {Country: "US", Continent: "NA"},
"SZP": {Country: "US", Continent: "NA"},
"SZS": {Country: "NZ", Continent: "OC"},
"SZV": {Country: "CN", Continent: "AS"},
"SZX": {Country: "CN", Continent: "AS"},
"SZY": {Country: "PL", Continent: "EU"},
"SZZ": {Country: "PL", Continent: "EU"},
"TAB": {Country: "TT", Continent: "NA"},
"TAC": {Country: "PH", Continent: "AS"},
"TAD": {Country: "US", Continent: "NA"},
"TAE": {Country: "KR", Continent: "AS"},
"TAF": {Country: "DZ", Continent: "AF"},
"TAG": {Country: "PH", Continent: "AS"},
"TAH": {Country: "VU", Continent: "OC"},
"TAI": {Country: "YE", Continent: "AS"},
"TAJ": {Country: "PG", Continent: "OC"},
"TAK": {Country: "JP", Continent: "AS"},
"TAL": {Country: "US", Continent: "NA"},
"TAM": {Country: "MX", Continent: "NA"},
"TAN": {Country: "AU", Continent: "OC"},
"TAO": {Country: "CN", Continent: "AS"},
"TAP": {Country: "MX", Continent: "NA"},
"TAQ": {Country: "AU", Continent: "OC"},
"TAR": {Country: "IT", Continent: "EU"},
"TAS": {Country: "UZ", Continent: "AS"},
"TAT": {Country: "SK", Continent: "EU"},
"TAU": {Country: "CO", Continent: "SA"},
"TAW": {Country: "UY", Continent: "SA"},
"TAX": {Country: "ID", Continent: "AS"},
"TAY": {Country: "EE", Continent: "EU"},
"TAZ": {Country: "TM", Continent: "AS"},
"TBB": {Country: "VN", Continent: "AS"},
"TBC": {Country: "US", Continent: "NA"},
"TBD": {Country: "CO", Continent: "SA"},
"TBE": {Country: "PG", Continent: "OC"},
"TBF": {Country: "KI", Continent: "OC"},
"TBG": {Country: "PG", Continent: "OC"},
"TBH": {Country: "PH", Continent: "AS"},
"TBI": {Country: "BS", Continent: "NA"},
"TBJ": {Country: "TN", Continent: "AF"},
"TBK": {Country: "AU", Continent: "OC"},
"TBL": {Country: "AU", Continent: "OC"},
"TBM": {Country: "ID", Continent: "AS"},
"TBN": {Country: "US", Continent: "NA"},
"TBO": {Country: "TZ", Continent: "AF"},
"TBP": {Country: "PE", Continent: "SA"},
"TBQ": {Country: "PG", Continent: "OC"},
"TBR": {Country: "US", Continent: "NA"},
"TBS": {Country: "GE", Continent: "AS"},
"TBT": {Country: "BR", Continent: "SA"},
"TBU": {Country: "TO", Continent: "OC"},
"TBV": {Country: "MH", Continent: "OC"},
"TBW": {Country: "RU", Continent: "EU"},
"TBX": {Country: "ID", Continent: "AS"},
"TBY": {Country: "BW", Continent: "AF"},
"TBZ": {Country: "IR", Continent: "AS"},
"TCA": {Country: "AU", Continent: "OC"},
"TCB": {Country: "BS", Continent: "NA"},
"TCC": {Country: "US", Continent: "NA"},
"TCD": {Country: "CO", Continent: "SA"},
"TCE": {Country: "RO", Continent: "EU"},
"TCF": {Country: "HN", Continent: "NA"},
"TCG": {Country: "CN", Continent: "AS"},
"TCH": {Country: "GA", Continent: "AF"},
"TCJ": {Country: "PG", Continent: "OC"},
"TCK": {Country: "PG", Continent: "OC"},
"TCL": {Country: "US", Continent: "NA"},
"TCM": {Country: "US", Continent: "NA"},
"TCN": {Country: "MX", Continent: "NA"},
"TCO": {Country: "CO", Continent: "SA"},
"TCP": {Country: "EG", Continent: "AS"},
"TCQ": {Country: "PE", Continent: "SA"},
"TCR": {Country: "IN", Continent: "AS"},
"TCS": {Country: "US", Continent: "NA"},
"TCT": {Country: "US", Continent: "NA"},
"TCU": {Country: "ZA", Continent: "AF"},
"TCW": {Country: "AU", Continent: "OC"},
"TCX": {Country: "IR", Continent: "AS"},
"TCY": {Country: "NA", Continent: "AF"},
"TCZ": {Country: "CN", Continent: "AS"},
"TDA": {Country: "CO", Continent: "SA"},
"TDB": {Country: "PG", Continent: "OC"},
"TDD": {Country: "BO", Continent: "SA"},
"TDG": {Country: "PH", Continent: "AS"},
"TDJ": {Country: "DJ", Continent: "AF"},
"TDK": {Country: "KZ", Continent: "AS"},
"TDL": {Country: "AR", Continent: "SA"},
"TDN": {Country: "AU", Continent: "OC"},
"TDO": {Country: "US", Continent: "NA"},
"TDP": {Country: "PE", Continent: "SA"},
"TDR": {Country: "AU", Continent: "OC"},
"TDS": {Country: "PG", Continent: "OC"},
"TDT": {Country: "ZA", Continent: "AF"},
"TDV": {Country: "MG", Continent: "AF"},
"TDW": {Country: "US", Continent: "NA"},
"TDX": {Country: "TH", Continent: "AS"},
"TDZ": {Country: "US", Continent: "NA"},
"TEA": {Country: "HN", Continent: "NA"},
"TEB": {Country: "US", Continent: "NA"},
"TEC": {Country: "BR", Continent: "SA"},
"TED": {Country: "DK", Continent: "EU"},
"TEE": {Country: "DZ", Continent: "AF"},
"TEF": {Country: "AU", Continent: "OC"},
"TEG": {Country: "BF", Continent: "AF"},
"TEH": {Country: "US", Continent: "NA"},
"TEI": {Country: "IN", Continent: "AS"},
"TEK": {Country: "US", Continent: "NA"},
"TEL": {Country: "MY", Continent: "AS"},
"TEM": {Country: "AU", Continent: "OC"},
"TEN": {Country: "CN", Continent: "AS"},
"TEO": {Country: "PG", Continent: "OC"},
"TEP": {Country: "PG", Continent: "OC"},
"TEQ": {Country: "TR", Continent: "EU"},
"TER": {Country: "PT", Continent: "EU"},
"TES": {Country: "ER", Continent: "AF"},
"TET": {Country: "MZ", Continent: "AF"},
"TEU": {Country: "NZ", Continent: "OC"},
"TEV": {Country: "ES", Continent: "EU"},
"TEX": {Country: "US", Continent: "NA"},
"TEY": {Country: "IS", Continent: "EU"},
"TEZ": {Country: "IN", Continent: "AS"},
"TFB": {Country: "PG", Continent: "OC"},
"TFF": {Country: "BR", Continent: "SA"},
"TFI": {Country: "PG", Continent: "OC"},
"TFL": {Country: "BR", Continent: "SA"},
"TFM": {Country: "PG", Continent: "OC"},
"TFN": {Country: "ES", Continent: "AF"},
"TFS": {Country: "ES", Continent: "AF"},
"TFT": {Country: "PK", Continent: "AS"},
"TFU": {Country: "CN", Continent: "AS"},
"TFY": {Country: "ID", Continent: "AS"},
"TGA": {Country: "SG", Continent: "AS"},
"TGB": {Country: "PH", Continent: "AS"},
"TGC": {Country: "MY", Continent: "AS"},
"TGD": {Country: "ME", Continent: "EU"},
"TGG": {Country: "MY", Continent: "AS"},
"TGH": {Country: "VU", Continent: "OC"},
"TGI": {Country: "PE", Continent: "SA"},
"TGJ": {Country: "NC", Continent: "OC"},
"TGK": {Country: "RU", Continent: "EU"},
"TGL": {Country: "PG", Continent: "OC"},
"TGM": {Country: "RO", Continent: "EU"},
"TGN": {Country: "AU", Continent: "OC"},
"TGO": {Country: "CN", Continent: "AS"},
"TGP": {Country: "RU", Continent: "AS"},
"TGQ": {Country: "BR", Continent: "SA"},
"TGR": {Country: "DZ", Continent: "AF"},
"TGS": {Country: "MZ", Continent: "AF"},
"TGT": {Country: "TZ", Continent: "AF"},
"TGU": {Country: "HN", Continent: "NA"},
"TGZ": {Country: "MX", Continent: "NA"},
"THA": {Country: "US", Continent: "NA"},
"THB": {Country: "LS", Continent: "AF"},
"THC": {Country: "LR", Continent: "AF"},
"THD": {Country: "VN", Continent: "AS"},
"THE": {Country: "BR", Continent: "SA"},
"THG": {Country: "AU", Continent: "OC"},
"THI": {Country: "MR", Continent: "AF"},
"THK": {Country: "LA", Continent: "AS"},
"THL": {Country: "MM", Continent: "AS"},
"THM": {Country: "US", Continent: "NA"},
"THN": {Country: "SE", Continent: "EU"},
"THO": {Country: "IS", Continent: "EU"},
"THP": {Country: "US", Continent: "NA"},
"THQ": {Country: "CN", Continent: "AS"},
"THR": {Country: "IR", Continent: "AS"},
"THS": {Country: "TH", Continent: "AS"},
"THT": {Country: "MR", Continent: "AF"},
"THU": {Country: "GL", Continent: "NA"},
"THV": {Country: "US", Continent: "NA"},
"THW": {Country: "LK", Continent: "AS"},
"THX": {Country: "RU", Continent: "AS"},
"THY": {Country: "ZA", Continent: "AF"},
"THZ": {Country: "NE", Continent: "AF"},
"TIA": {Country: "AL", Continent: "EU"},
"TIB": {Country: "CO", Continent: "SA"},
"TIC": {Country: "MH", Continent: "OC"},
"TID": {Country: "DZ", Continent: "AF"},
"TIE": {Country: "ET", Continent: "AF"},
"TIF": {Country: "SA", Continent: "AS"},
"TIH": {Country: "PF", Continent: "OC"},
"TII": {Country: "AF", Continent: "AS"},
"TIJ": {Country: "MX", Continent: "NA"},
"TIK": {Country: "US", Continent: "NA"},
"TIL": {Country: "CA", Continent: "NA"},
"TIM": {Country: "ID", Continent: "AS"},
"TIN": {Country: "DZ", Continent: "AF"},
"TIO": {Country: "MM", Continent: "AS"},
"TIQ": {Country: "MP", Continent: "OC"},
"TIR": {Country: "IN", Continent: "AS"},
"TIU": {Country: "NZ", Continent: "OC"},
"TIV": {Country: "ME", Continent: "EU"},
"TIW": {Country: "US", Continent: "NA"},
"TIX": {Country: "US", Continent: "NA"},
"TIY": {Country: "MR", Continent: "AF"},
"TIZ": {Country: "PG", Continent: "OC"},
"TJA": {Country: "BO", Continent: "SA"},
"TJB": {Country: "ID", Continent: "AS"},
"TJC": {Country: "PA", Continent: "NA"},
"TJG": {Country: "ID", Continent: "AS"},
"TJH": {Country: "JP", Continent: "AS"},
"TJI": {Country: "HN", Continent: "NA"},
"TJK": {Country: "TR", Continent: "AS"},
"TJL": {Country: "BR", Continent: "SA"},
"TJM": {Country: "RU", Continent: "AS"},
"TJN": {Country: "PF", Continent: "OC"},
"TJQ": {Country: "ID", Continent: "AS"},
"TJS": {Country: "ID", Continent: "AS"},
"TJU": {Country: "TJ", Continent: "AS"},
"TJV": {Country: "IN", Continent: "AS"},
"TKA": {Country: "US", Continent: "NA"},
"TKB": {Country: "PG", Continent: "OC"},
"TKC": {Country: "CM", Continent: "AF"},
"TKD": {Country: "GH", Continent: "AF"},
"TKE": {Country: "US", Continent: "NA"},
"TKF": {Country: "US", Continent: "NA"},
"TKG": {Country: "ID", Continent: "AS"},
"TKH": {Country: "TH", Continent: "AS"},
"TKI": {Country: "US", Continent: "NA"},
"TKJ": {Country: "US", Continent: "NA"},
"TKK": {Country: "FM", Continent: "OC"},
"TKL": {Country: "US", Continent: "NA"},
"TKM": {Country: "RU", Continent: "AS"},
"TKN": {Country: "JP", Continent: "AS"},
"TKO": {Country: "LS", Continent: "AF"},
"TKP": {Country: "PF", Continent: "OC"},
"TKQ": {Country: "TZ", Continent: "AF"},
"TKR": {Country: "BD", Continent: "AS"},
"TKS": {Country: "JP", Continent: "AS"},
"TKT": {Country: "TH", Continent: "AS"},
"TKU": {Country: "FI", Continent: "EU"},
"TKV": {Country: "PF", Continent: "OC"},
"TKW": {Country: "PG", Continent: "OC"},
"TKX": {Country: "PF", Continent: "OC"},
"TKY": {Country: "AU", Continent: "OC"},
"TKZ": {Country: "NZ", Continent: "OC"},
"TLA": {Country: "US", Continent: "NA"},
"TLB": {Country: "PK", Continent: "AS"},
"TLC": {Country: "MX", Continent: "NA"},
"TLD": {Country: "BW", Continent: "AF"},
"TLE": {Country: "MG", Continent: "AF"},
"TLF": {Country: "US", Continent: "NA"},
"TLG": {Country: "SB", Continent: "OC"},
"TLH": {Country: "US", Continent: "NA"},
"TLI": {Country: "ID", Continent: "AS"},
"TLJ": {Country: "US", Continent: "NA"},
"TLK": {Country: "RU", Continent: "EU"},
"TLL": {Country: "EE", Continent: "EU"},
"TLM": {Country: "DZ", Continent: "AF"},
"TLN": {Country: "FR", Continent: "EU"},
"TLO": {Country: "PG", Continent: "OC"},
"TLP": {Country: "PG", Continent: "OC"},
"TLQ": {Country: "CN", Continent: "AS"},
"TLR": {Country: "US", Continent: "NA"},
"TLS": {Country: "FR", Continent: "EU"},
"TLT": {Country: "US", Continent: "NA"},
"TLU": {Country: "CO", Continent: "SA"},
"TLV": {Country: "IL", Continent: "AS"},
"TLW": {Country: "PG", Continent: "OC"},
"TLX": {Country: "CL", Continent: "SA"},
"TLY": {Country: "RU", Continent: "AS"},
"TLZ": {Country: "BR", Continent: "SA"},
"TMA": {Country: "US", Continent: "NA"},
"TMB": {Country: "US", Continent: "NA"},
"TMC": {Country: "ID", Continent: "AS"},
"TMD": {Country: "MR", Continent: "AF"},
"TME": {Country: "CO", Continent: "SA"},
"TMF": {Country: "MV", Continent: "AS"},
"TMG": {Country: "MY", Continent: "AS"},
"TMH": {Country: "ID", Continent: "AS"},
"TMI": {Country: "NP", Continent: "AS"},
"TMJ": {Country: "UZ", Continent: "AS"},
"TML": {Country: "GH", Continent: "AF"},
"TMM": {Country: "MG", Continent: "AF"},
"TMN": {Country: "KI", Continent: "OC"},
"TMO": {Country: "VE", Continent: "SA"},
"TMP": {Country: "FI", Continent: "EU"},
"TMQ": {Country: "BF", Continent: "AF"},
"TMR": {Country: "DZ", Continent: "AF"},
"TMS": {Country: "ST", Continent: "AF"},
"TMT": {Country: "BR", Continent: "SA"},
"TMU": {Country: "CR", Continent: "NA"},
"TMW": {Country: "AU", Continent: "OC"},
"TMX": {Country: "DZ", Continent: "AF"},
"TMY": {Country: "ID", Continent: "AS"},
"TMZ": {Country: "NZ", Continent: "OC"},
"TNA": {Country: "CN", Continent: "AS"},
"TNB": {Country: "ID", Continent: "AS"},
"TNC": {Country: "US", Continent: "NA"},
"TND": {Country: "CU", Continent: "NA"},
"TNE": {Country: "JP", Continent: "AS"},
"TNF": {Country: "FR", Continent: "EU"},
"TNG": {Country: "MA", Continent: "AF"},
"TNH": {Country: "CN", Continent: "AS"},
"TNI": {Country: "IN", Continent: "AS"},
"TNJ": {Country: "ID", Continent: "AS"},
"TNK": {Country: "US", Continent: "NA"},
"TNL": {Country: "UA", Continent: "EU"},
"TNM": {Country: "AQ", Continent: "AN"},
"TNN": {Country: "TW", Continent: "AS"},
"TNO": {Country: "CR", Continent: "NA"},
"TNP": {Country: "US", Continent: "NA"},
"TNQ": {Country: "KI", Continent: "OC"},
"TNR": {Country: "MG", Continent: "AF"},
"TNS": {Country: "CA", Continent: "NA"},
"TNT": {Country: "US", Continent: "NA"},
"TNU": {Country: "US", Continent: "NA"},
"TNV": {Country: "KI", Continent: "OC"},
"TNW": {Country: "EC", Continent: "SA"},
"TNZ": {Country: "MN", Continent: "AS"},
"TOA": {Country: "US", Continent: "NA"},
"TOB": {Country: "LY", Continent: "AF"},
"TOC": {Country: "US", Continent: "NA"},
"TOD": {Country: "MY", Continent: "AS"},
"TOE": {Country: "TN", Continent: "AF"},
"TOF": {Country: "RU", Continent: "AS"},
"TOG": {Country: "US", Continent: "NA"},
"TOH": {Country: "VU", Continent: "OC"},
"TOI": {Country: "US", Continent: "NA"},
"TOJ": {Country: "ES", Continent: "EU"},
"TOK": {Country: "PG", Continent: "OC"},
"TOL": {Country: "US", Continent: "NA"},
"TOM": {Country: "ML", Continent: "AF"},
"TON": {Country: "PG", Continent: "OC"},
"TOO": {Country: "CR", Continent: "NA"},
"TOP": {Country: "US", Continent: "NA"},
"TOQ": {Country: "CL", Continent: "SA"},
"TOR": {Country: "US", Continent: "NA"},
"TOS": {Country: "NO", Continent: "EU"},
"TOT": {Country: "SR", Continent: "SA"},
"TOU": {Country: "NC", Continent: "OC"},
"TOV": {Country: "VG", Continent: "NA"},
"TOW": {Country: "BR", Continent: "SA"},
"TOX": {Country: "RU", Continent: "AS"},
"TOY": {Country: "JP", Continent: "AS"},
"TOZ": {Country: "CI", Continent: "AF"},
"TPA": {Country: "US", Continent: "NA"},
"TPC": {Country: "EC", Continent: "SA"},
"TPE": {Country: "TW", Continent: "AS"},
"TPF": {Country: "US", Continent: "NA"},
"TPG": {Country: "MY", Continent: "AS"},
"TPH": {Country: "US", Continent: "NA"},
"TPI": {Country: "PG", Continent: "OC"},
"TPJ": {Country: "NP", Continent: "AS"},
"TPK": {Country: "ID", Continent: "AS"},
"TPL": {Country: "US", Continent: "NA"},
"TPN": {Country: "EC", Continent: "SA"},
"TPP": {Country: "PE", Continent: "SA"},
"TPQ": {Country: "MX", Continent: "NA"},
"TPR": {Country: "AU", Continent: "OC"},
"TPS": {Country: "IT", Continent: "EU"},
"TPT": {Country: "LR", Continent: "AF"},
"TPU": {Country: "NP", Continent: "AS"},
"TPX": {Country: "PF", Continent: "OC"},
"TQA": {Country: "GL", Continent: "NA"},
"TQD": {Country: "IQ", Continent: "AS"},
"TQI": {Country: "GL", Continent: "NA"},
"TQL": {Country: "RU", Continent: "EU"},
"TQN": {Country: "AF", Continent: "AS"},
"TQO": {Country: "MX", Continent: "NA"},
"TQP": {Country: "AU", Continent: "OC"},
"TQQ": {Country: "ID", Continent: "AS"},
"TQR": {Country: "IT", Continent: "EU"},
"TQS": {Country: "CO", Continent: "SA"},
"TRA": {Country: "JP", Continent: "AS"},
"TRB": {Country: "CO", Continent: "SA"},
"TRC": {Country: "MX", Continent: "NA"},
"TRD": {Country: "NO", Continent: "EU"},
"TRE": {Country: "GB", Continent: "EU"},
"TRF": {Country: "NO", Continent: "EU"},
"TRG": {Country: "NZ", Continent: "OC"},
"TRH": {Country: "US", Continent: "NA"},
"TRI": {Country: "US", Continent: "NA"},
"TRJ": {Country: "PG", Continent: "OC"},
"TRK": {Country: "ID", Continent: "AS"},
"TRL": {Country: "US", Continent: "NA"},
"TRM": {Country: "US", Continent: "NA"},
"TRN": {Country: "IT", Continent: "EU"},
"TRO": {Country: "AU", Continent: "OC"},
"TRQ": {Country: "BR", Continent: "SA"},
"TRR": {Country: "LK", Continent: "AS"},
"TRS": {Country: "IT", Continent: "EU"},
"TRT": {Country: "ID", Continent: "AS"},
"TRU": {Country: "PE", Continent: "SA"},
"TRV": {Country: "IN", Continent: "AS"},
"TRW": {Country: "KI", Continent: "OC"},
"TRX": {Country: "US", Continent: "NA"},
"TRY": {Country: "UG", Continent: "AF"},
"TRZ": {Country: "IN", Continent: "AS"},
"TSA": {Country: "TW", Continent: "AS"},
"TSB": {Country: "NA", Continent: "AF"},
"TSC": {Country: "EC", Continent: "SA"},
"TSD": {Country: "ZA", Continent: "AF"},
"TSF": {Country: "IT", Continent: "EU"},
"TSG": {Country: "US", Continent: "NA"},
"TSH": {Country: "CD", Continent: "AF"},
"TSI": {Country: "PG", Continent: "OC"},
"TSJ": {Country: "JP", Continent: "AS"},
"TSL": {Country: "MX", Continent: "NA"},
"TSM": {Country: "US", Continent: "NA"},
"TSN": {Country: "CN", Continent: "AS"},
"TSP": {Country: "US", Continent: "NA"},
"TSQ": {Country: "BR", Continent: "SA"},
"TSR": {Country: "RO", Continent: "EU"},
"TSS": {Country: "US", Continent: "NA"},
"TST": {Country: "TH", Continent: "AS"},
"TSU": {Country: "KI", Continent: "OC"},
"TSV": {Country: "AU", Continent: "OC"},
"TSW": {Country: "PG", Continent: "OC"},
"TSY": {Country: "ID", Continent: "AS"},
"TSZ": {Country: "MN", Continent: "AS"},
"TTA": {Country: "MA", Continent: "AF"},
"TTC": {Country: "CL", Continent: "SA"},
"TTD": {Country: "US", Continent: "NA"},
"TTE": {Country: "ID", Continent: "AS"},
"TTG": {Country: "AR", Continent: "SA"},
"TTH": {Country: "OM", Continent: "AS"},
"TTI": {Country: "PF", Continent: "OC"},
"TTJ": {Country: "JP", Continent: "AS"},
"TTL": {Country: "FJ", Continent: "OC"},
"TTM": {Country: "CO", Continent: "SA"},
"TTN": {Country: "US", Continent: "NA"},
"TTO": {Country: "US", Continent: "NA"},
"TTQ": {Country: "CR", Continent: "NA"},
"TTR": {Country: "ID", Continent: "AS"},
"TTS": {Country: "MG", Continent: "AF"},
"TTT": {Country: "TW", Continent: "AS"},
"TTU": {Country: "MA", Continent: "AF"},
"TTW": {Country: "LK", Continent: "AS"},
"TTX": {Country: "AU", Continent: "OC"},
"TUA": {Country: "EC", Continent: "SA"},
"TUB": {Country: "PF", Continent: "OC"},
"TUC": {Country: "AR", Continent: "SA"},
"TUD": {Country: "SN", Continent: "AF"},
"TUF": {Country: "FR", Continent: "EU"},
"TUG": {Country: "PH", Continent: "AS"},
"TUH": {Country: "US", Continent: "NA"},
"TUI": {Country: "SA", Continent: "AS"},
"TUJ": {Country: "ET", Continent: "AF"},
"TUK": {Country: "PK", Continent: "AS"},
"TUL": {Country: "US", Continent: "NA"},
"TUM": {Country: "AU", Continent: "OC"},
"TUN": {Country: "TN", Continent: "AF"},
"TUO": {Country: "NZ", Continent: "OC"},
"TUP": {Country: "US", Continent: "NA"},
"TUQ": {Country: "BF", Continent: "AF"},
"TUR": {Country: "BR", Continent: "SA"},
"TUS": {Country: "US", Continent: "NA"},
"TUU": {Country: "SA", Continent: "AS"},
"TUV": {Country: "VE", Continent: "SA"},
"TUW": {Country: "PA", Continent: "NA"},
"TUX": {Country: "CA", Continent: "NA"},
"TUY": {Country: "MX", Continent: "NA"},
"TVA": {Country: "MG", Continent: "AF"},
"TVC": {Country: "US", Continent: "NA"},
"TVF": {Country: "US", Continent: "NA"},
"TVI": {Country: "US", Continent: "NA"},
"TVL": {Country: "US", Continent: "NA"},
"TVS": {Country: "CN", Continent: "AS"},
"TVT": {Country: "UZ", Continent: "AS"},
"TVU": {Country: "FJ", Continent: "OC"},
"TVY": {Country: "MM", Continent: "AS"},
"TWA": {Country: "US", Continent: "NA"},
"TWB": {Country: "AU", Continent: "OC"},
"TWC": {Country: "CN", Continent: "AS"},
"TWD": {Country: "US", Continent: "NA"},
"TWE": {Country: "US", Continent: "NA"},
"TWF": {Country: "US", Continent: "NA"},
"TWH": {Country: "US", Continent: "NA"},
"TWP": {Country: "AU", Continent: "OC"},
"TWT": {Country: "PH", Continent: "AS"},
"TWU": {Country: "MY", Continent: "AS"},
"TWY": {Country: "PG", Continent: "OC"},
"TWZ": {Country: "NZ", Continent: "OC"},
"TXC": {Country: "BY", Continent: "EU"},
"TXE": {Country: "ID", Continent: "AS"},
"TXF": {Country: "BR", Continent: "SA"},
"TXK": {Country: "US", Continent: "NA"},
"TXM": {Country: "ID", Continent: "AS"},
"TXN": {Country: "CN", Continent: "AS"},
"TXR": {Country: "AU", Continent: "OC"},
"TXU": {Country: "CI", Continent: "AF"},
"TYA": {Country: "RU", Continent: "EU"},
"TYB": {Country: "AU", Continent: "OC"},
"TYC": {Country: "CN", Continent: "AS"},
"TYD": {Country: "RU", Continent: "AS"},
"TYE": {Country: "US", Continent: "NA"},
"TYF": {Country: "SE", Continent: "EU"},
"TYG": {Country: "AU", Continent: "OC"},
"TYL": {Country: "PE", Continent: "SA"},
"TYM": {Country: "BS", Continent: "NA"},
"TYN": {Country: "CN", Continent: "AS"},
"TYP": {Country: "AU", Continent: "OC"},
"TYR": {Country: "US", Continent: "NA"},
"TYS": {Country: "US", Continent: "NA"},
"TYT": {Country: "UY", Continent: "SA"},
"TYZ": {Country: "US", Continent: "NA"},
"TZA": {Country: "BZ", Continent: "NA"},
"TZC": {Country: "US", Continent: "NA"},
"TZL": {Country: "BA", Continent: "EU"},
"TZM": {Country: "MX", Continent: "NA"},
"TZN": {Country: "BS", Continent: "NA"},
"TZO": {Country: "MG", Continent: "AF"},
"TZX": {Country: "TR", Continent: "AS"},
"UAB": {Country: "TR", Continent: "AS"},
"UAC": {Country: "MX", Continent: "NA"},
"UAE": {Country: "PG", Continent: "OC"},
"UAH": {Country: "PF", Continent: "OC"},
"UAI": {Country: "TL", Continent: "AS"},
"UAK": {Country: "GL", Continent: "NA"},
"UAL": {Country: "AO", Continent: "AF"},
"UAM": {Country: "GU", Continent: "OC"},
"UAP": {Country: "PF", Continent: "OC"},
"UAQ": {Country: "AR", Continent: "SA"},
"UAR": {Country: "MA", Continent: "AF"},
"UAS": {Country: "KE", Continent: "AF"},
"UAX": {Country: "GT", Continent: "NA"},
"UBA": {Country: "BR", Continent: "SA"},
"UBB": {Country: "AU", Continent: "OC"},
"UBI": {Country: "PG", Continent: "OC"},
"UBJ": {Country: "JP", Continent: "AS"},
"UBN": {Country: "MN", Continent: "AS"},
"UBP": {Country: "TH", Continent: "AS"},
"UBS": {Country: "US", Continent: "NA"},
"UBT": {Country: "BR", Continent: "SA"},
"UBU": {Country: "AU", Continent: "OC"},
"UCB": {Country: "CN", Continent: "AS"},
"UCC": {Country: "US", Continent: "NA"},
"UCE": {Country: "US", Continent: "NA"},
"UCK": {Country: "UA", Continent: "EU"},
"UCN": {Country: "LR", Continent: "AF"},
"UCT": {Country: "RU", Continent: "AS"},
"UCY": {Country: "US", Continent: "NA"},
"UCZ": {Country: "PE", Continent: "SA"},
"UDA": {Country: "AU", Continent: "OC"},
"UDD": {Country: "US", Continent: "NA"},
"UDE": {Country: "NL", Continent: "EU"},
"UDI": {Country: "BR", Continent: "SA"},
"UDJ": {Country: "UA", Continent: "EU"},
"UDR": {Country: "IN", Continent: "AS"},
"UEE": {Country: "AU", Continent: "OC"},
"UEL": {Country: "MZ", Continent: "AF"},
"UEN": {Country: "RU", Continent: "EU"},
"UEO": {Country: "JP", Continent: "AS"},
"UES": {Country: "US", Continent: "NA"},
"UET": {Country: "PK", Continent: "AS"},
"UFA": {Country: "RU", Continent: "EU"},
"UGA": {Country: "MN", Continent: "AS"},
"UGB": {Country: "US", Continent: "NA"},
"UGC": {Country: "UZ", Continent: "AS"},
"UGI": {Country: "US", Continent: "NA"},
"UGL": {Country: "AQ", Continent: "AN"},
"UGN": {Country: "US", Continent: "NA"},
"UGO": {Country: "AO", Continent: "AF"},
"UGS": {Country: "US", Continent: "NA"},
"UGT": {Country: "MN", Continent: "AS"},
"UGU": {Country: "ID", Continent: "AS"},
"UHE": {Country: "CZ", Continent: "EU"},
"UHS": {Country: "RU", Continent: "AS"},
"UIB": {Country: "CO", Continent: "SA"},
"UIH": {Country: "VN", Continent: "AS"},
"UII": {Country: "HN", Continent: "NA"},
"UIK": {Country: "RU", Continent: "AS"},
"UIL": {Country: "US", Continent: "NA"},
"UIN": {Country: "US", Continent: "NA"},
"UIO": {Country: "EC", Continent: "SA"},
"UIP": {Country: "FR", Continent: "EU"},
"UIR": {Country: "AU", Continent: "OC"},
"UIT": {Country: "MH", Continent: "OC"},
"UJE": {Country: "MH", Continent: "OC"},
"UJN": {Country: "KR", Continent: "AS"},
"UJU": {Country: "KP", Continent: "AS"},
"UKA": {Country: "KE", Continent: "AF"},
"UKB": {Country: "JP", Continent: "AS"},
"UKE": {Country: "IN", Continent: "AS"},
"UKG": {Country: "RU", Continent: "EU"},
"UKH": {Country: "OM", Continent: "AS"},
"UKI": {Country: "US", Continent: "NA"},
"UKK": {Country: "KZ", Continent: "AS"},
"UKN": {Country: "US", Continent: "NA"},
"UKR": {Country: "YE", Continent: "AS"},
"UKS": {Country: "UA", Continent: "EU"},
"UKT": {Country: "US", Continent: "NA"},
"UKU": {Country: "PG", Continent: "OC"},
"UKX": {Country: "RU", Continent: "AS"},
"ULA": {Country: "AR", Continent: "SA"},
"ULB": {Country: "VU", Continent: "OC"},
"ULD": {Country: "ZA", Continent: "AF"},
"ULE": {Country: "PG", Continent: "OC"},
"ULG": {Country: "MN", Continent: "AS"},
"ULH": {Country: "SA", Continent: "AS"},
"ULI": {Country: "FM", Continent: "OC"},
"ULK": {Country: "RU", Continent: "AS"},
"ULM": {Country: "US", Continent: "NA"},
"ULN": {Country: "MN", Continent: "AS"},
"ULO": {Country: "MN", Continent: "AS"},
"ULP": {Country: "AU", Continent: "OC"},
"ULQ": {Country: "CO", Continent: "SA"},
"ULS": {Country: "CO", Continent: "SA"},
"ULU": {Country: "UG", Continent: "AF"},
"ULV": {Country: "RU", Continent: "EU"},
"ULX": {Country: "ZA", Continent: "AF"},
"ULY": {Country: "RU", Continent: "AS"},
"ULZ": {Country: "MN", Continent: "AS"},
"UMA": {Country: "CU", Continent: "NA"},
"UMB": {Country: "ZM", Continent: "AF"},
"UMC": {Country: "PG", Continent: "OC"},
"UMD": {Country: "GL", Continent: "NA"},
"UME": {Country: "SE", Continent: "EU"},
"UMI": {Country: "PE", Continent: "SA"},
"UMM": {Country: "US", Continent: "NA"},
"UMR": {Country: "AU", Continent: "OC"},
"UMS": {Country: "RU", Continent: "EU"},
"UMT": {Country: "US", Continent: "NA"},
"UMU": {Country: "BR", Continent: "SA"},
"UMY": {Country: "UA", Continent: "EU"},
"UMZ": {Country: "US", Continent: "NA"},
"UNA": {Country: "BR", Continent: "SA"},
"UNC": {Country: "CO", Continent: "SA"},
"UND": {Country: "AF", Continent: "AS"},
"UNE": {Country: "LS", Continent: "AF"},
"UNG": {Country: "PG", Continent: "OC"},
"UNI": {Country: "VC", Continent: "NA"},
"UNK": {Country: "US", Continent: "NA"},
"UNN": {Country: "TH", Continent: "AS"},
"UNR": {Country: "MN", Continent: "AS"},
"UNU": {Country: "US", Continent: "NA"},
"UOA": {Country: "PF", Continent: "OC"},
"UOL": {Country: "ID", Continent: "AS"},
"UOS": {Country: "US", Continent: "NA"},
"UOX": {Country: "US", Continent: "NA"},
"UPB": {Country: "CU", Continent: "NA"},
"UPG": {Country: "ID", Continent: "AS"},
"UPL": {Country: "CR", Continent: "NA"},
"UPN": {Country: "MX", Continent: "NA"},
"UPP": {Country: "US", Continent: "OC"},
"UPR": {Country: "PG", Continent: "OC"},
"UPV": {Country: "GB", Continent: "EU"},
"URA": {Country: "KZ", Continent: "AS"},
"URC": {Country: "CN", Continent: "AS"},
"URD": {Country: "DE", Continent: "EU"},
"URE": {Country: "EE", Continent: "EU"},
"URG": {Country: "BR", Continent: "SA"},
"URI": {Country: "CO", Continent: "SA"},
"URJ": {Country: "RU", Continent: "AS"},
"URM": {Country: "VE", Continent: "SA"},
"URN": {Country: "AF", Continent: "AS"},
"URO": {Country: "FR", Continent: "EU"},
"URR": {Country: "CO", Continent: "SA"},
"URS": {Country: "RU", Continent: "EU"},
"URT": {Country: "TH", Continent: "AS"},
"URU": {Country: "PG", Continent: "OC"},
"URY": {Country: "SA", Continent: "AS"},
"URZ": {Country: "AF", Continent: "AS"},
"USA": {Country: "US", Continent: "NA"},
"USC": {Country: "US", Continent: "NA"},
"USH": {Country: "AR", Continent: "SA"},
"USI": {Country: "GY", Continent: "SA"},
"USJ": {Country: "KZ", Continent: "AS"},
"USK": {Country: "RU", Continent: "AS"},
"USL": {Country: "AU", Continent: "OC"},
"USM": {Country: "TH", Continent: "AS"},
"USN": {Country: "KR", Continent: "AS"},
"USQ": {Country: "TR", Continent: "AS"},
"USR": {Country: "RU", Continent: "AS"},
"USS": {Country: "CU", Continent: "NA"},
"UST": {Country: "US", Continent: "NA"},
"USU": {Country: "PH", Continent: "AS"},
"UTA": {Country: "ZW", Continent: "AF"},
"UTB": {Country: "AU", Continent: "OC"},
"UTD": {Country: "AU", Continent: "OC"},
"UTE": {Country: "ZA", Continent: "AF"},
"UTG": {Country: "LS", Continent: "AF"},
"UTH": {Country: "TH", Continent: "AS"},
"UTI": {Country: "FI", Continent: "EU"},
"UTK": {Country: "MH", Continent: "OC"},
"UTM": {Country: "US", Continent: "NA"},
"UTN": {Country: "ZA", Continent: "AF"},
"UTO": {Country: "US", Continent: "NA"},
"UTP": {Country: "TH", Continent: "AS"},
"UTS": {Country: "RU", Continent: "AS"},
"UTT": {Country: "ZA", Continent: "AF"},
"UTU": {Country: "PA", Continent: "NA"},
"UTW": {Country: "ZA", Continent: "AF"},
"UUA": {Country: "RU", Continent: "AS"},
"UUD": {Country: "RU", Continent: "AS"},
"UUK": {Country: "US", Continent: "NA"},
"UUN": {Country: "MN", Continent: "AS"},
"UUS": {Country: "RU", Continent: "AS"},
"UUU": {Country: "PG", Continent: "OC"},
"UVA": {Country: "US", Continent: "NA"},
"UVE": {Country: "NC", Continent: "OC"},
"UVF": {Country: "LC", Continent: "NA"},
"UVI": {Country: "BR", Continent: "SA"},
"UVL": {Country: "EG", Continent: "AF"},
"UVO": {Country: "PG", Continent: "OC"},
"UWA": {Country: "US", Continent: "NA"},
"UYL": {Country: "SD", Continent: "AF"},
"UYN": {Country: "CN", Continent: "AS"},
"UYU": {Country: "BO", Continent: "SA"},
"UZC": {Country: "RS", Continent: "EU"},
"UZM": {Country: "CA", Continent: "NA"},
"UZR": {Country: "KZ", Continent: "AS"},
"UZU": {Country: "AR", Continent: "SA"},
"VAA": {Country: "FI", Continent: "EU"},
"VAB": {Country: "CO", Continent: "SA"},
"VAC": {Country: "DE", Continent: "EU"},
"VAD": {Country: "US", Continent: "NA"},
"VAF": {Country: "FR", Continent: "EU"},
"VAG": {Country: "BR", Continent: "SA"},
"VAH": {Country: "BO", Continent: "SA"},
"VAI": {Country: "PG", Continent: "OC"},
"VAK": {Country: "US", Continent: "NA"},
"VAL": {Country: "BR", Continent: "SA"},
"VAM": {Country: "MV", Continent: "AS"},
"VAN": {Country: "TR", Continent: "AS"},
"VAO": {Country: "SB", Continent: "OC"},
"VAP": {Country: "CL", Continent: "SA"},
"VAQ": {Country: "RU", Continent: "AS"},
"VAR": {Country: "BG", Continent: "EU"},
"VAS": {Country: "TR", Continent: "AS"},
"VAT": {Country: "MG", Continent: "AF"},
"VAV": {Country: "TO", Continent: "OC"},
"VAW": {Country: "NO", Continent: "EU"},
"VBA": {Country: "MM", Continent: "AS"},
"VBC": {Country: "MM", Continent: "AS"},
"VBG": {Country: "US", Continent: "NA"},
"VBP": {Country: "MM", Continent: "AS"},
"VBS": {Country: "IT", Continent: "EU"},
"VBV": {Country: "FJ", Continent: "OC"},
"VBY": {Country: "SE", Continent: "EU"},
"VCA": {Country: "VN", Continent: "AS"},
"VCC": {Country: "BR", Continent: "SA"},
"VCD": {Country: "AU", Continent: "OC"},
"VCE": {Country: "IT", Continent: "EU"},
"VCF": {Country: "AR", Continent: "SA"},
"VCH": {Country: "UY", Continent: "SA"},
"VCL": {Country: "VN", Continent: "AS"},
"VCP": {Country: "BR", Continent: "SA"},
"VCS": {Country: "VN", Continent: "AS"},
"VCT": {Country: "US", Continent: "NA"},
"VCV": {Country: "US", Continent: "NA"},
"VDA": {Country: "IL", Continent: "AS"},
"VDC": {Country: "BR", Continent: "SA"},
"VDE": {Country: "ES", Continent: "AF"},
"VDH": {Country: "VN", Continent: "AS"},
"VDI": {Country: "US", Continent: "NA"},
"VDM": {Country: "AR", Continent: "SA"},
"VDO": {Country: "VN", Continent: "AS"},
"VDP": {Country: "VE", Continent: "SA"},
"VDR": {Country: "AR", Continent: "SA"},
"VDS": {Country: "NO", Continent: "EU"},
"VDY": {Country: "IN", Continent: "AS"},
"VDZ": {Country: "US", Continent: "NA"},
"VEE": {Country: "US", Continent: "NA"},
"VEG": {Country: "GY", Continent: "SA"},
"VEL": {Country: "US", Continent: "NA"},
"VEO": {Country: "RU", Continent: "AS"},
"VER": {Country: "MX", Continent: "NA"},
"VEV": {Country: "SB", Continent: "OC"},
"VEX": {Country: "US", Continent: "NA"},
"VEY": {Country: "IS", Continent: "EU"},
"VFA": {Country: "ZW", Continent: "AF"},
"VGA": {Country: "IN", Continent: "AS"},
"VGD": {Country: "RU", Continent: "EU"},
"VGO": {Country: "ES", Continent: "EU"},
"VGS": {Country: "AR", Continent: "SA"},
"VGT": {Country: "US", Continent: "NA"},
"VGZ": {Country: "CO", Continent: "SA"},
"VHC": {Country: "AO", Continent: "AF"},
"VHM": {Country: "SE", Continent: "EU"},
"VHN": {Country: "US", Continent: "NA"},
"VHV": {Country: "RU", Continent: "AS"},
"VHY": {Country: "FR", Continent: "EU"},
"VHZ": {Country: "PF", Continent: "OC"},
"VIA": {Country: "BR", Continent: "SA"},
"VIE": {Country: "AT", Continent: "EU"},
"VIG": {Country: "VE", Continent: "SA"},
"VIH": {Country: "US", Continent: "NA"},
"VII": {Country: "VN", Continent: "AS"},
"VIJ": {Country: "VG", Continent: "NA"},
"VIL": {Country: "EH", Continent: "AF"},
"VIN": {Country: "UA", Continent: "EU"},
"VIP": {Country: "CH", Continent: "EU"},
"VIQ": {Country: "TL", Continent: "AS"},
"VIR": {Country: "ZA", Continent: "AF"},
"VIS": {Country: "US", Continent: "NA"},
"VIT": {Country: "ES", Continent: "EU"},
"VIU": {Country: "SB", Continent: "OC"},
"VIV": {Country: "PG", Continent: "OC"},
"VIX": {Country: "BR", Continent: "SA"},
"VIY": {Country: "FR", Continent: "EU"},
"VJB": {Country: "MZ", Continent: "AF"},
"VJI": {Country: "US", Continent: "NA"},
"VJQ": {Country: "MZ", Continent: "AF"},
"VKG": {Country: "VN", Continent: "AS"},
"VKO": {Country: "RU", Continent: "EU"},
"VKS": {Country: "US", Continent: "NA"},
"VKT": {Country: "RU", Continent: "AS"},
"VKV": {Country: "RU", Continent: "EU"},
"VLA": {Country: "US", Continent: "NA"},
"VLC": {Country: "ES", Continent: "EU"},
"VLD": {Country: "US", Continent: "NA"},
"VLE": {Country: "US", Continent: "NA"},
"VLG": {Country: "AR", Continent: "SA"},
"VLI": {Country: "VU", Continent: "OC"},
"VLL": {Country: "ES", Continent: "EU"},
"VLM": {Country: "BO", Continent: "SA"},
"VLN": {Country: "VE", Continent: "SA"},
"VLP": {Country: "BR", Continent: "SA"},
"VLR": {Country: "CL", Continent: "SA"},
"VLS": {Country: "VU", Continent: "OC"},
"VLU": {Country: "RU", Continent: "EU"},
"VLV": {Country: "VE", Continent: "SA"},
"VLY": {Country: "GB", Continent: "EU"},
"VME": {Country: "AR", Continent: "SA"},
"VMI": {Country: "PY", Continent: "SA"},
"VMU": {Country: "PG", Continent: "OC"},
"VNA": {Country: "LA", Continent: "AS"},
"VNC": {Country: "US", Continent: "NA"},
"VND": {Country: "MG", Continent: "AF"},
"VNE": {Country: "FR", Continent: "EU"},
"VNO": {Country: "LT", Continent: "EU"},
"VNR": {Country: "AU", Continent: "OC"},
"VNS": {Country: "IN", Continent: "AS"},
"VNT": {Country: "LV", Continent: "EU"},
"VNX": {Country: "MZ", Continent: "AF"},
"VNY": {Country: "US", Continent: "NA"},
"VOD": {Country: "CZ", Continent: "EU"},
"VOG": {Country: "RU", Continent: "EU"},
"VOH": {Country: "MG", Continent: "AF"},
"VOI": {Country: "LR", Continent: "AF"},
"VOK": {Country: "US", Continent: "NA"},
"VOL": {Country: "GR", Continent: "EU"},
"VOT": {Country: "BR", Continent: "SA"},
"VOZ": {Country: "RU", Continent: "EU"},
"VPE": {Country: "AO", Continent: "AF"},
"VPG": {Country: "KE", Continent: "AF"},
"VPN": {Country: "IS", Continent: "EU"},
"VPS": {Country: "US", Continent: "NA"},
"VPY": {Country: "MZ", Continent: "AF"},
"VPZ": {Country: "US", Continent: "NA"},
"VQQ": {Country: "US", Continent: "NA"},
"VQS": {Country: "PR", Continent: "NA"},
"VRA": {Country: "CU", Continent: "NA"},
"VRB": {Country: "US", Continent: "NA"},
"VRC": {Country: "PH", Continent: "AS"},
"VRE": {Country: "ZA", Continent: "AF"},
"VRI": {Country: "RU", Continent: "AS"},
"VRK": {Country: "FI", Continent: "EU"},
"VRL": {Country: "PT", Continent: "EU"},
"VRN": {Country: "IT", Continent: "EU"},
"VRO": {Country: "CU", Continent: "NA"},
"VRS": {Country: "US", Continent: "NA"},
"VRU": {Country: "ZA", Continent: "AF"},
"VRY": {Country: "NO", Continent: "EU"},
"VRZ": {Country: "BR", Continent: "SA"},
"VSA": {Country: "MX", Continent: "NA"},
"VSE": {Country: "PT", Continent: "EU"},
"VSF": {Country: "US", Continent: "NA"},
"VST": {Country: "SE", Continent: "EU"},
"VSV": {Country: "IN", Continent: "AS"},
"VTB": {Country: "BY", Continent: "EU"},
"VTE": {Country: "LA", Continent: "AS"},
"VTF": {Country: "FJ", Continent: "OC"},
"VTG": {Country: "VN", Continent: "AS"},
"VTM": {Country: "IL", Continent: "AS"},
"VTN": {Country: "US", Continent: "NA"},
"VTU": {Country: "CU", Continent: "NA"},
"VTZ": {Country: "IN", Continent: "AS"},
"VUP": {Country: "CO", Continent: "SA"},
"VUS": {Country: "RU", Continent: "AS"},
"VUU": {Country: "MW", Continent: "AF"},
"VVB": {Country: "MG", Continent: "AF"},
"VVC": {Country: "CO", Continent: "SA"},
"VVI": {Country: "BO", Continent: "SA"},
"VVK": {Country: "SE", Continent: "EU"},
"VVN": {Country: "PE", Continent: "SA"},
"VVO": {Country: "RU", Continent: "AS"},
"VVZ": {Country: "DZ", Continent: "AF"},
"VXC": {Country: "MZ", Continent: "AF"},
"VXE": {Country: "CV", Continent: "AF"},
"VXO": {Country: "SE", Continent: "EU"},
"VYD": {Country: "ZA", Continent: "AF"},
"VYI": {Country: "RU", Continent: "AS"},
"VYS": {Country: "US", Continent: "NA"},
"WAA": {Country: "US", Continent: "NA"},
"WAD": {Country: "MG", Continent: "AF"},
"WAE": {Country: "SA", Continent: "AS"},
"WAF": {Country: "PK", Continent: "AS"},
"WAG": {Country: "NZ", Continent: "OC"},
"WAH": {Country: "US", Continent: "NA"},
"WAI": {Country: "MG", Continent: "AF"},
"WAJ": {Country: "PG", Continent: "OC"},
"WAK": {Country: "MG", Continent: "AF"},
"WAL": {Country: "US", Continent: "NA"},
"WAM": {Country: "MG", Continent: "AF"},
"WAO": {Country: "PG", Continent: "OC"},
"WAP": {Country: "CL", Continent: "SA"},
"WAQ": {Country: "MG", Continent: "AF"},
"WAT": {Country: "IE", Continent: "EU"},
"WAU": {Country: "AU", Continent: "OC"},
"WAV": {Country: "AU", Continent: "OC"},
"WAW": {Country: "PL", Continent: "EU"},
"WAX": {Country: "LY", Continent: "AF"},
"WAY": {Country: "US", Continent: "NA"},
"WAZ": {Country: "AU", Continent: "OC"},
"WBA": {Country: "ID", Continent: "AS"},
"WBB": {Country: "US", Continent: "NA"},
"WBC": {Country: "PG", Continent: "OC"},
"WBD": {Country: "MG", Continent: "AF"},
"WBE": {Country: "MG", Continent: "AF"},
"WBG": {Country: "DE", Continent: "EU"},
"WBK": {Country: "US", Continent: "NA"},
"WBM": {Country: "PG", Continent: "OC"},
"WBO": {Country: "MG", Continent: "AF"},
"WBQ": {Country: "US", Continent: "NA"},
"WBR": {Country: "US", Continent: "NA"},
"WBU": {Country: "US", Continent: "NA"},
"WBW": {Country: "US", Continent: "NA"},
"WCA": {Country: "CL", Continent: "SA"},
"WCD": {Country: "AU", Continent: "OC"},
"WCH": {Country: "CL", Continent: "SA"},
"WCR": {Country: "US", Continent: "NA"},
"WDA": {Country: "YE", Continent: "AS"},
"WDB": {Country: "ID", Continent: "AS"},
"WDG": {Country: "US", Continent: "NA"},
"WDH": {Country: "NA", Continent: "AF"},
"WDI": {Country: "AU", Continent: "OC"},
"WDN": {Country: "US", Continent: "NA"},
"WDR": {Country: "US", Continent: "NA"},
"WDS": {Country: "CN", Continent: "AS"},
"WEA": {Country: "US", Continent: "NA"},
"WED": {Country: "PG", Continent: "OC"},
"WEF": {Country: "CN", Continent: "AS"},
"WEH": {Country: "CN", Continent: "AS"},
"WEI": {Country: "AU", Continent: "OC"},
"WEL": {Country: "ZA", Continent: "AF"},
"WEP": {Country: "PG", Continent: "OC"},
"WET": {Country: "ID", Continent: "AS"},
"WEW": {Country: "AU", Continent: "OC"},
"WFB": {Country: "US", Continent: "NA"},
"WFI": {Country: "MG", Continent: "AF"},
"WFK": {Country: "US", Continent: "NA"},
"WFR": {Country: "AQ", Continent: "AN"},
"WGA": {Country: "AU", Continent: "OC"},
"WGB": {Country: "PK", Continent: "AS"},
"WGC": {Country: "IN", Continent: "AS"},
"WGE": {Country: "AU", Continent: "OC"},
"WGN": {Country: "CN", Continent: "AS"},
"WGO": {Country: "US", Continent: "NA"},
"WGP": {Country: "ID", Continent: "AS"},
"WGT": {Country: "AU", Continent: "OC"},
"WHA": {Country: "CN", Continent: "AS"},
"WHB": {Country: "AU", Continent: "OC"},
"WHD": {Country: "US", Continent: "NA"},
"WHF": {Country: "SD", Continent: "AF"},
"WHK": {Country: "NZ", Continent: "OC"},
"WHL": {Country: "AU", Continent: "OC"},
"WHN": {Country: "CN", Continent: "AS"},
"WHO": {Country: "NZ", Continent: "OC"},
"WHP": {Country: "US", Continent: "NA"},
"WHS": {Country: "GB", Continent: "EU"},
"WHT": {Country: "US", Continent: "NA"},
"WHU": {Country: "CN", Continent: "AS"},
"WIB": {Country: "US", Continent: "NA"},
"WIC": {Country: "GB", Continent: "EU"},
"WIE": {Country: "DE", Continent: "EU"},
"WIK": {Country: "NZ", Continent: "OC"},
"WIL": {Country: "KE", Continent: "AF"},
"WIN": {Country: "AU", Continent: "OC"},
"WIO": {Country: "AU", Continent: "OC"},
"WIR": {Country: "NZ", Continent: "OC"},
"WIU": {Country: "PG", Continent: "OC"},
"WJA": {Country: "MH", Continent: "OC"},
"WJF": {Country: "US", Continent: "NA"},
"WJR": {Country: "KE", Continent: "AF"},
"WJU": {Country: "KR", Continent: "AS"},
"WKA": {Country: "NZ", Continent: "OC"},
"WKB": {Country: "AU", Continent: "OC"},
"WKF": {Country: "ZA", Continent: "AF"},
"WKI": {Country: "ZW", Continent: "AF"},
"WKJ": {Country: "JP", Continent: "AS"},
"WKK": {Country: "US", Continent: "NA"},
"WKL": {Country: "US", Continent: "OC"},
"WKN": {Country: "PG", Continent: "OC"},
"WKR": {Country: "BS", Continent: "NA"},
"WLA": {Country: "AU", Continent: "OC"},
"WLC": {Country: "AU", Continent: "OC"},
"WLD": {Country: "US", Continent: "NA"},
"WLE": {Country: "AU", Continent: "OC"},
"WLG": {Country: "NZ", Continent: "OC"},
"WLH": {Country: "VU", Continent: "OC"},
"WLK": {Country: "US", Continent: "NA"},
"WLL": {Country: "AU", Continent: "OC"},
"WLO": {Country: "AU", Continent: "OC"},
"WLP": {Country: "AU", Continent: "OC"},
"WLR": {Country: "US", Continent: "NA"},
"WLS": {Country: "WF", Continent: "OC"},
"WLU": {Country: "PG", Continent: "OC"},
"WLW": {Country: "US", Continent: "NA"},
"WMA": {Country: "MG", Continent: "AF"},
"WMB": {Country: "AU", Continent: "OC"},
"WMC": {Country: "US", Continent: "NA"},
"WMD": {Country: "MG", Continent: "AF"},
"WME": {Country: "AU", Continent: "OC"},
"WMH": {Country: "US", Continent: "NA"},
"WMI": {Country: "PL", Continent: "EU"},
"WMK": {Country: "US", Continent: "NA"},
"WML": {Country: "MG", Continent: "AF"},
"WMN": {Country: "MG", Continent: "AF"},
"WMO": {Country: "US", Continent: "NA"},
"WMP": {Country: "MG", Continent: "AF"},
"WMR": {Country: "MG", Continent: "AF"},
"WMT": {Country: "CN", Continent: "AS"},
"WMX": {Country: "ID", Continent: "AS"},
"WNA": {Country: "US", Continent: "NA"},
"WND": {Country: "AU", Continent: "OC"},
"WNH": {Country: "CN", Continent: "AS"},
"WNI": {Country: "ID", Continent: "AS"},
"WNN": {Country: "CA", Continent: "NA"},
"WNP": {Country: "PH", Continent: "AS"},
"WNR": {Country: "AU", Continent: "OC"},
"WNS": {Country: "PK", Continent: "AS"},
"WNU": {Country: "PG", Continent: "OC"},
"WNZ": {Country: "CN", Continent: "AS"},
"WOA": {Country: "PG", Continent: "OC"},
"WOE": {Country: "NL", Continent: "EU"},
"WOK": {Country: "VE", Continent: "SA"},
"WOL": {Country: "AU", Continent: "OC"},
"WON": {Country: "AU", Continent: "OC"},
"WOS": {Country: "KP", Continent: "AS"},
"WOT": {Country: "TW", Continent: "AS"},
"WOW": {Country: "US", Continent: "NA"},
"WPA": {Country: "CL", Continent: "SA"},
"WPB": {Country: "MG", Continent: "AF"},
"WPC": {Country: "CA", Continent: "NA"},
"WPK": {Country: "AU", Continent: "OC"},
"WPL": {Country: "CA", Continent: "NA"},
"WPM": {Country: "PG", Continent: "OC"},
"WPO": {Country: "US", Continent: "NA"},
"WPR": {Country: "CL", Continent: "SA"},
"WPU": {Country: "CL", Continent: "SA"},
"WRA": {Country: "ET", Continent: "AF"},
"WRB": {Country: "US", Continent: "NA"},
"WRE": {Country: "NZ", Continent: "OC"},
"WRG": {Country: "US", Continent: "NA"},
"WRH": {Country: "CN", Continent: "AS"},
"WRI": {Country: "US", Continent: "NA"},
"WRL": {Country: "US", Continent: "NA"},
"WRN": {Country: "AU", Continent: "OC"},
"WRO": {Country: "PL", Continent: "EU"},
"WRT": {Country: "GB", Continent: "EU"},
"WRW": {Country: "AU", Continent: "OC"},
"WRY": {Country: "GB", Continent: "EU"},
"WRZ": {Country: "LK", Continent: "AS"},
"WSA": {Country: "PG", Continent: "OC"},
"WSB": {Country: "US", Continent: "NA"},
"WSF": {Country: "US", Continent: "NA"},
"WSG": {Country: "US", Continent: "NA"},
"WSH": {Country: "US", Continent: "NA"},
"WSI": {Country: "AU", Continent: "OC"},
"WSK": {Country: "CN", Continent: "AS"},
"WSM": {Country: "US", Continent: "NA"},
"WSN": {Country: "US", Continent: "NA"},
"WSO": {Country: "SR", Continent: "SA"},
"WSP": {Country: "NI", Continent: "NA"},
"WSR": {Country: "ID", Continent: "AS"},
"WST": {Country: "US", Continent: "NA"},
"WSU": {Country: "PG", Continent: "OC"},
"WSX": {Country: "US", Continent: "NA"},
"WSY": {Country: "AU", Continent: "OC"},
"WSZ": {Country: "NZ", Continent: "OC"},
"WTA": {Country: "MG", Continent: "AF"},
"WTB": {Country: "AU", Continent: "OC"},
"WTD": {Country: "BS", Continent: "NA"},
"WTE": {Country: "MH", Continent: "OC"},
"WTK": {Country: "US", Continent: "NA"},
"WTL": {Country: "US", Continent: "NA"},
"WTN": {Country: "GB", Continent: "EU"},
"WTO": {Country: "MH", Continent: "OC"},
"WTP": {Country: "PG", Continent: "OC"},
"WTR": {Country: "US", Continent: "NA"},
"WTS": {Country: "MG", Continent: "AF"},
"WTT": {Country: "PG", Continent: "OC"},
"WTZ": {Country: "NZ", Continent: "OC"},
"WUA": {Country: "CN", Continent: "AS"},
"WUD": {Country: "AU", Continent: "OC"},
"WUG": {Country: "PG", Continent: "OC"},
"WUH": {Country: "CN", Continent: "AS"},
"WUI": {Country: "AU", Continent: "OC"},
"WUM": {Country: "PG", Continent: "OC"},
"WUN": {Country: "AU", Continent: "OC"},
"WUS": {Country: "CN", Continent: "AS"},
"WUT": {Country: "CN", Continent: "AS"},
"WUU": {Country: "SS", Continent: "AF"},
"WUV": {Country: "PG", Continent: "OC"},
"WUX": {Country: "CN", Continent: "AS"},
"WUZ": {Country: "CN", Continent: "AS"},
"WVB": {Country: "NA", Continent: "AF"},
"WVI": {Country: "US", Continent: "NA"},
"WVK": {Country: "MG", Continent: "AF"},
"WVL": {Country: "US", Continent: "NA"},
"WVN": {Country: "DE", Continent: "EU"},
"WWA": {Country: "US", Continent: "NA"},
"WWD": {Country: "US", Continent: "NA"},
"WWI": {Country: "AU", Continent: "OC"},
"WWK": {Country: "PG", Continent: "OC"},
"WWP": {Country: "US", Continent: "NA"},
"WWR": {Country: "US", Continent: "NA"},
"WWT": {Country: "US", Continent: "NA"},
"WWY": {Country: "AU", Continent: "OC"},
"WXN": {Country: "CN", Continent: "AS"},
"WYA": {Country: "AU", Continent: "OC"},
"WYB": {Country: "US", Continent: "NA"},
"WYE": {Country: "SL", Continent: "AF"},
"WYN": {Country: "AU", Continent: "OC"},
"WYS": {Country: "US", Continent: "NA"},
"WZA": {Country: "GH", Continent: "AF"},
"WZQ": {Country: "CN", Continent: "AS"},
"XAI": {Country: "CN", Continent: "AS"},
"XAL": {Country: "MX", Continent: "NA"},
"XAP": {Country: "BR", Continent: "SA"},
"XAR": {Country: "BF", Continent: "AF"},
"XAU": {Country: "GF", Continent: "SA"},
"XBB": {Country: "CA", Continent: "NA"},
"XBE": {Country: "CA", Continent: "NA"},
"XBG": {Country: "BF", Continent: "AF"},
"XBJ": {Country: "IR", Continent: "AS"},
"XBN": {Country: "PG", Continent: "OC"},
"XBO": {Country: "BF", Continent: "AF"},
"XBR": {Country: "CA", Continent: "NA"},
"XCH": {Country: "CX", Continent: "AS"},
"XCL": {Country: "CA", Continent: "NA"},
"XCM": {Country: "CA", Continent: "NA"},
"XCO": {Country: "AU", Continent: "OC"},
"XCR": {Country: "FR", Continent: "EU"},
"XDE": {Country: "BF", Continent: "AF"},
"XDJ": {Country: "BF", Continent: "AF"},
"XEN": {Country: "CN", Continent: "AS"},
"XEQ": {Country: "GL", Continent: "NA"},
"XES": {Country: "US", Continent: "NA"},
"XFN": {Country: "CN", Continent: "AS"},
"XFT": {Country: "US", Continent: "NA"},
"XFW": {Country: "DE", Continent: "EU"},
"XGA": {Country: "BF", Continent: "AF"},
"XGG": {Country: "BF", Continent: "AF"},
"XGN": {Country: "AO", Continent: "AF"},
"XGR": {Country: "CA", Continent: "NA"},
"XIC": {Country: "CN", Continent: "AS"},
"XIE": {Country: "LA", Continent: "AS"},
"XIG": {Country: "BR", Continent: "SA"},
"XIJ": {Country: "KW", Continent: "AS"},
"XIL": {Country: "CN", Continent: "AS"},
"XIN": {Country: "CN", Continent: "AS"},
"XIQ": {Country: "GL", Continent: "NA"},
"XIY": {Country: "CN", Continent: "AS"},
"XJD": {Country: "QA", Continent: "AS"},
"XJM": {Country: "PK", Continent: "AS"},
"XKA": {Country: "BF", Continent: "AF"},
"XKH": {Country: "LA", Continent: "AS"},
"XKS": {Country: "CA", Continent: "NA"},
"XKY": {Country: "BF", Continent: "AF"},
"XLB": {Country: "CA", Continent: "NA"},
"XLS": {Country: "SN", Continent: "AF"},
"XLU": {Country: "BF", Continent: "AF"},
"XMA": {Country: "PH", Continent: "AS"},
"XMC": {Country: "AU", Continent: "OC"},
"XMD": {Country: "US", Continent: "NA"},
"XMG": {Country: "NP", Continent: "AS"},
"XMH": {Country: "PF", Continent: "OC"},
"XMI": {Country: "TZ", Continent: "AF"},
"XML": {Country: "AU", Continent: "OC"},
"XMN": {Country: "CN", Continent: "AS"},
"XMP": {Country: "CA", Continent: "NA"},
"XMS": {Country: "EC", Continent: "SA"},
"XMY": {Country: "AU", Continent: "OC"},
"XNA": {Country: "US", Continent: "NA"},
"XNH": {Country: "IQ", Continent: "AS"},
"XNN": {Country: "CN", Continent: "AS"},
"XNT": {Country: "CN", Continent: "AS"},
"XNU": {Country: "BF", Continent: "AF"},
"XPA": {Country: "BF", Continent: "AF"},
"XPK": {Country: "CA", Continent: "NA"},
"XPL": {Country: "HN", Continent: "NA"},
"XPP": {Country: "CA", Continent: "NA"},
"XPR": {Country: "US", Continent: "NA"},
"XQP": {Country: "CR", Continent: "NA"},
"XQU": {Country: "CA", Continent: "NA"},
"XRH": {Country: "AU", Continent: "OC"},
"XRQ": {Country: "CN", Continent: "AS"},
"XRR": {Country: "CA", Continent: "NA"},
"XRY": {Country: "ES", Continent: "EU"},
"XSB": {Country: "AE", Continent: "AS"},
"XSC": {Country: "TC", Continent: "NA"},
"XSD": {Country: "US", Continent: "NA"},
"XSE": {Country: "BF", Continent: "AF"},
"XSI": {Country: "CA", Continent: "NA"},
"XSO": {Country: "PH", Continent: "AS"},
"XSP": {Country: "SG", Continent: "AS"},
"XTG": {Country: "AU", Continent: "OC"},
"XTL": {Country: "CA", Continent: "NA"},
"XTO": {Country: "AU", Continent: "OC"},
"XTR": {Country: "AU", Continent: "OC"},
"XUZ": {Country: "CN", Continent: "AS"},
"XWA": {Country: "US", Continent: "NA"},
"XXX": {Country: "TR", Continent: "AS"},
"XYA": {Country: "SB", Continent: "OC"},
"XYE": {Country: "MM", Continent: "AS"},
"XYR": {Country: "PG", Continent: "OC"},
"XZA": {Country: "BF", Continent: "AF"},
"XZM": {Country: "MO", Continent: "AS"},
"YAA": {Country: "CA", Continent: "NA"},
"YAB": {Country: "CA", Continent: "NA"},
"YAC": {Country: "CA", Continent: "NA"},
"YAE": {Country: "RU", Continent: "AS"},
"YAG": {Country: "CA", Continent: "NA"},
"YAH": {Country: "CA", Continent: "NA"},
"YAI": {Country: "CL", Continent: "SA"},
"YAJ": {Country: "CA", Continent: "NA"},
"YAK": {Country: "US", Continent: "NA"},
"YAL": {Country: "CA", Continent: "NA"},
"YAM": {Country: "CA", Continent: "NA"},
"YAN": {Country: "CD", Continent: "AF"},
"YAO": {Country: "CM", Continent: "AF"},
"YAP": {Country: "FM", Continent: "OC"},
"YAQ": {Country: "CA", Continent: "NA"},
"YAR": {Country: "CA", Continent: "NA"},
"YAS": {Country: "FJ", Continent: "OC"},
"YAT": {Country: "CA", Continent: "NA"},
"YAU": {Country: "CA", Continent: "NA"},
"YAV": {Country: "CA", Continent: "NA"},
"YAX": {Country: "CA", Continent: "NA"},
"YAY": {Country: "CA", Continent: "NA"},
"YAZ": {Country: "CA", Continent: "NA"},
"YBA": {Country: "CA", Continent: "NA"},
"YBB": {Country: "CA", Continent: "NA"},
"YBC": {Country: "CA", Continent: "NA"},
"YBE": {Country: "CA", Continent: "NA"},
"YBF": {Country: "CA", Continent: "NA"},
"YBG": {Country: "CA", Continent: "NA"},
"YBH": {Country: "CA", Continent: "NA"},
"YBI": {Country: "CA", Continent: "NA"},
"YBJ": {Country: "CA", Continent: "NA"},
"YBK": {Country: "CA", Continent: "NA"},
"YBL": {Country: "CA", Continent: "NA"},
"YBO": {Country: "CA", Continent: "NA"},
"YBP": {Country: "CN", Continent: "AS"},
"YBQ": {Country: "CA", Continent: "NA"},
"YBR": {Country: "CA", Continent: "NA"},
"YBS": {Country: "CA", Continent: "NA"},
"YBT": {Country: "CA", Continent: "NA"},
"YBV": {Country: "CA", Continent: "NA"},
"YBW": {Country: "CA", Continent: "NA"},
"YBX": {Country: "CA", Continent: "NA"},
"YBY": {Country: "CA", Continent: "NA"},
"YCA": {Country: "CA", Continent: "NA"},
"YCB": {Country: "CA", Continent: "NA"},
"YCC": {Country: "CA", Continent: "NA"},
"YCD": {Country: "CA", Continent: "NA"},
"YCE": {Country: "CA", Continent: "NA"},
"YCF": {Country: "CA", Continent: "NA"},
"YCG": {Country: "CA", Continent: "NA"},
"YCH": {Country: "CA", Continent: "NA"},
"YCK": {Country: "CA", Continent: "NA"},
"YCL": {Country: "CA", Continent: "NA"},
"YCM": {Country: "CA", Continent: "NA"},
"YCN": {Country: "CA", Continent: "NA"},
"YCO": {Country: "CA", Continent: "NA"},
"YCQ": {Country: "CA", Continent: "NA"},
"YCR": {Country: "CA", Continent: "NA"},
"YCS": {Country: "CA", Continent: "NA"},
"YCT": {Country: "CA", Continent: "NA"},
"YCU": {Country: "CN", Continent: "AS"},
"YCW": {Country: "CA", Continent: "NA"},
"YCY": {Country: "CA", Continent: "NA"},
"YCZ": {Country: "CA", Continent: "NA"},
"YDA": {Country: "CA", Continent: "NA"},
"YDB": {Country: "CA", Continent: "NA"},
"YDC": {Country: "CA", Continent: "NA"},
"YDF": {Country: "CA", Continent: "NA"},
"YDG": {Country: "CA", Continent: "NA"},
"YDJ": {Country: "CA", Continent: "NA"},
"YDL": {Country: "CA", Continent: "NA"},
"YDN": {Country: "CA", Continent: "NA"},
"YDO": {Country: "CA", Continent: "NA"},
"YDP": {Country: "CA", Continent: "NA"},
"YDQ": {Country: "CA", Continent: "NA"},
"YDT": {Country: "CA", Continent: "NA"},
"YDU": {Country: "CA", Continent: "NA"},
"YDV": {Country: "CA", Continent: "NA"},
"YDW": {Country: "CA", Continent: "NA"},
"YEB": {Country: "CA", Continent: "NA"},
"YEC": {Country: "KR", Continent: "AS"},
"YEG": {Country: "CA", Continent: "NA"},
"YEH": {Country: "CN", Continent: "AS"},
"YEI": {Country: "TR", Continent: "AS"},
"YEK": {Country: "CA", Continent: "NA"},
"YEL": {Country: "CA", Continent: "NA"},
"YEM": {Country: "CA", Continent: "NA"},
"YEN": {Country: "CA", Continent: "NA"},
"YEO": {Country: "GB", Continent: "EU"},
"YEQ": {Country: "PG", Continent: "OC"},
"YER": {Country: "CA", Continent: "NA"},
"YES": {Country: "IR", Continent: "AS"},
"YET": {Country: "CA", Continent: "NA"},
"YEU": {Country: "CA", Continent: "NA"},
"YEV": {Country: "CA", Continent: "NA"},
"YEY": {Country: "CA", Continent: "NA"},
"YFA": {Country: "CA", Continent: "NA"},
"YFB": {Country: "CA", Continent: "NA"},
"YFC": {Country: "CA", Continent: "NA"},
"YFE": {Country: "CA", Continent: "NA"},
"YFG": {Country: "CA", Continent: "NA"},
"YFH": {Country: "CA", Continent: "NA"},
"YFI": {Country: "CA", Continent: "NA"},
"YFJ": {Country: "CA", Continent: "NA"},
"YFL": {Country: "CA", Continent: "NA"},
"YFO": {Country: "CA", Continent: "NA"},
"YFR": {Country: "CA", Continent: "NA"},
"YFS": {Country: "CA", Continent: "NA"},
"YFX": {Country: "CA", Continent: "NA"},
"YGA": {Country: "CN", Continent: "AS"},
"YGB": {Country: "CA", Continent: "NA"},
"YGE": {Country: "CA", Continent: "NA"},
"YGG": {Country: "CA", Continent: "NA"},
"YGH": {Country: "CA", Continent: "NA"},
"YGJ": {Country: "JP", Continent: "AS"},
"YGK": {Country: "CA", Continent: "NA"},
"YGL": {Country: "CA", Continent: "NA"},
"YGM": {Country: "CA", Continent: "NA"},
"YGN": {Country: "CA", Continent: "NA"},
"YGO": {Country: "CA", Continent: "NA"},
"YGP": {Country: "CA", Continent: "NA"},
"YGQ": {Country: "CA", Continent: "NA"},
"YGR": {Country: "CA", Continent: "NA"},
"YGT": {Country: "CA", Continent: "NA"},
"YGV": {Country: "CA", Continent: "NA"},
"YGW": {Country: "CA", Continent: "NA"},
"YGX": {Country: "CA", Continent: "NA"},
"YGZ": {Country: "CA", Continent: "NA"},
"YHA": {Country: "CA", Continent: "NA"},
"YHB": {Country: "CA", Continent: "NA"},
"YHC": {Country: "CA", Continent: "NA"},
"YHD": {Country: "CA", Continent: "NA"},
"YHE": {Country: "CA", Continent: "NA"},
"YHF": {Country: "CA", Continent: "NA"},
"YHG": {Country: "CA", Continent: "NA"},
"YHH": {Country: "CA", Continent: "NA"},
"YHI": {Country: "CA", Continent: "NA"},
"YHJ": {Country: "CN", Continent: "AS"},
"YHK": {Country: "CA", Continent: "NA"},
"YHM": {Country: "CA", Continent: "NA"},
"YHN": {Country: "CA", Continent: "NA"},
"YHO": {Country: "CA", Continent: "NA"},
"YHP": {Country: "CA", Continent: "NA"},
"YHR": {Country: "CA", Continent: "NA"},
"YHS": {Country: "CA", Continent: "NA"},
"YHT": {Country: "CA", Continent: "NA"},
"YHU": {Country: "CA", Continent: "NA"},
"YHY": {Country: "CA", Continent: "NA"},
"YHZ": {Country: "CA", Continent: "NA"},
"YIA": {Country: "ID", Continent: "AS"},
"YIB": {Country: "CA", Continent: "NA"},
"YIC": {Country: "CN", Continent: "AS"},
"YIE": {Country: "CN", Continent: "AS"},
"YIF": {Country: "CA", Continent: "NA"},
"YIG": {Country: "CA", Continent: "NA"},
"YIH": {Country: "CN", Continent: "AS"},
"YIK": {Country: "CA", Continent: "NA"},
"YIN": {Country: "CN", Continent: "AS"},
"YIO": {Country: "CA", Continent: "NA"},
"YIP": {Country: "US", Continent: "NA"},
"YIV": {Country: "CA", Continent: "NA"},
"YIW": {Country: "CN", Continent: "AS"},
"YJA": {Country: "CA", Continent: "NA"},
"YJF": {Country: "CA", Continent: "NA"},
"YJN": {Country: "CA", Continent: "NA"},
"YJP": {Country: "CA", Continent: "NA"},
"YJS": {Country: "KP", Continent: "AS"},
"YJT": {Country: "CA", Continent: "NA"},
"YKA": {Country: "CA", Continent: "NA"},
"YKC": {Country: "CA", Continent: "NA"},
"YKD": {Country: "CA", Continent: "NA"},
"YKE": {Country: "CA", Continent: "NA"},
"YKF": {Country: "CA", Continent: "NA"},
"YKG": {Country: "CA", Continent: "NA"},
"YKH": {Country: "CN", Continent: "AS"},
"YKJ": {Country: "CA", Continent: "NA"},
"YKK": {Country: "CA", Continent: "NA"},
"YKL": {Country: "CA", Continent: "NA"},
"YKM": {Country: "US", Continent: "NA"},
"YKN": {Country: "US", Continent: "NA"},
"YKO": {Country: "TR", Continent: "AS"},
"YKQ": {Country: "CA", Continent: "NA"},
"YKS": {Country: "RU", Continent: "AS"},
"YKT": {Country: "CA", Continent: "NA"},
"YKU": {Country: "CA", Continent: "NA"},
"YKX": {Country: "CA", Continent: "NA"},
"YKY": {Country: "CA", Continent: "NA"},
"YLB": {Country: "CA", Continent: "NA"},
"YLC": {Country: "CA", Continent: "NA"},
"YLD": {Country: "CA", Continent: "NA"},
"YLE": {Country: "CA", Continent: "NA"},
"YLG": {Country: "AU", Continent: "OC"},
"YLH": {Country: "CA", Continent: "NA"},
"YLI": {Country: "FI", Continent: "EU"},
"YLJ": {Country: "CA", Continent: "NA"},
"YLK": {Country: "CA", Continent: "NA"},
"YLL": {Country: "CA", Continent: "NA"},
"YLP": {Country: "CA", Continent: "NA"},
"YLQ": {Country: "CA", Continent: "NA"},
"YLR": {Country: "CA", Continent: "NA"},
"YLS": {Country: "CA", Continent: "NA"},
"YLT": {Country: "CA", Continent: "NA"},
"YLV": {Country: "AZ", Continent: "AS"},
"YLW": {Country: "CA", Continent: "NA"},
"YLX": {Country: "CN", Continent: "AS"},
"YLY": {Country: "CA", Continent: "NA"},
"YMA": {Country: "CA", Continent: "NA"},
"YMB": {Country: "CA", Continent: "NA"},
"YME": {Country: "CA", Continent: "NA"},
"YMF": {Country: "CA", Continent: "NA"},
"YMG": {Country: "CA", Continent: "NA"},
"YMH": {Country: "CA", Continent: "NA"},
"YMJ": {Country: "CA", Continent: "NA"},
"YMK": {Country: "RU", Continent: "AS"},
"YML": {Country: "CA", Continent: "NA"},
"YMM": {Country: "CA", Continent: "NA"},
"YMN": {Country: "CA", Continent: "NA"},
"YMO": {Country: "CA", Continent: "NA"},
"YMP": {Country: "CA", Continent: "NA"},
"YMS": {Country: "PE", Continent: "SA"},
"YMT": {Country: "CA", Continent: "NA"},
"YMU": {Country: "CA", Continent: "NA"},
"YMV": {Country: "CA", Continent: "NA"},
"YMW": {Country: "CA", Continent: "NA"},
"YMX": {Country: "CA", Continent: "NA"},
"YNA": {Country: "CA", Continent: "NA"},
"YNB": {Country: "SA", Continent: "AS"},
"YNC": {Country: "CA", Continent: "NA"},
"YND": {Country: "CA", Continent: "NA"},
"YNE": {Country: "CA", Continent: "NA"},
"YNG": {Country: "US", Continent: "NA"},
"YNH": {Country: "CA", Continent: "NA"},
"YNJ": {Country: "CN", Continent: "AS"},
"YNL": {Country: "CA", Continent: "NA"},
"YNM": {Country: "CA", Continent: "NA"},
"YNO": {Country: "CA", Continent: "NA"},
"YNP": {Country: "CA", Continent: "NA"},
"YNS": {Country: "CA", Continent: "NA"},
"YNT": {Country: "CN", Continent: "AS"},
"YNX": {Country: "CA", Continent: "NA"},
"YNY": {Country: "KR", Continent: "AS"},
"YNZ": {Country: "CN", Continent: "AS"},
"YOA": {Country: "CA", Continent: "NA"},
"YOC": {Country: "CA", Continent: "NA"},
"YOD": {Country: "CA", Continent: "NA"},
"YOE": {Country: "CA", Continent: "NA"},
"YOG": {Country: "CA", Continent: "NA"},
"YOH": {Country: "CA", Continent: "NA"},
"YOI": {Country: "CA", Continent: "NA"},
"YOJ": {Country: "CA", Continent: "NA"},
"YOL": {Country: "NG", Continent: "AF"},
"YON": {Country: "BT", Continent: "AS"},
"YOO": {Country: "CA", Continent: "NA"},
"YOP": {Country: "CA", Continent: "NA"},
"YOS": {Country: "CA", Continent: "NA"},
"YOW": {Country: "CA", Continent: "NA"},
"YPA": {Country: "CA", Continent: "NA"},
"YPB": {Country: "CA", Continent: "NA"},
"YPC": {Country: "CA", Continent: "NA"},
"YPD": {Country: "CA", Continent: "NA"},
"YPE": {Country: "CA", Continent: "NA"},
"YPG": {Country: "CA", Continent: "NA"},
"YPH": {Country: "CA", Continent: "NA"},
"YPJ": {Country: "CA", Continent: "NA"},
"YPL": {Country: "CA", Continent: "NA"},
"YPM": {Country: "CA", Continent: "NA"},
"YPN": {Country: "CA", Continent: "NA"},
"YPO": {Country: "CA", Continent: "NA"},
"YPQ": {Country: "CA", Continent: "NA"},
"YPR": {Country: "CA", Continent: "NA"},
"YPS": {Country: "CA", Continent: "NA"},
"YPT": {Country: "CA", Continent: "NA"},
"YPW": {Country: "CA", Continent: "NA"},
"YPX": {Country: "CA", Continent: "NA"},
"YPY": {Country: "CA", Continent: "NA"},
"YPZ": {Country: "CA", Continent: "NA"},
"YQA": {Country: "CA", Continent: "NA"},
"YQB": {Country: "CA", Continent: "NA"},
"YQC": {Country: "CA", Continent: "NA"},
"YQD": {Country: "CA", Continent: "NA"},
"YQF": {Country: "CA", Continent: "NA"},
"YQG": {Country: "CA", Continent: "NA"},
"YQH": {Country: "CA", Continent: "NA"},
"YQI": {Country: "CA", Continent: "NA"},
"YQJ": {Country: "CA", Continent: "NA"},
"YQK": {Country: "CA", Continent: "NA"},
"YQL": {Country: "CA", Continent: "NA"},
"YQM": {Country: "CA", Continent: "NA"},
"YQN": {Country: "CA", Continent: "NA"},
"YQQ": {Country: "CA", Continent: "NA"},
"YQR": {Country: "CA", Continent: "NA"},
"YQS": {Country: "CA", Continent: "NA"},
"YQT": {Country: "CA", Continent: "NA"},
"YQU": {Country: "CA", Continent: "NA"},
"YQV": {Country: "CA", Continent: "NA"},
"YQW": {Country: "CA", Continent: "NA"},
"YQX": {Country: "CA", Continent: "NA"},
"YQY": {Country: "CA", Continent: "NA"},
"YQZ": {Country: "CA", Continent: "NA"},
"YRA": {Country: "CA", Continent: "NA"},
"YRB": {Country: "CA", Continent: "NA"},
"YRC": {Country: "CA", Continent: "NA"},
"YRD": {Country: "CA", Continent: "NA"},
"YRF": {Country: "CA", Continent: "NA"},
"YRG": {Country: "CA", Continent: "NA"},
"YRI": {Country: "CA", Continent: "NA"},
"YRJ": {Country: "CA", Continent: "NA"},
"YRL": {Country: "CA", Continent: "NA"},
"YRM": {Country: "CA", Continent: "NA"},
"YRN": {Country: "CA", Continent: "NA"},
"YRO": {Country: "CA", Continent: "NA"},
"YRQ": {Country: "CA", Continent: "NA"},
"YRR": {Country: "CA", Continent: "NA"},
"YRS": {Country: "CA", Continent: "NA"},
"YRT": {Country: "CA", Continent: "NA"},
"YRV": {Country: "CA", Continent: "NA"},
"YSA": {Country: "CA", Continent: "NA"},
"YSB": {Country: "CA", Continent: "NA"},
"YSC": {Country: "CA", Continent: "NA"},
"YSD": {Country: "CA", Continent: "NA"},
"YSE": {Country: "CA", Continent: "NA"},
"YSF": {Country: "CA", Continent: "NA"},
"YSG": {Country: "CA", Continent: "NA"},
"YSH": {Country: "CA", Continent: "NA"},
"YSI": {Country: "CA", Continent: "NA"},
"YSJ": {Country: "CA", Continent: "NA"},
"YSK": {Country: "CA", Continent: "NA"},
"YSL": {Country: "CA", Continent: "NA"},
"YSM": {Country: "CA", Continent: "NA"},
"YSN": {Country: "CA", Continent: "NA"},
"YSO": {Country: "CA", Continent: "NA"},
"YSP": {Country: "CA", Continent: "NA"},
"YSQ": {Country: "CN", Continent: "AS"},
"YST": {Country: "CA", Continent: "NA"},
"YSU": {Country: "CA", Continent: "NA"},
"YSV": {Country: "CA", Continent: "NA"},
"YSX": {Country: "CA", Continent: "NA"},
"YSY": {Country: "CA", Continent: "NA"},
"YTA": {Country: "CA", Continent: "NA"},
"YTB": {Country: "CA", Continent: "NA"},
"YTD": {Country: "CA", Continent: "NA"},
"YTE": {Country: "CA", Continent: "NA"},
"YTF": {Country: "CA", Continent: "NA"},
"YTG": {Country: "CA", Continent: "NA"},
"YTH": {Country: "CA", Continent: "NA"},
"YTL": {Country: "CA", Continent: "NA"},
"YTM": {Country: "CA", Continent: "NA"},
"YTP": {Country: "CA", Continent: "NA"},
"YTQ": {Country: "CA", Continent: "NA"},
"YTR": {Country: "CA", Continent: "NA"},
"YTS": {Country: "CA", Continent: "NA"},
"YTT": {Country: "CA", Continent: "NA"},
"YTW": {Country: "CN", Continent: "AS"},
"YTY": {Country: "CN", Continent: "AS"},
"YTZ": {Country: "CA", Continent: "NA"},
"YUA": {Country: "CN", Continent: "AS"},
"YUB": {Country: "CA", Continent: "NA"},
"YUD": {Country: "CA", Continent: "NA"},
"YUE": {Country: "AU", Continent: "OC"},
"YUK": {Country: "AM", Continent: "AS"},
"YUL": {Country: "CA", Continent: "NA"},
"YUM": {Country: "US", Continent: "NA"},
"YUS": {Country: "CN", Continent: "AS"},
"YUT": {Country: "CA", Continent: "NA"},
"YUX": {Country: "CA", Continent: "NA"},
"YUY": {Country: "CA", Continent: "NA"},
"YVB": {Country: "CA", Continent: "NA"},
"YVC": {Country: "CA", Continent: "NA"},
"YVD": {Country: "PG", Continent: "OC"},
"YVE": {Country: "CA", Continent: "NA"},
"YVG": {Country: "CA", Continent: "NA"},
"YVM": {Country: "CA", Continent: "NA"},
"YVO": {Country: "CA", Continent: "NA"},
"YVP": {Country: "CA", Continent: "NA"},
"YVQ": {Country: "CA", Continent: "NA"},
"YVR": {Country: "CA", Continent: "NA"},
"YVT": {Country: "CA", Continent: "NA"},
"YVV": {Country: "CA", Continent: "NA"},
"YVZ": {Country: "CA", Continent: "NA"},
"YWA": {Country: "CA", Continent: "NA"},
"YWB": {Country: "CA", Continent: "NA"},
"YWG": {Country: "CA", Continent: "NA"},
"YWH": {Country: "CA", Continent: "NA"},
"YWJ": {Country: "CA", Continent: "NA"},
"YWK": {Country: "CA", Continent: "NA"},
"YWL": {Country: "CA", Continent: "NA"},
"YWM": {Country: "CA", Continent: "NA"},
"YWP": {Country: "CA", Continent: "NA"},
"YWQ": {Country: "CA", Continent: "NA"},
"YWR": {Country: "CA", Continent: "NA"},
"YWS": {Country: "CA", Continent: "NA"},
"YWY": {Country: "CA", Continent: "NA"},
"YXC": {Country: "CA", Continent: "NA"},
"YXE": {Country: "CA", Continent: "NA"},
"YXH": {Country: "CA", Continent: "NA"},
"YXJ": {Country: "CA", Continent: "NA"},
"YXK": {Country: "CA", Continent: "NA"},
"YXL": {Country: "CA", Continent: "NA"},
"YXN": {Country: "CA", Continent: "NA"},
"YXP": {Country: "CA", Continent: "NA"},
"YXQ": {Country: "CA", Continent: "NA"},
"YXR": {Country: "CA", Continent: "NA"},
"YXS": {Country: "CA", Continent: "NA"},
"YXT": {Country: "CA", Continent: "NA"},
"YXU": {Country: "CA", Continent: "NA"},
"YXX": {Country: "CA", Continent: "NA"},
"YXY": {Country: "CA", Continent: "NA"},
"YXZ": {Country: "CA", Continent: "NA"},
"YYA": {Country: "CN", Continent: "AS"},
"YYB": {Country: "CA", Continent: "NA"},
"YYC": {Country: "CA", Continent: "NA"},
"YYD": {Country: "CA", Continent: "NA"},
"YYE": {Country: "CA", Continent: "NA"},
"YYF": {Country: "CA", Continent: "NA"},
"YYG": {Country: "CA", Continent: "NA"},
"YYH": {Country: "CA", Continent: "NA"},
"YYJ": {Country: "CA", Continent: "NA"},
"YYL": {Country: "CA", Continent: "NA"},
"YYM": {Country: "CA", Continent: "NA"},
"YYN": {Country: "CA", Continent: "NA"},
"YYQ": {Country: "CA", Continent: "NA"},
"YYR": {Country: "CA", Continent: "NA"},
"YYT": {Country: "CA", Continent: "NA"},
"YYU": {Country: "CA", Continent: "NA"},
"YYW": {Country: "CA", Continent: "NA"},
"YYY": {Country: "CA", Continent: "NA"},
"YYZ": {Country: "CA", Continent: "NA"},
"YZA": {Country: "CA", Continent: "NA"},
"YZE": {Country: "CA", Continent: "NA"},
"YZF": {Country: "CA", Continent: "NA"},
"YZG": {Country: "CA", Continent: "NA"},
"YZH": {Country: "CA", Continent: "NA"},
"YZP": {Country: "CA", Continent: "NA"},
"YZR": {Country: "CA", Continent: "NA"},
"YZS": {Country: "CA", Continent: "NA"},
"YZT": {Country: "CA", Continent: "NA"},
"YZU": {Country: "CA", Continent: "NA"},
"YZV": {Country: "CA", Continent: "NA"},
"YZW": {Country: "CA", Continent: "NA"},
"YZX": {Country: "CA", Continent: "NA"},
"YZY": {Country: "CN", Continent: "AS"},
"YZZ": {Country: "CA", Continent: "NA"},
"ZAC": {Country: "CA", Continent: "NA"},
"ZAD": {Country: "HR", Continent: "EU"},
"ZAG": {Country: "HR", Continent: "EU"},
"ZAH": {Country: "IR", Continent: "AS"},
"ZAL": {Country: "CL", Continent: "SA"},
"ZAM": {Country: "PH", Continent: "AS"},
"ZAO": {Country: "FR", Continent: "EU"},
"ZAR": {Country: "NG", Continent: "AF"},
"ZAT": {Country: "CN", Continent: "AS"},
"ZAZ": {Country: "ES", Continent: "EU"},
"ZBE": {Country: "CZ", Continent: "EU"},
"ZBF": {Country: "CA", Continent: "NA"},
"ZBL": {Country: "AU", Continent: "OC"},
"ZBM": {Country: "CA", Continent: "NA"},
"ZBO": {Country: "AU", Continent: "OC"},
"ZBR": {Country: "IR", Continent: "AS"},
"ZBY": {Country: "LA", Continent: "AS"},
"ZCL": {Country: "MX", Continent: "NA"},
"ZCO": {Country: "CL", Continent: "SA"},
"ZDM": {Country: "PS", Continent: "AS"},
"ZDY": {Country: "AE", Continent: "AS"},
"ZEC": {Country: "ZA", Continent: "AF"},
"ZEG": {Country: "ID", Continent: "AS"},
"ZEL": {Country: "CA", Continent: "NA"},
"ZEM": {Country: "CA", Continent: "NA"},
"ZEN": {Country: "PG", Continent: "OC"},
"ZER": {Country: "IN", Continent: "AS"},
"ZFA": {Country: "CA", Continent: "NA"},
"ZFD": {Country: "CA", Continent: "NA"},
"ZFL": {Country: "CN", Continent: "AS"},
"ZFM": {Country: "CA", Continent: "NA"},
"ZFN": {Country: "CA", Continent: "NA"},
"ZFU": {Country: "BR", Continent: "SA"},
"ZFW": {Country: "CA", Continent: "NA"},
"ZGF": {Country: "CA", Continent: "NA"},
"ZGI": {Country: "CA", Continent: "NA"},
"ZGL": {Country: "AU", Continent: "OC"},
"ZGM": {Country: "ZM", Continent: "AF"},
"ZGN": {Country: "CN", Continent: "AS"},
"ZGR": {Country: "CA", Continent: "NA"},
"ZGS": {Country: "CA", Continent: "NA"},
"ZGU": {Country: "VU", Continent: "OC"},
"ZHA": {Country: "CN", Continent: "AS"},
"ZHM": {Country: "BD", Continent: "AS"},
"ZHP": {Country: "CA", Continent: "NA"},
"ZHY": {Country: "CN", Continent: "AS"},
"ZIA": {Country: "RU", Continent: "EU"},
"ZIC": {Country: "CL", Continent: "SA"},
"ZIG": {Country: "SN", Continent: "AF"},
"ZIH": {Country: "MX", Continent: "NA"},
"ZIS": {Country: "LY", Continent: "AF"},
"ZIX": {Country: "RU", Continent: "AS"},
"ZIZ": {Country: "PK", Continent: "AS"},
"ZJG": {Country: "CA", Continent: "NA"},
"ZJN": {Country: "CA", Continent: "NA"},
"ZKB": {Country: "ZM", Continent: "AF"},
"ZKE": {Country: "CA", Continent: "NA"},
"ZKG": {Country: "CA", Continent: "NA"},
"ZKL": {Country: "CN", Continent: "AS"},
"ZKP": {Country: "RU", Continent: "AS"},
"ZLO": {Country: "MX", Continent: "NA"},
"ZLR": {Country: "CL", Continent: "SA"},
"ZLT": {Country: "CA", Continent: "NA"},
"ZLX": {Country: "SD", Continent: "AF"},
"ZMD": {Country: "BR", Continent: "SA"},
"ZMH": {Country: "CA", Continent: "NA"},
"ZMM": {Country: "MX", Continent: "NA"},
"ZMT": {Country: "CA", Continent: "NA"},
"ZNA": {Country: "CA", Continent: "NA"},
"ZNC": {Country: "US", Continent: "NA"},
"ZND": {Country: "NE", Continent: "AF"},
"ZNE": {Country: "AU", Continent: "OC"},
"ZNU": {Country: "CA", Continent: "NA"},
"ZNZ": {Country: "TZ", Continent: "AF"},
"ZOE": {Country: "DE", Continent: "EU"},
"ZOF": {Country: "CA", Continent: "NA"},
"ZOS": {Country: "CL", Continent: "SA"},
"ZPB": {Country: "CA", Continent: "NA"},
"ZPC": {Country: "CL", Continent: "SA"},
"ZPH": {Country: "US", Continent: "NA"},
"ZPO": {Country: "CA", Continent: "NA"},
"ZQN": {Country: "NZ", Continent: "OC"},
"ZQS": {Country: "CA", Continent: "NA"},
"ZQW": {Country: "DE", Continent: "EU"},
"ZQZ": {Country: "CN", Continent: "AS"},
"ZRH": {Country: "CH", Continent: "EU"},
"ZRI": {Country: "ID", Continent: "AS"},
"ZRJ": {Country: "CA", Continent: "NA"},
"ZRM": {Country: "ID", Continent: "AS"},
"ZSA": {Country: "BS", Continent: "NA"},
"ZSE": {Country: "RE", Continent: "AF"},
"ZSJ": {Country: "CA", Continent: "NA"},
"ZSS": {Country: "CI", Continent: "AF"},
"ZST": {Country: "CA", Continent: "NA"},
"ZSW": {Country: "CA", Continent: "NA"},
"ZTA": {Country: "PF", Continent: "OC"},
"ZTB": {Country: "CA", Continent: "NA"},
"ZTH": {Country: "GR", Continent: "EU"},
"ZTM": {Country: "CA", Continent: "NA"},
"ZTR": {Country: "UA", Continent: "EU"},
"ZTS": {Country: "CA", Continent: "NA"},
"ZTU": {Country: "AZ", Continent: "AS"},
"ZUC": {Country: "CA", Continent: "NA"},
"ZUD": {Country: "CL", Continent: "SA"},
"ZUH": {Country: "CN", Continent: "AS"},
"ZUL": {Country: "SA", Continent: "AS"},
"ZUM": {Country: "CA", Continent: "NA"},
"ZVA": {Country: "MG", Continent: "AF"},
"ZVG": {Country: "AU", Continent: "OC"},
"ZVK": {Country: "LA", Continent: "AS"},
"ZWA": {Country: "MG", Continent: "AF"},
"ZWL": {Country: "CA", Continent: "NA"},
"ZXT": {Country: "AZ", Continent: "AS"},
"ZYI": {Country: "CN", Continent: "AS"},
"ZYL": {Country: "BD", Continent: "AS"},
"ZZE": {Country: "AZ", Continent: "AS"},
"ZZO": {Country: "RU", Continent: "AS"},
"ZZU": {Country: "MW", Continent: "AF"},
"ZZV": {Country: "US", Continent: "NA"},
}
// CountryContinent maps ISO 3166-1 alpha-2 country codes to continent codes.
// Derived from the same OurAirports dataset as DB.
var CountryContinent = func() map[string]string {
m := make(map[string]string, 250)
for _, e := range DB {
m[e.Country] = e.Continent
}
return m
}()