Baselight

Global Plastics Outlook - Plastics Waste By Region And End-of-life Fate

@owid.plastic_fate_regions

Loading...
Loading...

About this Dataset

Global Plastics Outlook - Plastics Waste By Region And End-of-life Fate

This dataset provides estimates of plastics waste for the 15 global regions of the OECD ENV-Linkages model, detailed in the Annex of the OECD Global Plastics Outlook.

This dataset provides estimates of plastics waste per end-of-life fate after accounting for recycling losses and collected littering.

Plastic waste is calculated as a function of plastics use (in volumes), following Geyer, Jambeck and Law (2017), using a methodology based on lifespan distributions. Plastic waste is divided into different waste management streams (end-of-life fates) by applying end-of-life shares that vary across countries and that account for account for recycling losses and collected litter. The methodology to derive the end-of-life shares is explained in the Annex to the OECD Global Plastics Outlook.

Tables

Global Plastics Outlook - Plastics Waste By Region And End-of-life Fate

@owid.plastic_fate_regions.owid_plastic_fate_regions
  • 31.85 KB
  • 200 rows
  • 20 columns
Loading...

CREATE TABLE owid_plastic_fate_regions (
  "country" VARCHAR,
  "year" INTEGER,
  "value_incinerated" FLOAT,
  "value_landfilled" UINTEGER,
  "value_littered" UINTEGER,
  "value_mismanaged" UINTEGER,
  "value_recycled" UINTEGER,
  "value_total" UINTEGER,
  "share_incinerated" FLOAT,
  "share_landfilled" FLOAT,
  "share_littered" FLOAT,
  "share_mismanaged" FLOAT,
  "share_recycled" FLOAT,
  "value_incinerated_share" FLOAT,
  "value_landfilled_share" FLOAT,
  "value_littered_share" FLOAT,
  "value_mismanaged_share" FLOAT,
  "value_recycled_share" FLOAT,
  "littered_mismanaged_combined" UINTEGER,
  "littered_mismanaged_combined_share" FLOAT
);

Share link

Anyone who has the link will be able to view this.