GQL Statement
DIVIDE(
  SUM(
    V(
      INTERSECTION(G(co2_emissions_primary), SECTOR(buildings)),
      primary_co2_emission
      ),
    V(
      INTERSECTION(G(co2_emissions_refinery_products), SECTOR(buildings)),
      "demand * weighted_carrier_co2_per_mj"
    )
  ),
  BILLIONS
)
Result
| 
2019
 | 
20.051445709083605 
 | 
mt | 
| 
2050
 | 
20.150788795922338 
 | 
mt | 
Description
How much Mt CO2 is emitted yearly by the buildings 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_buildings.gql
 | 
References