Skip to content

Commit f00443b

Browse files
Adding other sector to Industry and energy section in co2 sheet (#3236)
1 parent f13df90 commit f00443b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

gqueries/modules/co2_sheet/indicators/co2_sheet_energetic_emissions_share.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
),
77
SUM(
88
Q(co2_sheet_agriculture_total_emissions),
9-
Q(co2_sheet_industry_energy_total_emissions),
9+
Q(co2_sheet_industry_energy_other_total_emissions),
1010
Q(co2_sheet_transport_total_emissions),
1111
Q(co2_sheet_buildings_households_total_emissions),
1212
Q(co2_sheet_indirect_delayed_emissions)

gqueries/modules/co2_sheet/sector_totals/co2_sheet_industry_energy_total_emissions.gql renamed to gqueries/modules/co2_sheet/sector_totals/co2_sheet_industry_energy_other_total_emissions.gql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
Q(co2_sheet_industry_paper_co2_emissions),
77
Q(co2_sheet_industry_metal_co2_emissions),
88
Q(co2_sheet_industry_other_all_emissions),
9-
Q(co2_sheet_industry_energy_sector_all_emissions)
9+
Q(co2_sheet_industry_energy_sector_all_emissions),
10+
Q(co2_sheet_other_sector_co2_emissions)
1011
)
1112

1213
- unit = T

0 commit comments

Comments
 (0)