|
@@ -73,14 +73,14 @@ meta_data = {
|
|
|
|
|
|
# many custom categories which are not in climate categories, so automatic
|
|
|
# aggregation would be a lot of coding work
|
|
|
-cats_to_agg = { # name is just for readability, not used
|
|
|
+cats_to_agg = {
|
|
|
"1.A.1.c": {
|
|
|
"sources": ["1.A.1.c.ii"],
|
|
|
- "name": "Manufacture of Solid Fuels and Other Energy Industries",
|
|
|
+ # "orig_cat_name": "Manufacture of Solid Fuels and Other Energy Industries",
|
|
|
},
|
|
|
"1.A.1": {
|
|
|
"sources": ["1.A.1.a", "1.A.1.b", "1.A.1.c"],
|
|
|
- "name": "Energy Industries",
|
|
|
+ # "orig_cat_name": "Energy Industries",
|
|
|
},
|
|
|
"1.A.2": {
|
|
|
"sources": [
|
|
@@ -95,38 +95,59 @@ cats_to_agg = { # name is just for readability, not used
|
|
|
"1.A.2.l",
|
|
|
"1.A.2.m",
|
|
|
],
|
|
|
- "name": "Manufacturing Industries and Construction",
|
|
|
+ # "orig_cat_name": "Manufacturing Industries and Construction",
|
|
|
+ },
|
|
|
+ "1.A.3.a": {
|
|
|
+ "sources": ["1.A.3.a.ii"],
|
|
|
+ # "orig_cat_name": "Civil Aviation"
|
|
|
},
|
|
|
- "1.A.3.a": {"sources": ["1.A.3.a.ii"], "name": "Civil Aviation"},
|
|
|
"1.A.3.b": {
|
|
|
"sources": ["1.A.3.b.iii", "1.A.3.b.vii"],
|
|
|
- "name": "Road Transportation",
|
|
|
+ # "orig_cat_name": "Road Transportation",
|
|
|
+ },
|
|
|
+ "1.A.3.d": {
|
|
|
+ "sources": ["1.A.3.d.ii"],
|
|
|
+ # "orig_cat_name": "Water-Borne Navigation"
|
|
|
+ },
|
|
|
+ "1.A.3.e": {
|
|
|
+ "sources": ["1.A.3.e.i"],
|
|
|
+ # "orig_cat_name": "Other Transportation"
|
|
|
},
|
|
|
- "1.A.3.d": {"sources": ["1.A.3.d.ii"], "name": "Water-Borne Navigation"},
|
|
|
- "1.A.3.e": {"sources": ["1.A.3.e.i"], "name": "Other Transportation"},
|
|
|
"1.A.3": {
|
|
|
"sources": ["1.A.3.a", "1.A.3.b", "1.A.3.c", "1.A.3.d", "1.A.3.e"],
|
|
|
- "name": "Transport",
|
|
|
+ # "orig_cat_name": "Transport",
|
|
|
},
|
|
|
"1.A.4.a": {
|
|
|
"sources": ["1.A.4.a.i", "1.A.4.a.ii", "1.A.4.a.iii"],
|
|
|
- "name": "Commercial/Institutional",
|
|
|
+ # "orig_cat_name": "Commercial/Institutional",
|
|
|
+ },
|
|
|
+ "1.A.4": {
|
|
|
+ "sources": ["1.A.4.a", "1.A.4.b", "1.A.4.c"],
|
|
|
+ # "orig_cat_name": "Other Sectors"
|
|
|
},
|
|
|
- "1.A.4": {"sources": ["1.A.4.a", "1.A.4.b", "1.A.4.c"], "name": "Other Sectors"},
|
|
|
"1.A": {
|
|
|
"sources": ["1.A.1", "1.A.2", "1.A.3", "1.A.4"],
|
|
|
- "name": "Fuel Combustion Activities",
|
|
|
+ # "orig_cat_name": "Fuel Combustion Activities",
|
|
|
},
|
|
|
"1.B.1.a.i": {
|
|
|
"sources": ["1.B.1.a.i.1", "1.B.1.a.i.2"],
|
|
|
- "name": "Underground mines",
|
|
|
+ # "orig_cat_name": "Underground mines",
|
|
|
+ },
|
|
|
+ "1.B.1.a": {
|
|
|
+ "sources": ["1.B.1.a.i"],
|
|
|
+ # "orig_cat_name": "Coal Mining and Handling"
|
|
|
+ },
|
|
|
+ "1.B.1.c": {
|
|
|
+ "sources": ["1.B.1.c.i"],
|
|
|
+ # "orig_cat_name": "Solid Fuel Transformation"
|
|
|
+ },
|
|
|
+ "1.B.1": {
|
|
|
+ "sources": ["1.B.1.a", "1.B.1.c"],
|
|
|
+ # "orig_cat_name": "Solid Fuels"
|
|
|
},
|
|
|
- "1.B.1.a": {"sources": ["1.B.1.a.i"], "name": "Coal Mining and Handling"},
|
|
|
- "1.B.1.c": {"sources": ["1.B.1.c.i"], "name": "Solid Fuel Transformation"},
|
|
|
- "1.B.1": {"sources": ["1.B.1.a", "1.B.1.c"], "name": "Solid Fuels"},
|
|
|
"1.B.2.a": {
|
|
|
"sources": ["1.B.2.a.i", "1.B.2.a.ii", "1.B.2.a.iii", "1.B.2.a.iv"],
|
|
|
- "name": "Oil",
|
|
|
+ # "orig_cat_name": "Oil",
|
|
|
},
|
|
|
"1.B.2.b": {
|
|
|
"sources": [
|
|
@@ -137,42 +158,66 @@ cats_to_agg = { # name is just for readability, not used
|
|
|
"1.B.2.b.v",
|
|
|
"1.B.2.b.vi",
|
|
|
],
|
|
|
- "name": "Natural Gas",
|
|
|
+ # "orig_cat_name": "Natural Gas",
|
|
|
+ },
|
|
|
+ "1.B.2": {
|
|
|
+ "sources": ["1.B.2.a", "1.B.2.b"],
|
|
|
+ # "orig_cat_name": "Oil and Natural Gas"
|
|
|
+ },
|
|
|
+ "1.B": {
|
|
|
+ "sources": ["1.B.1", "1.B.2"],
|
|
|
+ # "orig_cat_name": "Fugitive Emissions from Fuels"
|
|
|
+ },
|
|
|
+ "1": {
|
|
|
+ "sources": ["1.A", "1.B"],
|
|
|
+ # "orig_cat_name": "Energy"
|
|
|
},
|
|
|
- "1.B.2": {"sources": ["1.B.2.a", "1.B.2.b"], "name": "Oil and Natural Gas"},
|
|
|
- "1.B": {"sources": ["1.B.1", "1.B.2"], "name": "Fugitive Emissions from Fuels"},
|
|
|
- "1": {"sources": ["1.A", "1.B"], "name": "Energy"},
|
|
|
"2.A.4": {
|
|
|
"sources": ["2.A.4.a", "2.A.4.b", "2.A.4.d"],
|
|
|
- "name": "Other Process Uses of Carbonates",
|
|
|
+ # "orig_cat_name": "Other Process Uses of Carbonates",
|
|
|
+ },
|
|
|
+ "2.A": {
|
|
|
+ "sources": ["2.A.1", "2.A.2", "2.A.4"],
|
|
|
+ # "orig_cat_name": "Mineral Industry"
|
|
|
},
|
|
|
- "2.A": {"sources": ["2.A.1", "2.A.2", "2.A.4"], "name": "Mineral Industry"},
|
|
|
"2.B.8": {
|
|
|
"sources": ["2.B.8.a", "2.B.8.b", "2.B.8.c", "2.B.8.f"],
|
|
|
- "name": "Petrochemical and Carbon Black Production",
|
|
|
+ # "orig_cat_name": "Petrochemical and Carbon Black Production",
|
|
|
+ },
|
|
|
+ "2.B.9": {
|
|
|
+ "sources": ["2.B.9.a"],
|
|
|
+ # "orig_cat_name": "Fluorochemical Production"
|
|
|
},
|
|
|
- "2.B.9": {"sources": ["2.B.9.a"], "name": "Fluorochemical Production"},
|
|
|
"2.B": {
|
|
|
"sources": ["2.B.1", "2.B.2", "2.B.5", "2.B.7", "2.B.8", "2.B.9"],
|
|
|
- "name": "Chemical Industry",
|
|
|
+ # "orig_cat_name": "Chemical Industry",
|
|
|
+ },
|
|
|
+ "2.C": {
|
|
|
+ "sources": ["2.C.1", "2.C.2", "2.C.3", "2.C.6"],
|
|
|
+ # "orig_cat_name": "Metal Industry"
|
|
|
},
|
|
|
- "2.C": {"sources": ["2.C.1", "2.C.2", "2.C.3", "2.C.6"], "name": "Metal Industry"},
|
|
|
"2.D": {
|
|
|
"sources": ["2.D.1", "2.D.2"],
|
|
|
- "name": "Non-Energy Products from Fuels and Solvent Use",
|
|
|
+ # "orig_cat_name": "Non-Energy Products from Fuels and Solvent Use",
|
|
|
},
|
|
|
"2.F.1": {
|
|
|
"sources": ["2.F.1.a", "2.F.1.b"],
|
|
|
- "name": "Refrigeration and Air Conditioning",
|
|
|
+ # "orig_cat_name": "Refrigeration and Air Conditioning",
|
|
|
},
|
|
|
"2.F": {
|
|
|
"sources": ["2.F.1", "2.F.2", "2.F.3", "2.F.4"],
|
|
|
- "name": "Product Uses as Substitutes for Ozone Depleting Substances",
|
|
|
+ # "orig_cat_name": "Product Uses as Substitutes for Ozone Depleting Substances",
|
|
|
+ },
|
|
|
+ "2": {
|
|
|
+ "sources": ["2.A", "2.B", "2.C", "2.D", "2.F"],
|
|
|
+ # "orig_cat_name": "IPPU"
|
|
|
},
|
|
|
- "2": {"sources": ["2.A", "2.B", "2.C", "2.D", "2.F"], "name": "IPPU"},
|
|
|
# AFOLU
|
|
|
# 3.A - Livestock
|
|
|
- "3.A.1.a": {"sources": ["3.A.1.a.i", "3.A.1.a.ii"], "name": "Cattle"},
|
|
|
+ "3.A.1.a": {
|
|
|
+ "sources": ["3.A.1.a.i", "3.A.1.a.ii"],
|
|
|
+ # "orig_cat_name": "Cattle"
|
|
|
+ },
|
|
|
"3.A.1": {
|
|
|
"sources": [
|
|
|
"3.A.1.a",
|
|
@@ -184,9 +229,12 @@ cats_to_agg = { # name is just for readability, not used
|
|
|
"3.A.1.g",
|
|
|
"3.A.1.h",
|
|
|
],
|
|
|
- "name": "Enteric Fermentation",
|
|
|
+ # "orig_cat_name": "Enteric Fermentation",
|
|
|
+ },
|
|
|
+ "3.A.2.a": {
|
|
|
+ "sources": ["3.A.2.a.i", "3.A.2.a.ii"],
|
|
|
+ # "orig_cat_name": "Cattle"
|
|
|
},
|
|
|
- "3.A.2.a": {"sources": ["3.A.2.a.i", "3.A.2.a.ii"], "name": "Cattle"},
|
|
|
"3.A.2": {
|
|
|
"sources": [
|
|
|
"3.A.2.a",
|
|
@@ -199,73 +247,91 @@ cats_to_agg = { # name is just for readability, not used
|
|
|
"3.A.2.h",
|
|
|
"3.A.2.i",
|
|
|
],
|
|
|
- "name": "Enteric Fermentation",
|
|
|
+ # "orig_cat_name": "Enteric Fermentation",
|
|
|
+ },
|
|
|
+ "3.A": {
|
|
|
+ "sources": ["3.A.1", "3.A.2"],
|
|
|
+ # "orig_cat_name": "Livestock"
|
|
|
},
|
|
|
- "3.A": {"sources": ["3.A.1", "3.A.2"], "name": "Livestock"},
|
|
|
# 3.B - Land
|
|
|
"3.B.1.a.i": {
|
|
|
"sources": ["3.B.1.a.i.1", "3.B.1.a.i.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # no name, not the normal IPCC category
|
|
|
"3.B.1.a.ii": {
|
|
|
"sources": ["3.B.1.a.ii.1", "3.B.1.a.ii.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # no name, not the normal IPCC category
|
|
|
"3.B.1.a": {
|
|
|
"sources": ["3.B.1.a.i", "3.B.1.a.ii"],
|
|
|
- "name": "Forest Land Remaining Forest Land",
|
|
|
+ # "orig_cat_name": "Forest Land Remaining Forest Land",
|
|
|
},
|
|
|
# '3.B.1.b': {'sources': ['3.B.1.b.i', '3.B.1.b.ii'],
|
|
|
# 'name': 'Land Converted to Forest Land'},
|
|
|
- "3.B.1": {"sources": ["3.B.1.a"], "name": "Forest Land"}, # , '3.B.1.b'],
|
|
|
+ "3.B.1": {
|
|
|
+ "sources": ["3.B.1.a"],
|
|
|
+ # "orig_cat_name": "Forest Land"
|
|
|
+ }, # , '3.B.1.b'],
|
|
|
"3.B.2.b": {
|
|
|
"sources": ["3.B.2.b.i", "3.B.2.b.ii"],
|
|
|
- "name": "Land Converted to Cropland",
|
|
|
+ # "orig_cat_name": "Land Converted to Cropland",
|
|
|
+ },
|
|
|
+ "3.B.2": {
|
|
|
+ "sources": ["3.B.2.b"],
|
|
|
+ # "orig_cat_name": "Cropland"
|
|
|
},
|
|
|
- "3.B.2": {"sources": ["3.B.2.b"], "name": "Cropland"},
|
|
|
"3.B.3.b": {
|
|
|
"sources": ["3.B.3.b.i", "3.B.3.b.ii"],
|
|
|
- "name": "Land Converted to Grassland",
|
|
|
+ # "orig_cat_name": "Land Converted to Grassland",
|
|
|
+ },
|
|
|
+ "3.B.3": {
|
|
|
+ "sources": ["3.B.3.b"],
|
|
|
+ # "orig_cat_name": "Grassland"
|
|
|
+ },
|
|
|
+ "3.B": {
|
|
|
+ "sources": ["3.B.1", "3.B.2", "3.B.3", "3.B.7"],
|
|
|
+ # "orig_cat_name": "Land"
|
|
|
},
|
|
|
- "3.B.3": {"sources": ["3.B.3.b"], "name": "Grassland"},
|
|
|
- "3.B": {"sources": ["3.B.1", "3.B.2", "3.B.3", "3.B.7"], "name": "Land"},
|
|
|
# 3.C - Aggregate Sources and Non-CO2 Emissions Sources on Land
|
|
|
"3.C.1.a": {
|
|
|
"sources": ["3.C.1.a.i", "3.C.1.a.ii"],
|
|
|
- "name": "Biomass Burning in Forest Lands",
|
|
|
+ # "orig_cat_name": "Biomass Burning in Forest Lands",
|
|
|
},
|
|
|
"3.C.1.b": {
|
|
|
"sources": ["3.C.1.b.i", "3.C.1.b.ii"],
|
|
|
- "name": "Biomass Burning in Croplands",
|
|
|
+ # "orig_cat_name": "Biomass Burning in Croplands",
|
|
|
},
|
|
|
"M.3.C.1.b.AG": {
|
|
|
"sources": ["3.C.1.b.i"],
|
|
|
- "name": "Biomass Burning in Croplands - Agriculture",
|
|
|
+ # "orig_cat_name": "Biomass Burning in Croplands - Agriculture",
|
|
|
},
|
|
|
"M.3.C.1.b.LU": {
|
|
|
"sources": ["3.C.1.b.ii"],
|
|
|
- "name": "Biomass Burning in Croplands - LULUCF",
|
|
|
+ # "orig_cat_name": "Biomass Burning in Croplands - LULUCF",
|
|
|
},
|
|
|
"3.C.1.c": {
|
|
|
"sources": ["3.C.1.c.i", "3.C.1.c.ii"],
|
|
|
- "name": "Biomass Burning in Grasslands",
|
|
|
+ # "orig_cat_name": "Biomass Burning in Grasslands",
|
|
|
},
|
|
|
"M.3.C.1.c.AG": {
|
|
|
"sources": ["3.C.1.c.i"],
|
|
|
- "name": "Biomass Burning in Grasslands - Agriculture",
|
|
|
+ # "orig_cat_name": "Biomass Burning in Grasslands - Agriculture",
|
|
|
},
|
|
|
"M.3.C.1.c.LU": {
|
|
|
"sources": ["3.C.1.c.ii"],
|
|
|
- "name": "Biomass Burning in Grasslands - LULUCF",
|
|
|
+ # "orig_cat_name": "Biomass Burning in Grasslands - LULUCF",
|
|
|
+ },
|
|
|
+ "3.C.1": {
|
|
|
+ "sources": ["3.C.1.a", "3.C.1.b", "3.C.1.c"],
|
|
|
+ # "orig_cat_name": "Biomass Burning"
|
|
|
},
|
|
|
- "3.C.1": {"sources": ["3.C.1.a", "3.C.1.b", "3.C.1.c"], "name": "Biomass Burning"},
|
|
|
"M.3.C.1.AG": {
|
|
|
"sources": ["M.3.C.1.b.AG", "M.3.C.1.c.AG"],
|
|
|
- "name": "Biomass Burning - Agriculture",
|
|
|
+ # "orig_cat_name": "Biomass Burning - Agriculture",
|
|
|
},
|
|
|
"M.3.C.1.LU": {
|
|
|
"sources": ["3.C.1.a", "M.3.C.1.b.LU", "M.3.C.1.c.LU"],
|
|
|
- "name": "Biomass Burning",
|
|
|
+ # "orig_cat_name": "Biomass Burning",
|
|
|
},
|
|
|
"3.C.4.d": {
|
|
|
"sources": [
|
|
@@ -277,11 +343,11 @@ cats_to_agg = { # name is just for readability, not used
|
|
|
"3.C.4.d.vi",
|
|
|
"3.C.4.d.vii",
|
|
|
],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.4.g": {
|
|
|
"sources": ["3.C.4.g.i", "3.C.4.g.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.4": {
|
|
|
"sources": [
|
|
@@ -295,47 +361,47 @@ cats_to_agg = { # name is just for readability, not used
|
|
|
"3.C.4.n",
|
|
|
"3.C.4.o",
|
|
|
],
|
|
|
- "name": "Direct N2O Emissions from Managed Soils",
|
|
|
+ # "orig_cat_name": "Direct N2O Emissions from Managed Soils",
|
|
|
},
|
|
|
"3.C.5.a": {
|
|
|
"sources": ["3.C.5.a.i", "3.C.5.a.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.b": {
|
|
|
"sources": ["3.C.5.b.i", "3.C.5.b.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.c": {
|
|
|
"sources": ["3.C.5.c.i", "3.C.5.c.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.d.i": {
|
|
|
"sources": ["3.C.5.d.i.1", "3.C.5.d.i.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.d.ii": {
|
|
|
"sources": ["3.C.5.d.ii.1", "3.C.5.d.ii.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.d.iii": {
|
|
|
"sources": ["3.C.5.d.iii.1", "3.C.5.d.iii.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.d.iv": {
|
|
|
"sources": ["3.C.5.d.iv.1", "3.C.5.d.iv.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.d.v": {
|
|
|
"sources": ["3.C.5.d.v.1", "3.C.5.d.v.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.d.vi": {
|
|
|
"sources": ["3.C.5.d.vi.1", "3.C.5.d.vi.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.d.vii": {
|
|
|
"sources": ["3.C.5.d.vii.1", "3.C.5.d.vii.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.d": {
|
|
|
"sources": [
|
|
@@ -347,28 +413,31 @@ cats_to_agg = { # name is just for readability, not used
|
|
|
"3.C.5.d.vi",
|
|
|
"3.C.5.d.vii",
|
|
|
],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
+ }, # not standard IPCC2006
|
|
|
+ "3.C.5.f": {
|
|
|
+ "sources": ["3.C.5.f.ii"],
|
|
|
+ # "orig_cat_name": ""
|
|
|
}, # not standard IPCC2006
|
|
|
- "3.C.5.f": {"sources": ["3.C.5.f.ii"], "name": ""}, # not standard IPCC2006
|
|
|
"3.C.5.g.i": {
|
|
|
"sources": ["3.C.5.g.i.1", "3.C.5.g.i.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.g.ii": {
|
|
|
"sources": ["3.C.5.g.ii.1", "3.C.5.g.ii.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.g": {
|
|
|
"sources": ["3.C.5.g.i", "3.C.5.g.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.n": {
|
|
|
"sources": ["3.C.5.n.i", "3.C.5.n.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5.o": {
|
|
|
"sources": ["3.C.5.o.i", "3.C.5.o.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.5": {
|
|
|
"sources": [
|
|
@@ -382,60 +451,96 @@ cats_to_agg = { # name is just for readability, not used
|
|
|
"3.C.5.n",
|
|
|
"3.C.5.o",
|
|
|
],
|
|
|
- "name": "Indirect N2O Emissions from Managed Soils",
|
|
|
+ # "orig_cat_name": "Indirect N2O Emissions from Managed Soils",
|
|
|
},
|
|
|
- "3.C.6.a.i": {"sources": ["3.C.6.a.i.1"], "name": ""}, # not standard IPCC2006
|
|
|
+ "3.C.6.a.i": {
|
|
|
+ "sources": ["3.C.6.a.i.1"],
|
|
|
+ # "orig_cat_name": ""
|
|
|
+ }, # not standard IPCC2006
|
|
|
"3.C.6.a.ii": {
|
|
|
"sources": ["3.C.6.a.ii.1", "3.C.6.a.ii.2"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.6.a": {
|
|
|
"sources": ["3.C.6.a.i", "3.C.6.a.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
}, # not standard IPCC2006
|
|
|
"3.C.6.h": {
|
|
|
"sources": ["3.C.6.h.i", "3.C.6.h.ii"],
|
|
|
- "name": "",
|
|
|
+ # "orig_cat_name": "",
|
|
|
+ }, # not standard IPCC2006
|
|
|
+ "3.C.6.i": {
|
|
|
+ "sources": ["3.C.6.i.i"],
|
|
|
+ # "orig_cat_name": ""
|
|
|
}, # not standard IPCC2006
|
|
|
- "3.C.6.i": {"sources": ["3.C.6.i.i"], "name": ""}, # not standard IPCC2006
|
|
|
"3.C.6": {
|
|
|
"sources": ["3.C.6.a", "3.C.6.h", "3.C.6.i"],
|
|
|
- "name": "Indirect N2O Emissions from Manure Management",
|
|
|
+ # "orig_cat_name": "Indirect N2O Emissions from Manure Management",
|
|
|
},
|
|
|
"3.C": {
|
|
|
"sources": ["3.C.1", "3.C.3", "3.C.4", "3.C.5", "3.C.6", "3.C.7"],
|
|
|
- "name": "Emissions from Biomass Burning",
|
|
|
+ # "orig_cat_name": "Emissions from Biomass Burning",
|
|
|
},
|
|
|
"M.3.C.AG": {
|
|
|
"sources": ["M.3.C.1.AG", "3.C.3", "3.C.4", "3.C.5", "3.C.6", "3.C.7"],
|
|
|
- "name": "Emissions from Biomass Burning - Agriculture",
|
|
|
+ # "orig_cat_name": "Emissions from Biomass Burning - Agriculture",
|
|
|
+ },
|
|
|
+ "M.AG.ELV": {
|
|
|
+ "sources": ["M.3.C.AG"],
|
|
|
+ # "orig_cat_name": "Agriculture Excluding Livestock"
|
|
|
},
|
|
|
- "M.AG.ELV": {"sources": ["M.3.C.AG"], "name": "Agriculture Excluding Livestock"},
|
|
|
"M.3.C.LU": {
|
|
|
"sources": ["M.3.C.1.LU"],
|
|
|
- "name": "Emissions from Biomass Burning - LULUCF",
|
|
|
+ # "orig_cat_name": "Emissions from Biomass Burning - LULUCF",
|
|
|
+ },
|
|
|
+ "3.D": {
|
|
|
+ "sources": ["3.D.1"],
|
|
|
+ # "orig_cat_name": "Other"
|
|
|
+ },
|
|
|
+ "M.3.D.LU": {
|
|
|
+ "sources": ["3.D.1"],
|
|
|
+ # "orig_cat_name": "Other - LULUCF"
|
|
|
+ },
|
|
|
+ "3": {
|
|
|
+ "sources": ["3.A", "3.B", "3.C", "3.D"],
|
|
|
+ # "orig_cat_name": "AFOLU"
|
|
|
+ },
|
|
|
+ "M.AG": {
|
|
|
+ "sources": ["3.A", "M.3.C.AG"],
|
|
|
+ # "orig_cat_name": "Agriculture"
|
|
|
+ },
|
|
|
+ "M.LULUCF": {
|
|
|
+ "sources": ["3.B", "M.3.C.LU", "3.D"],
|
|
|
+ # "orig_cat_name": "LULUCF"
|
|
|
},
|
|
|
- "3.D": {"sources": ["3.D.1"], "name": "Other"},
|
|
|
- "M.3.D.LU": {"sources": ["3.D.1"], "name": "Other - LULUCF"},
|
|
|
- "3": {"sources": ["3.A", "3.B", "3.C", "3.D"], "name": "AFOLU"},
|
|
|
- "M.AG": {"sources": ["3.A", "M.3.C.AG"], "name": "Agriculture"},
|
|
|
- "M.LULUCF": {"sources": ["3.B", "M.3.C.LU", "3.D"], "name": "LULUCF"},
|
|
|
# waste
|
|
|
- "4.A": {"sources": ["4.A.1", "4.A.3"], "name": "Solid Waste Disposal"},
|
|
|
- "4.C": {"sources": ["4.C.1"], "name": "Incineration and Open Burning of Waste"},
|
|
|
+ "4.A": {
|
|
|
+ "sources": ["4.A.1", "4.A.3"],
|
|
|
+ # "orig_cat_name": "Solid Waste Disposal"
|
|
|
+ },
|
|
|
+ "4.C": {
|
|
|
+ "sources": ["4.C.1"],
|
|
|
+ # "orig_cat_name": "Incineration and Open Burning of Waste"
|
|
|
+ },
|
|
|
"4.D.2": {
|
|
|
"sources": ["4.D.2.a", "4.D.2.b", "4.D.2.c", "4.D.2.d", "4.D.2.e"],
|
|
|
- "name": "Industrial Wastewater Treatment and Discharge",
|
|
|
+ # "orig_cat_name": "Industrial Wastewater Treatment and Discharge",
|
|
|
},
|
|
|
"4.D": {
|
|
|
"sources": ["4.D.1", "4.D.2"],
|
|
|
- "name": "Wastewater Treatment and Discharge",
|
|
|
+ # "orig_cat_name": "Wastewater Treatment and Discharge",
|
|
|
+ },
|
|
|
+ "4": {
|
|
|
+ "sources": ["4.A", "4.B", "4.C", "4.D"],
|
|
|
+ # "orig_cat_name": "Waste"
|
|
|
},
|
|
|
- "4": {"sources": ["4.A", "4.B", "4.C", "4.D"], "name": "Waste"},
|
|
|
# national totals
|
|
|
- "0": {"sources": ["1", "2", "3", "4"], "name": "National Total"},
|
|
|
+ "0": {
|
|
|
+ "sources": ["1", "2", "3", "4"],
|
|
|
+ # "orig_cat_name": "National Total"
|
|
|
+ },
|
|
|
"M.0.EL": {
|
|
|
"sources": ["1", "2", "M.AG", "4"],
|
|
|
- "name": "National Total Excluding LULUCF",
|
|
|
+ # "orig_cat_name": "National Total Excluding LULUCF",
|
|
|
},
|
|
|
}
|