Ozone Hole Area And Concentration (NASA, 2023)
@owid.ozone_hole_area
@owid.ozone_hole_area
Annual maximum and Antarctic stratospheric ozone hole area, resultant from the emission of ozone-depleting substances.
Minimum and mean Southern Hemisphere daily ozone concentrations, measured in Dobson Units (DU).
This dataset should be next updated by the source every year. We will update it on Our World in Data soon after the new version is published. At the link above you can directly access the source page and see the latest available data.
CREATE TABLE owid_ozone_hole_area_1 (
"index" BIGINT,
"year" INTEGER,
"max_hole_area_date" TIMESTAMP,
"max_hole_area" FLOAT,
"min_hole_concentration_date" TIMESTAMP,
"min_hole_concentration" INTEGER,
"mean_hole_area" UINTEGER,
"mean_hole_concentration" FLOAT,
"country" VARCHAR
);CREATE TABLE owid_ozone_hole_area_2 (
"year" INTEGER,
"country" VARCHAR,
"max_hole_area_date" TIMESTAMP,
"max_hole_area" UINTEGER,
"min_hole_concentration_date" TIMESTAMP,
"min_hole_concentration" INTEGER,
"mean_hole_area" UINTEGER,
"mean_hole_concentration" FLOAT
);CREATE TABLE owid_ozone_hole_area_3 (
"year" INTEGER,
"country" VARCHAR,
"max_hole_area_date" TIMESTAMP,
"max_hole_area" UINTEGER,
"min_hole_concentration_date" TIMESTAMP,
"min_hole_concentration" INTEGER,
"mean_hole_area" UINTEGER,
"mean_hole_concentration" FLOAT
);Anyone who has the link will be able to view this.