Tree Cover Loss 2001-2020
In Primary Forest, By Region & Dominant Drivers
@kaggle.kkhandekar_tree_cover_loss_20012020
In Primary Forest, By Region & Dominant Drivers
@kaggle.kkhandekar_tree_cover_loss_20012020
Deforestation is one of the major cause for global climate change. Keen to understand the over all tree cover loss between 2001 & 2020 and the major driving factors.
Global Forest Watch.
CREATE TABLE treecoverloss_2001_2020_byregion (
"countrycode" VARCHAR,
"year" BIGINT,
"treecoverloss_ha" DOUBLE,
"grossemissions_co2_all_gases_mg" DOUBLE
);CREATE TABLE treecoverloss_2001_2020_dominantdrivers (
"drivertype" VARCHAR,
"year" BIGINT,
"treecoverloss_ha" DOUBLE,
"grossemissions_co2_all_gases_mg" DOUBLE
);CREATE TABLE treecoverloss_2001_2020_inprimaryforest (
"countrycode" VARCHAR,
"year" BIGINT,
"treecoverloss_ha" DOUBLE,
"grossemissions_co2_all_gases_mg" DOUBLE
);Anyone who has the link will be able to view this.