Baselight

Air Transport CO2 Emissions

@owid.co2_air_transport

About this Dataset

Air Transport CO2 Emissions

The OECD Air Transport CO₂ Emissions database includes annual, quarterly, and monthly information on CO₂ emissions related to commercial passenger, freight, and general aviation flights, on both a territory and a residence basis, for 186 countries. These CO₂ emissions are estimated by the OECD, based on a consistent methodology across countries.

OECD database is updated by the end of the first month of each quarter with new data from the previous quarter.

Tables

Co2 Air Transport 1

@owid.co2_air_transport.owid_co2_air_transport_1
  • 180.08 KB
  • 10857 rows
  • 11 columns
Loading...

CREATE TABLE owid_co2_air_transport_1 (
  "country" VARCHAR,
  "year" INTEGER,
  "ter_dom_a" FLOAT,
  "ter_int_a" FLOAT,
  "per_capita_ter_dom_a" FLOAT,
  "per_capita_ter_int_a" FLOAT,
  "int_inb_out_per_capita" FLOAT,
  "int_inb_out_tot" FLOAT,
  "ter_dom_m" FLOAT,
  "ter_int_m" FLOAT,
  "total_monthly_emissions" FLOAT
);

Air Transport CO2 Emissions (experimental)

@owid.co2_air_transport.owid_co2_air_transport_2
  • 258.11 KB
  • 14677 rows
  • 13 columns
Loading...

CREATE TABLE owid_co2_air_transport_2 (
  "country" VARCHAR,
  "year" INTEGER,
  "ter_dom_a" FLOAT,
  "ter_int_a" FLOAT,
  "per_capita_ter_dom_a" FLOAT,
  "per_capita_ter_int_a" FLOAT,
  "int_inb_out_per_capita" FLOAT,
  "int_inb_out_tot" FLOAT,
  "ter_dom_m" FLOAT,
  "ter_int_m" FLOAT,
  "per_capita_ter_dom_m" FLOAT,
  "per_capita_ter_int_m" FLOAT,
  "total_monthly_emissions" FLOAT
);

Air Transport CO2 Emissions (experimental)

@owid.co2_air_transport.owid_co2_air_transport_3
  • 266.47 KB
  • 15069 rows
  • 13 columns
Loading...

CREATE TABLE owid_co2_air_transport_3 (
  "country" VARCHAR,
  "year" INTEGER,
  "ter_dom_a" FLOAT,
  "ter_int_a" FLOAT,
  "per_capita_ter_dom_a" FLOAT,
  "per_capita_ter_int_a" FLOAT,
  "int_inb_out_per_capita" FLOAT,
  "int_inb_out_tot" FLOAT,
  "ter_dom_m" FLOAT,
  "ter_int_m" FLOAT,
  "per_capita_ter_dom_m" FLOAT,
  "per_capita_ter_int_m" FLOAT,
  "total_monthly_emissions" FLOAT
);

Air Transport CO2 Emissions (experimental)

@owid.co2_air_transport.owid_co2_air_transport_4
  • 347.74 KB
  • 18370 rows
  • 21 columns
Loading...

CREATE TABLE owid_co2_air_transport_4 (
  "country" VARCHAR,
  "year" INTEGER,
  "ter_dom_a" FLOAT,
  "ter_int_a" FLOAT,
  "total_annual_emissions" FLOAT,
  "per_capita_ter_dom_a" FLOAT,
  "per_capita_ter_int_a" FLOAT,
  "per_capita_total_annual_emissions" FLOAT,
  "int_inb_out_per_capita" FLOAT,
  "int_inb_out_tot" FLOAT,
  "ter_dom_m" FLOAT,
  "ter_int_m" FLOAT,
  "n__2019_total_emissions" FLOAT,
  "n__2020_total_emissions" FLOAT,
  "n__2021_total_emissions" FLOAT,
  "n__2022_total_emissions" FLOAT,
  "n__2023_total_emissions" FLOAT,
  "n__2024_total_emissions" FLOAT,
  "per_capita_ter_dom_m" FLOAT,
  "per_capita_ter_int_m" FLOAT,
  "total_monthly_emissions" FLOAT
);