Deforestation Dataset
Accelerating climate change and threatening biodiversity
@kaggle.konradb_deforestation_dataset
Accelerating climate change and threatening biodiversity
@kaggle.konradb_deforestation_dataset
From the project website: https://sdga2022.github.io/sdga2022/goal-15-life-on-land
SDG 15 aims to protect, restore, and promote the sustainable use of terrestrial ecosystems and forests, to halt and reverse land degradation, and to put a stop to loss in biodiversity. In 2020, forests accounted for almost a third percent of global land area. Since 2000, forest area across the world has declined by 2.4 percent, an area equivalent to the size of Egypt.
CREATE TABLE goal15_forest_shares (
  "iso3c" VARCHAR,
  "forests_2000" DOUBLE,
  "forests_2020" DOUBLE,
  "trend" DOUBLE
);Anyone who has the link will be able to view this.