Baselight

Ozone Layer

Ozone more Like O zone. Not funny

@kaggle.programmerrdai_ozone_layer

Loading...

About this Dataset

Ozone Layer

The ozone layer or ozone shield is a region of Earth's stratosphere that absorbs most of the Sun's ultraviolet radiation. It contains a high concentration of ozone in relation to other parts of the atmosphere, although still small in relation to other gases in the stratosphere. Wikipedia

@article{owidozonelayer,
author = {Hannah Ritchie and Max Roser},
title = {Ozone Layer},
journal = {Our World in Data},
year = {2018},
note = {https://ourworldindata.org/ozone-layer}
}

Tables

Antarctic Ozone Hole Area

@kaggle.programmerrdai_ozone_layer.antarctic_ozone_hole_area
  • 4.84 KB
  • 41 rows
  • 5 columns
Loading...

CREATE TABLE antarctic_ozone_hole_area (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "maximum_ozone_hole_area_nasa" DOUBLE,
  "mean_ozone_hole_area" BIGINT
);

Change In Cfc 11 Concentrations

@kaggle.programmerrdai_ozone_layer.change_in_cfc_11_concentrations
  • 4.36 KB
  • 24 rows
  • 5 columns
Loading...

CREATE TABLE change_in_cfc_11_concentrations (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "cfc_11_measurement" DOUBLE,
  "wmo_2014" DOUBLE
);

Consumption Of Ozone Depleting Substances

@kaggle.programmerrdai_ozone_layer.consumption_of_ozone_depleting_substances
  • 30.17 KB
  • 4733 rows
  • 4 columns
Loading...

CREATE TABLE consumption_of_ozone_depleting_substances (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "consumption_of_ozone_depleting_substances_all" DOUBLE
);

Countries To Montreal Protocol And Vienna Convention

@kaggle.programmerrdai_ozone_layer.countries_to_montreal_protocol_and_vienna_convention
  • 9.04 KB
  • 6467 rows
  • 4 columns
Loading...

CREATE TABLE countries_to_montreal_protocol_and_vienna_convention (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "vienna_convention_and_montreal_protocol_parties_subscr_7f11c7d9" BIGINT
);

Excess Skin Cancer Cases Due To Ozone Depletion

@kaggle.programmerrdai_ozone_layer.excess_skin_cancer_cases_due_to_ozone_depletion
  • 5.96 KB
  • 10 rows
  • 6 columns
Loading...

CREATE TABLE excess_skin_cancer_cases_due_to_ozone_depletion (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "excess_skin_cancer_cases_per_million_copenhagen_amendments" BIGINT,
  "excess_skin_cancer_cases_per_million_montreal_protocol" BIGINT,
  "excess_skin_cancer_cases_per_million_no_restrictions" BIGINT
);

Expected Concentraitons Of Cfc 11

@kaggle.programmerrdai_ozone_layer.expected_concentraitons_of_cfc_11
  • 5.4 KB
  • 31 rows
  • 6 columns
Loading...

CREATE TABLE expected_concentraitons_of_cfc_11 (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "northern_hemisphere" DOUBLE,
  "southern_hemisphere" DOUBLE,
  "wmo_2014" DOUBLE
);

Number Of Parties Env Agreements

@kaggle.programmerrdai_ozone_layer.number_of_parties_env_agreements
  • 15.96 KB
  • 45 rows
  • 16 columns
Loading...

CREATE TABLE number_of_parties_env_agreements (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "cartagena_protocol_on_biosafety" BIGINT,
  "convention_on_biological_diversity_cbd" BIGINT,
  "cites_convention_on_international_trade_in_endangered__bbaa5d59" BIGINT,
  "convention_on_the_conservation_of_migratory_species_of_b71dd8d4" BIGINT,
  "world_heritage_convention" BIGINT,
  "kyoto_protocol" BIGINT,
  "vienna_convention_ozone" BIGINT,
  "ramsar_convention" BIGINT,
  "rotterdam_convention" BIGINT,
  "stockholm_convention_on_persistent_organic_pollutants" BIGINT,
  "un_convention_to_combat_desertification_unccd" BIGINT,
  "un_convention_on_the_law_of_the_sea_unclos" BIGINT,
  "un_framework_convention_on_climate_change_unfccc" BIGINT
);

Ozone Depleting Substance Consumption

@kaggle.programmerrdai_ozone_layer.ozone_depleting_substance_consumption
  • 74.22 KB
  • 4733 rows
  • 9 columns
Loading...

CREATE TABLE ozone_depleting_substance_consumption (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "consumption_of_ozone_depleting_substances_methyl_bromide" DOUBLE,
  "consumption_of_ozone_depleting_substances_carbon_tetrachloride" DOUBLE,
  "consumption_of_ozone_depleting_substances_hydrochlorof_da5ab44f" DOUBLE,
  "consumption_of_ozone_depleting_substances_chlorofluoro_8367bbca" DOUBLE,
  "consumption_of_ozone_depleting_substances_methyl_chloroform" DOUBLE,
  "consumption_of_ozone_depleting_substances_halons" DOUBLE
);

Ozone Depleting Substance Emissions

@kaggle.programmerrdai_ozone_layer.ozone_depleting_substance_emissions
  • 4.34 KB
  • 108 rows
  • 4 columns
Loading...

CREATE TABLE ozone_depleting_substance_emissions (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "ozone_depleting_substance_emissions_scientific_assessment_2014" BIGINT
);

Ozone Depleting Substances Index

@kaggle.programmerrdai_ozone_layer.ozone_depleting_substances_index
  • 3.88 KB
  • 31 rows
  • 4 columns
Loading...

CREATE TABLE ozone_depleting_substances_index (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "ozone_depleting_emissions_index_1986_100" DOUBLE
);

Stratospheric Chorine Concentrations

@kaggle.programmerrdai_ozone_layer.stratospheric_chorine_concentrations
  • 4.12 KB
  • 87 rows
  • 4 columns
Loading...

CREATE TABLE stratospheric_chorine_concentrations (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "equivalent_stratospheric_chorine_esc_1960_0" DOUBLE
);

Stratospheric Ozone Concentration Projections

@kaggle.programmerrdai_ozone_layer.stratospheric_ozone_concentration_projections
  • 4.01 KB
  • 87 rows
  • 4 columns
Loading...

CREATE TABLE stratospheric_ozone_concentration_projections (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "ozone_concentration_1960_0" DOUBLE
);

Stratospheric Ozone Concentration

@kaggle.programmerrdai_ozone_layer.stratospheric_ozone_concentration
  • 4.85 KB
  • 41 rows
  • 5 columns
Loading...

CREATE TABLE stratospheric_ozone_concentration (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "minimum_daily_concentration_nasa" BIGINT,
  "mean_daily_concentration_nasa" DOUBLE
);