GQL Statement
DIVIDE(
  SUM(
    V(
      INTERSECTION(G(co2_emissions_primary), SECTOR(transport)),
      primary_co2_emission
    ),
    V(
      INTERSECTION(G(co2_emissions_refinery_products), SECTOR(transport)),
      "demand * weighted_carrier_co2_per_mj"
    )
  ),
  BILLIONS
)
Result
| 2019 | 35.27522831086545 | mt | 
| 2050 | 35.27238727426794 | mt | 
Description
How much Mt CO2 is emitted yearly by the transport sector
Used in transportation education module
 
Characteristics
| Groups |  | 
| Unit | mt | 
| File path | /app/tmp/etsource/gqueries/general/co2/primary_co2_emission_of_transport.gql | 
References