Skip to content

Commit

Permalink
EODC
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 22, 2023
1 parent ff33656 commit c49672a
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 2 deletions.
251 changes: 251 additions & 0 deletions premise/iam_variables_mapping/TIAM_iso2_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,251 @@
{
"AFR": [
"DZ",
"AO",
"BJ",
"BW",
"BF",
"BI",
"CM",
"CV",
"CF",
"TD",
"KM",
"CG",
"CI",
"CD",
"DJ",
"EG",
"GQ",
"ER",
"ET",
"GA",
"GM",
"GH",
"GN",
"GW",
"KE",
"LS",
"LR",
"LY",
"MG",
"MW",
"ML",
"MR",
"MA",
"MZ",
"NA",
"NE",
"NG",
"RW",
"ST",
"SN",
"SC",
"SL",
"SO",
"ZA",
"SS",
"SD",
"SZ",
"TG",
"TN",
"UG",
"TZ",
"ZM",
"ZW"
],

"AUS": [
"AU",
"NZ"
],

"CAN": [
"CA"
],

"CSA": [
"AI",
"AG",
"AR",
"AW",
"BS",
"BB",
"BZ",
"BM",
"BO",
"BR",
"KY",
"CL",
"CO",
"CR",
"CU",
"DM",
"DO",
"EC",
"SV",
"FK",
"GD",
"GT",
"GY",
"HT",
"HN",
"JM",
"MQ",
"AN",
"NI",
"PA",
"PY",
"PE",
"KN",
"LC",
"VC",
"SR",
"TT",
"UY",
"VE"
],

"CHI": [
"CN",
"TW"
],

"EEU": [
"BA",
"BG",
"HR",
"CZ",
"HU",
"ME",
"PL",
"RO",
"RS",
"SK",
"SI",
"MK"
],

"FSU": [
"AM",
"AZ",
"BY",
"EE",
"GE",
"KZ",
"KG",
"LV",
"LT",
"MD",
"RU",
"TJ",
"TM",
"UA",
"UZ"
],

"IND": [
"IN"
],

"JAP": [
"JP"
],

"MEX": [
"MX"
],

"MEA": [
"BH",
"BN",
"CY",
"IR",
"IL",
"JO",
"KW",
"LB",
"PS",
"OM",
"QA",
"SA",
"SY",
"TR",
"AE",
"YE"
],

"ODA": [
"AF",
"AS",
"BD",
"BT",
"KH",
"KP",
"FJ",
"PF",
"ID",
"KI",
"LA",
"MY",
"MV",
"MU",
"MN",
"MM",
"NP",
"NC",
"PK",
"PG",
"PH",
"WS",
"SG",
"SB",
"LK",
"TH",
"TL",
"TO",
"VU",
"VN"
],

"SKO": [
"KR"
],

"UK": [
"GB"
],

"USA": [
"US"
],

"WEU": [
"AL",
"AD",
"AT",
"BE",
"DK",
"FO",
"FI",
"FR",
"DE",
"GI",
"GR",
"GL",
"IS",
"IE",
"IT",
"LU",
"MT",
"MC",
"NL",
"NO",
"PT",
"SM",
"ES",
"SE",
"CH",
"VA"
]
}
21 changes: 20 additions & 1 deletion premise/iam_variables_mapping/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,24 @@ LIST_IMAGE_REGIONS:
- WEU
- World

LIST_TIAM_REGIONS:
- AFR
- AUS
- CAN
- CSA
- CHI
- EEU
- FSU
- IND
- JAP
- MEX
- MEA
- ODA
- SKO
- UK
- WEU
- World

EXTRA_TOPOLOGY:
message: /Users/romain/GitHub/premise/premise/iam_variables_mapping/MESSAGE_iso2_map.json
message: /Users/romain/GitHub/premise/premise/iam_variables_mapping/MESSAGE_iso2_map.json
tiam: /Users/romain/GitHub/premise/premise/iam_variables_mapping/TIAM_iso2_map.json
Loading

0 comments on commit c49672a

Please sign in to comment.