GQL Statement
DIVIDE(
  SUM(
    V(
      INTERSECTION(G(co2_emissions_primary), SECTOR(households)),
      primary_co2_emission
    ),
    V(INTERSECTION(
      G(co2_emissions_refinery_products), SECTOR(households)),
      "demand * weighted_carrier_co2_per_mj"
    )
  ),
  BILLIONS
)
Result
| 2019 | 24.69008857036313 | mt | 
| 2050 | 24.994182463727704 | mt | 
Description
How much Mt CO2 is emitted yearly by the household sector
Used in education module about the future home, heat and insulation
 
Characteristics
| Groups |  | 
| Unit | mt | 
| File path | /app/tmp/etsource/gqueries/general/co2/primary_co2_emission_of_households.gql | 
References