Explorar el Código

Other halo gases

Daniel Busch hace 11 meses
padre
commit
f6b97aa07d

+ 4 - 4
UNFCCC_GHG_data/UNFCCC_reader/Burundi/config_BDI_BUR1.py

@@ -19,7 +19,7 @@ inv_conf = {
         "HFCs",
         "PFCs",
         "SF6",
-        "Other halogenated gases with CO2 equivalent conversion factors",
+        "other halogenated gases",
         "Other halogenated gases without CO2 equivalent conversion factors",
         "NOx",
         "CO",
@@ -152,9 +152,9 @@ coords_value_mapping = {
 filter_remove = {
     "f_memo": {"category": "MEMO"},
     "f_empty": {"category": ""},
-    "f1": {
-        "entity": ["Other halogenated gases with CO2 equivalent conversion factors"],
-    },
+    # "f1": {
+    #     "entity": ["Other halogenated gases with CO2 equivalent conversion factors"],
+    # },
     "f2": {
         "entity": ["Other halogenated gases without CO2 equivalent conversion factors"],
     },

+ 2 - 1
UNFCCC_GHG_data/UNFCCC_reader/folder_mapping.json

@@ -13,5 +13,6 @@
     "MYS": "Malaysia",
     "MNE": "Montenegro",
     "ISR": "Israel",
-    "IDN": "Indonesia"
+    "IDN": "Indonesia",
+    "BDI": "Burundi"
 }