Baselight

IMS Daily Northern Hemisphere Sea Ice Coverage

Daily Ice Extent by Region in Square Kilometers

@kaggle.lsind18_ims_daily_northern_hemisphere_snow_and_ice

Loading...
Loading...

About this Dataset

IMS Daily Northern Hemisphere Sea Ice Coverage

Context

MASIE-NH stands for the Multisensor Analyzed Sea Ice Extent – Northern Hemisphere. It is similar to the Sea Ice Index (SII) product in that it is easy to use and gives a graphical view of ice extent in various formats. However, it relies more on visible imagery than on passive microwave data, so the ice edge position will generally be more accurate than that of the Sea Ice Index. The input is the daily 4-km sea ice component of the National Ice Center (NIC) Interactive Multisensor Snow and Ice Mapping System (IMS) product.

Content

Northern Hemisphere-wide sea ice coverage.

The initial MASIE product had a nominal gridded resolution of:

  1. masie_4km_allyears_extent_sqkm.csv: 4 km x 4 km that spans 01 October 2006 to present at a daily resolution.
  2. masie_1km_allyears_extent_sqkm.csv: as of 02 December 2014, a 1 km x 1 km gridded product is also available to present at a daily resolution.

Acknowledgements

The original datasets can be found at Multisensor Analyzed Sea Ice Extent - Northern Hemisphere (MASIE-NH).

Inspiration

Can you visualize the changes in Northern Hemisphere snow and ice over time?

Tables

Masie 1km Allyears Extent Sqkm

@kaggle.lsind18_ims_daily_northern_hemisphere_snow_and_ice.masie_1km_allyears_extent_sqkm
  • 283.29 KB
  • 3105 rows
  • 18 columns
Loading...

CREATE TABLE masie_1km_allyears_extent_sqkm (
  "yyyyddd" BIGINT,
  "northern_hemisphere" DOUBLE,
  "beaufort_sea" DOUBLE,
  "chukchi_sea" DOUBLE,
  "east_siberian_sea" DOUBLE,
  "laptev_sea" DOUBLE,
  "kara_sea" DOUBLE,
  "barents_sea" DOUBLE,
  "greenland_sea" DOUBLE,
  "baffin_bay_gulf_of_st_lawrence" DOUBLE,
  "canadian_archipelago" DOUBLE,
  "hudson_bay" DOUBLE,
  "central_arctic" DOUBLE,
  "bering_sea" DOUBLE,
  "baltic_sea" DOUBLE,
  "sea_of_okhotsk" DOUBLE,
  "yellow_sea" DOUBLE,
  "cook_inlet" DOUBLE
);

Masie 4km Allyears Extent Sqkm

@kaggle.lsind18_ims_daily_northern_hemisphere_snow_and_ice.masie_4km_allyears_extent_sqkm
  • 554.07 KB
  • 6323 rows
  • 18 columns
Loading...

CREATE TABLE masie_4km_allyears_extent_sqkm (
  "yyyyddd" BIGINT,
  "northern_hemisphere" DOUBLE,
  "beaufort_sea" DOUBLE,
  "chukchi_sea" DOUBLE,
  "east_siberian_sea" DOUBLE,
  "laptev_sea" DOUBLE,
  "kara_sea" DOUBLE,
  "barents_sea" DOUBLE,
  "greenland_sea" DOUBLE,
  "baffin_bay_gulf_of_st_lawrence" DOUBLE,
  "canadian_archipelago" DOUBLE,
  "hudson_bay" DOUBLE,
  "central_arctic" DOUBLE,
  "bering_sea" DOUBLE,
  "baltic_sea" DOUBLE,
  "sea_of_okhotsk" DOUBLE,
  "yellow_sea" DOUBLE,
  "cook_inlet" DOUBLE
);

Share link

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