Browse Source

[DATALAD RUNCMD] Update folder mapping for src/unfccc_ghg_data/unfccc_reader

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "python3 src/unfccc_ghg_data/helper/folder_mapping.py --folder=src/unfccc_ghg_data/unfccc_reader",
 "dsid": "4d062170-604c-4efd-afbf-5ce7f97e0e63",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [
  "src/unfccc_ghg_data/unfccc_reader/folder_mapping.json"
 ],
 "pwd": "."
}
^^^ Do not change lines above ^^^
Johannes Gütschow 5 months ago
parent
commit
700a937702
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/unfccc_ghg_data/unfccc_reader/folder_mapping.json

+ 5 - 1
src/unfccc_ghg_data/unfccc_reader/folder_mapping.json

@@ -2,9 +2,12 @@
     "ARE": "United_Arab_Emirates",
     "ARG": "Argentina",
     "BDI": "Burundi",
+    "BGD": "Bangladesh",
     "CHL": "Chile",
     "CHN": "China",
     "COL": "Colombia",
+    "CPV": "Cabo_Verde",
+    "GBR": "United_Kingdom",
     "GIN": "Guinea",
     "IDN": "Indonesia",
     "ISR": "Israel",
@@ -20,5 +23,6 @@
     "PER": "Peru",
     "SGP": "Singapore",
     "THA": "Thailand",
-    "TWN": "Taiwan"
+    "TWN": "Taiwan",
+    "USA": "United_States_of_America"
 }