IMBIE 2021 Greenland And Antarctica Dataset
@owid.ice_sheet_mass_balance
@owid.ice_sheet_mass_balance
This dataset contains rates of mass change and cumulative mass change and their associated uncertainty for the Antarctic Ice Sheet and the Greenland Ice Sheet between 1992 and 2020. The data are reconciled estimates of mass balance from three independent satellite-based techniques: altimetry, gravimetry and input-output method.
CREATE TABLE owid_ice_sheet_mass_balance_1 (
"location" VARCHAR,
"date" TIMESTAMP,
"cumulative_ice_sheet_mass_balance" FLOAT
);CREATE TABLE owid_ice_sheet_mass_balance_2 (
"location" VARCHAR,
"date" VARCHAR,
"cumulative_ice_mass_change_imbie" FLOAT,
"land_ice_mass_nasa" FLOAT
);CREATE TABLE owid_ice_sheet_mass_balance_3 (
"location" VARCHAR,
"date" VARCHAR,
"cumulative_ice_mass_change_imbie" FLOAT,
"land_ice_mass_nasa" FLOAT
);Anyone who has the link will be able to view this.