-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b070150
commit 1271ade
Showing
14 changed files
with
1,921 additions
and
0 deletions.
There are no files selected for viewing
160 changes: 160 additions & 0 deletions
160
GoogleFloodHub-data-extractor/data/country_code_conversions/country_codes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
{ | ||
"Albania": "AL", | ||
"Antigua and Barbuda": "AG", | ||
"Armenia": "AM", | ||
"Barbados": "BB", | ||
"Brunei Darussalam": "BN", | ||
"Burundi": "BI", | ||
"Cabo Verde": "CV", | ||
"Comoros": "KM", | ||
"Cuba": "CU", | ||
"Djibouti": "DJ", | ||
"Dominica": "DM", | ||
"Dominican Republic": "DO", | ||
"Timor-Leste": "TL", | ||
"El Salvador": "SV", | ||
"Equatorial Guinea": "GQ", | ||
"Eritrea": "ER", | ||
"Eswatini": "SZ", | ||
"Fiji": "FJ", | ||
"Gabon": "GA", | ||
"Grenada": "GD", | ||
"Haiti": "HT", | ||
"Iceland": "IS", | ||
"Israel": "IL", | ||
"Jamaica": "JM", | ||
"Kenya": "KE", | ||
"Kiribati": "KI", | ||
"Mauritania": "MR", | ||
"Mauritius": "MU", | ||
"Nauru": "NR", | ||
"New Caledonia": "NC", | ||
"North Macedonia": "MK", | ||
"Panama": "PA", | ||
"Rwanda": "RW", | ||
"Saint Kitts and Nevis": "KN", | ||
"Saint Lucia": "LC", | ||
"Saint Vincent and the Grenadines": "VC", | ||
"Samoa": "WS", | ||
"Sao Tome and Principe": "ST", | ||
"Singapore": "SG", | ||
"Solomon Islands": "SB", | ||
"Taiwan": "TW", | ||
"Bahamas": "BS", | ||
"Tonga": "TO", | ||
"Trinidad and Tobago": "TT", | ||
"Turkmenistan": "TM", | ||
"Tuvalu": "TV", | ||
"Vanuatu": "VU", | ||
"Indonesia": "ID", | ||
"Bosnia and Herzegovina": "BA", | ||
"French Guiana": "GF", | ||
"Malta": "MT", | ||
"Moldova": "MD", | ||
"Montenegro": "ME", | ||
"Qatar": "QA", | ||
"Saudi Arabia": "SA", | ||
"United Arab Emirates": "AE", | ||
"Vatican City": "VA", | ||
"Yemen": "YE", | ||
"Australia": "AU", | ||
"Czechia": "CZ", | ||
"Germany": "DE", | ||
"Malaysia": "MY", | ||
"United Kingdom": "GB", | ||
"Venezuela": "VE", | ||
"Bulgaria": "BG", | ||
"Canada": "CA", | ||
"Lithuania": "LT", | ||
"Nepal": "NP", | ||
"Switzerland": "CH", | ||
"United States": "US", | ||
"Azerbaijan": "AZ", | ||
"Malawi": "MW", | ||
"Papua New Guinea": "PG", | ||
"France": "FR", | ||
"Mexico": "MX", | ||
"Hungary": "HU", | ||
"Angola": "AO", | ||
"Argentina": "AR", | ||
"Austria": "AT", | ||
"Bangladesh": "BD", | ||
"Belarus": "BY", | ||
"Belgium": "BE", | ||
"Belize": "BZ", | ||
"Bolivia": "BO", | ||
"Botswana": "BW", | ||
"Brazil": "BR", | ||
"Burkina Faso": "BF", | ||
"Cambodia": "KH", | ||
"Cameroon": "CM", | ||
"Central African Republic": "CF", | ||
"Chad": "TD", | ||
"Chile": "CL", | ||
"Colombia": "CO", | ||
"Costa Rica": "CR", | ||
"Croatia": "HR", | ||
"Democratic Republic of the Congo": "CD", | ||
"Denmark": "DK", | ||
"Ecuador": "EC", | ||
"Estonia": "EE", | ||
"Finland": "FI", | ||
"Gambia": "GM", | ||
"Georgia": "GE", | ||
"Ghana": "GH", | ||
"Greece": "GR", | ||
"Guatemala": "GT", | ||
"Guinea": "GN", | ||
"Guinea-Bissau": "GW", | ||
"Guyana": "GY", | ||
"Honduras": "HN", | ||
"India": "IN", | ||
"Ireland": "IE", | ||
"Italy": "IT", | ||
"Côte d'Ivoire": "CI", | ||
"Kazakhstan": "KZ", | ||
"Kyrgyzstan": "KG", | ||
"Laos": "LA", | ||
"Latvia": "LV", | ||
"Lesotho": "LS", | ||
"Liberia": "LR", | ||
"Madagascar": "MG", | ||
"Mali": "ML", | ||
"Mozambique": "MZ", | ||
"Myanmar": "MM", | ||
"Namibia": "NA", | ||
"Netherlands": "NL", | ||
"New Zealand": "NZ", | ||
"Nicaragua": "NI", | ||
"Nigeria": "NG", | ||
"Norway": "NO", | ||
"Pakistan": "PK", | ||
"Paraguay": "PY", | ||
"Peru": "PE", | ||
"Philippines": "PH", | ||
"Poland": "PL", | ||
"Portugal": "PT", | ||
"Republic of the Congo": "CG", | ||
"Romania": "RO", | ||
"Senegal": "SN", | ||
"Serbia": "RS", | ||
"Sierra Leone": "SL", | ||
"Slovakia": "SK", | ||
"Slovenia": "SI", | ||
"Somalia": "SO", | ||
"South Africa": "ZA", | ||
"South Sudan": "SS", | ||
"Spain": "ES", | ||
"Sri Lanka": "LK", | ||
"Suriname": "SR", | ||
"Sweden": "SE", | ||
"Tajikistan": "TJ", | ||
"Thailand": "TH", | ||
"Turkey": "TR", | ||
"Ukraine": "UA", | ||
"Uruguay": "UY", | ||
"Uzbekistan": "UZ", | ||
"Vietnam": "VN", | ||
"Zambia": "ZM", | ||
"Zimbabwe": "ZW" | ||
} |
160 changes: 160 additions & 0 deletions
160
GoogleFloodHub-data-extractor/data/country_code_conversions/country_codes_to_ISO_A3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
{ | ||
"AL": "ALB", | ||
"AG": "ATG", | ||
"AM": "ARM", | ||
"BB": "BRB", | ||
"BN": "BRN", | ||
"BI": "BDI", | ||
"CV": "CPV", | ||
"KM": "COM", | ||
"CU": "CUB", | ||
"DJ": "DJI", | ||
"DM": "DMA", | ||
"DO": "DOM", | ||
"TL": "TLS", | ||
"SV": "SLV", | ||
"GQ": "GNQ", | ||
"ER": "ERI", | ||
"SZ": "SWZ", | ||
"FJ": "FJI", | ||
"GA": "GAB", | ||
"GD": "GRD", | ||
"HT": "HTI", | ||
"IS": "ISL", | ||
"IL": "ISR", | ||
"JM": "JAM", | ||
"KE": "KEN", | ||
"KI": "KIR", | ||
"MR": "MRT", | ||
"MU": "MUS", | ||
"NR": "NRU", | ||
"NC": "NCL", | ||
"MK": "MKD", | ||
"PA": "PAN", | ||
"RW": "RWA", | ||
"KN": "KNA", | ||
"LC": "LCA", | ||
"VC": "VCT", | ||
"WS": "WSM", | ||
"ST": "STP", | ||
"SG": "SGP", | ||
"SB": "SLB", | ||
"TW": "TWN", | ||
"BS": "BHS", | ||
"TO": "TON", | ||
"TT": "TTO", | ||
"TM": "TKM", | ||
"TV": "TUV", | ||
"VU": "VUT", | ||
"ID": "IDN", | ||
"BA": "BIH", | ||
"GF": "GUF", | ||
"MT": "MLT", | ||
"MD": "MDA", | ||
"ME": "MNE", | ||
"QA": "QAT", | ||
"SA": "SAU", | ||
"AE": "ARE", | ||
"VA": "VAT", | ||
"YE": "YEM", | ||
"AU": "AUS", | ||
"CZ": "CZE", | ||
"DE": "DEU", | ||
"MY": "MYS", | ||
"GB": "GBR", | ||
"VE": "VEN", | ||
"BG": "BGR", | ||
"CA": "CAN", | ||
"LT": "LTU", | ||
"NP": "NPL", | ||
"CH": "CHE", | ||
"US": "USA", | ||
"AZ": "AZE", | ||
"MW": "MWI", | ||
"PG": "PNG", | ||
"FR": "FRA", | ||
"MX": "MEX", | ||
"HU": "HUN", | ||
"AO": "AGO", | ||
"AR": "ARG", | ||
"AT": "AUT", | ||
"BD": "BGD", | ||
"BY": "BLR", | ||
"BE": "BEL", | ||
"BZ": "BLZ", | ||
"BO": "BOL", | ||
"BW": "BWA", | ||
"BR": "BRA", | ||
"BF": "BFA", | ||
"KH": "KHM", | ||
"CM": "CMR", | ||
"CF": "CAF", | ||
"TD": "TCD", | ||
"CL": "CHL", | ||
"CO": "COL", | ||
"CR": "CRI", | ||
"HR": "HRV", | ||
"CD": "COD", | ||
"DK": "DNK", | ||
"EC": "ECU", | ||
"EE": "EST", | ||
"FI": "FIN", | ||
"GM": "GMB", | ||
"GE": "GEO", | ||
"GH": "GHA", | ||
"GR": "GRC", | ||
"GT": "GTM", | ||
"GN": "GIN", | ||
"GW": "GNB", | ||
"GY": "GUY", | ||
"HN": "HND", | ||
"IN": "IND", | ||
"IE": "IRL", | ||
"IT": "ITA", | ||
"CI": "CIV", | ||
"KZ": "KAZ", | ||
"KG": "KGZ", | ||
"LA": "LAO", | ||
"LV": "LVA", | ||
"LS": "LSO", | ||
"LR": "LBR", | ||
"MG": "MDG", | ||
"ML": "MLI", | ||
"MZ": "MOZ", | ||
"MM": "MMR", | ||
"NA": "NAM", | ||
"NL": "NLD", | ||
"NZ": "NZL", | ||
"NI": "NIC", | ||
"NG": "NGA", | ||
"NO": "NOR", | ||
"PK": "PAK", | ||
"PY": "PRY", | ||
"PE": "PER", | ||
"PH": "PHL", | ||
"PL": "POL", | ||
"PT": "PRT", | ||
"CG": "COG", | ||
"RO": "ROU", | ||
"SN": "SEN", | ||
"RS": "SRB", | ||
"SL": "SLE", | ||
"SK": "SVK", | ||
"SI": "SVN", | ||
"SO": "SOM", | ||
"ZA": "ZAF", | ||
"SS": "SSD", | ||
"ES": "ESP", | ||
"LK": "LKA", | ||
"SR": "SUR", | ||
"SE": "SWE", | ||
"TJ": "TJK", | ||
"TH": "THA", | ||
"TR": "TUR", | ||
"UA": "UKR", | ||
"UY": "URY", | ||
"UZ": "UZB", | ||
"VN": "VNM", | ||
"ZM": "ZMB", | ||
"ZW": "ZWE" | ||
} |
Oops, something went wrong.