Baselight

Ozone Hole Area And Concentration (NASA, 2023)

@owid.ozone_hole_area

Loading...
Loading...

About this Dataset

Ozone Hole Area And Concentration (NASA, 2023)

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.

Tables

Ozone Hole Area 1

@owid.ozone_hole_area.owid_ozone_hole_area_1
  • 8.97 KB
  • 43 rows
  • 9 columns
Loading...

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
);

Ozone Hole Area And Concentration

@owid.ozone_hole_area.owid_ozone_hole_area_2
  • 8.15 KB
  • 44 rows
  • 8 columns
Loading...

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
);

Ozone Hole Area And Concentration

@owid.ozone_hole_area.owid_ozone_hole_area_3
  • 8.19 KB
  • 45 rows
  • 8 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.