Global Plastics Outlook - Greenhouse Gas Emissions From Primary Plastics
@owid.plastic_emissions
@owid.plastic_emissions
Greenhouse gases emissions are aggregated using 100-year global warming potential (GWP) from AR2 (IPCC, 1995)
Emission coefficients by stage and polymer or end-of-life fate are extrapolated from 2015 data using indexes. These indexes are built on scope-2 emissions intensity of primary and secondary plastics production (incl. upstream sectors) from the OECD ENV-Linkages model.
CREATE TABLE owid_plastic_emissions (
"country" VARCHAR,
"year" INTEGER,
"lifecycle_stage" VARCHAR,
"all_greenhouse_gases" FLOAT,
"ch4" FLOAT,
"co2" FLOAT,
"n2o" FLOAT
);Anyone who has the link will be able to view this.