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
CREATE TABLE treecoverloss_2001_2020_inprimaryforest (
"countrycode" VARCHAR,
"year" BIGINT,
"treecoverloss_ha" DOUBLE,
"grossemissions_co2_all_gases_mg" DOUBLE
);
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
);
Anyone who has the link will be able to view this.