GQL Statement

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

2015 5.93 ms
31.494229617201047
mt
2050 4.48 ms
31.456885759580043
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