Global Monthly Burned Area
@owid.monthly_burned_area
@owid.monthly_burned_area
Monthly burned area in hectares by landcover class for years 2002-2022 for all countries and sub-country administrative units (GADM level 0 and level 1 administrative units).
CREATE TABLE owid_monthly_burned_area (
"country" VARCHAR,
"year" INTEGER,
"month" INTEGER,
"days_since_2000" INTEGER,
"forest" FLOAT,
"savannas" FLOAT,
"shrublands_grasslands" FLOAT,
"croplands" FLOAT,
"other" FLOAT,
"all" FLOAT
);Anyone who has the link will be able to view this.