Dataset Open Access
Denton, Alexis Anne;
Timmermans, Mary-Louise
{ "description": "<p>This dataset contains sea-ice floe segmentation products derived from 78 Medea images from the United States Geological Survey (USGS) Global Fiducials Library (GFL) acquired in the Arctic's Canada Basin from 1999 to 2014. Sea-ice floe segmentation is the identification of individual sea ice floes in imagery for the purpose of retrieval of unique properties of those individual floes, such as their size or shape. </p>\n\n<p>The product was developed for and used in the analysis of the accompanying submitted manuscript (preprint, in review), <a href=\"http://doi.org/10.5194/tc-2021-368\">Denton and Timmermans (2021)</a>. The product was created using an <a href=\"https://doi.org/10.5281/zenodo.6146144\">algorithm</a> written by Alexis Denton (Yale University) in tandem for the manuscript analysis. The script is also available at <a href=\"https://github.com/dentonaa/sea-ice-floe-segmentation\">github.com/dentonaa/sea-ice-floe-segmentation</a>. </p>\n\n<p>This image product was developed to contribute a novel, multidecadal dataset of identified sea ice characteristics, namely floe size, to the Arctic science community. If you use this product in your work or research or for any other reason, credit the authors here and cite the code DOI issued by Zenodo. The DOI badge to the right points to the latest released version of the repository.</p>\n\n<p>The development of this product and the research presented in the manuscript was funded by the Office of Naval Research as a part of their Multi-University Research Initiative (MURI) Mathematics and Data Science for Physical Modeling and Prediction of Sea Ice. To learn more about the work of the Sea Ice MURI, please visit <a href=\"https://seaicemuri.org/\">https://seaicemuri.org/</a>.</p>\n\n<p>For further details about the dataset, please see <a href=\"http://doi.org/10.5194/tc-2021-368\">Denton and Timmermans (2021)</a>.</p>\n\n<p><strong>A full description of the product files is as follows:</strong></p>\n\n<p>This dataset is comprised of the sea-ice floe segmentation products derived from 78 MEDEA images acquired at various locations in the Canada Basin from 1999 through 2014, and one ReadMe file.</p>\n\n<p>For each sea-ice floe segmented image, there are 3 files. Each of the 3 files starts with the naming convention, "sifloeseg_MEDEAImageName_segmentationParameters_", followed by a filename ending designated by the type of segmentation data stored, as described below.</p>\n\n<ul>\n\t<li>sifloeseg stands for sea-ice floe segmentation.</li>\n\t<li>MEDEAImageName is the original filename of the MEDEA image, usually a series of 3 or 4 strings delimited by "_" in which the first string is the site/project of acquisition, the second is the date (YYYYMMDD), and the third and fourth describe whether the image is a mosaic or a tile in a mosaic.\n\t<ul>\n\t\t<li>e.g., "beaufo_19990728_2" indicates a MEDEA image acquired in the Beaufort Sea on 28 July 1999 which is the 2nd tile of a larger mosaic. Please visit the USGS GFL for more details on the naming of MEDEA image files.</li>\n\t</ul>\n\t</li>\n\t<li>segmentationParameters describes the parameters used to segment the image and follows the format "bwt0##e##hs".\n\t<ul>\n\t\t<li>bwt stands for "black-white threshold" and is followed by the value of the classification threshold (0.##) between 0 and 1 used to classify the image.</li>\n\t\t<li>e stands for "erosions" and is followed by the number of erosions used to erode the image during the first heirarchical step.</li>\n\t\t<li>hs indicates that the erosion scheme used a half-step, or halving of the number of erosions between hierarchical iterations.\n\t\t<ul>\n\t\t\t<li>e.g., "sifloeseg_beaufo_19990728_2_bwt015e1hs_" indicates a segmentation of the above MEDEA image example which used a classification threshold of 0.15 and 1 erosion for the first hierarchical segmentation step.</li>\n\t\t</ul>\n\t\t</li>\n\t</ul>\n\t</li>\n</ul>\n\n<p>The 3 files for each segmented image are:</p>\n\n<ol>\n\t<li>A MATLAB file containing the areas (in square meters) of the segmented floes in an image. The file has the naming convention, "sifloeseg_MEDEAImageName_segmentationParameters_areas_sqm.mat", in which sqm stands for "square meters".\n\t<ul>\n\t\t<li>This file contains the following variables:\n\t\t<ul>\n\t\t\t<li>L_areas_nobc_sqm, which is a vector containing floe areas retrieved from the original segmentation (no border-clearing; contains floe areas wholly and partially in the image), where L stands for "Label".</li>\n\t\t\t<li>L_areas_bc_sqm, which contains the floe areas retrieved from the border-cleared segmentation (contains only floe areas wholly in the image). </li>\n\t\t</ul>\n\t\t</li>\n\t</ul>\n\t</li>\n\t<li>A MATLAB file containing the image segmentation, which is a labeled numeric array in which each positive integer numeric label corresponds to a unique sea-ice floe. The file has the naming convention, "sifloeseg_MEDEAImageName_segmentationParameters_labeled.mat". \n\t<ul>\n\t\t<li>This file contains the following variables:\n\t\t<ul>\n\t\t\t<li>rows: the number of image rows (y-direction array size, <em>double</em>)</li>\n\t\t\t<li>cols: the number of image columns (x-direction array size, <em>double</em>)</li>\n\t\t\t<li>bwt: the classification (black-white) threshold used to classify the image during segmentation (fractional value between 0 and 1, <em>double</em>)</li>\n\t\t\t<li>numErosions: a vector containing the number of erosions used to erode the image during segmentation at each hierarchical step, in which the first value indicates the number of erosions used during the first step, and the last indicates the number of erosions used during the last step, which is always 0 (<em>1 x n double</em>, in which n is the number of hierarchical steps used)</li>\n\t\t\t<li>numfmax: the total number of wholly and partially segmented floes in the original segmentation (before border clearing, <em>double</em>)</li>\n\t\t\t<li>L: the original image segmentation containing wholly and partially segmented floes (prior to border clearing), which is a numerical label array, in which positive integer values represent unique floes and values of 0 represent ocean pixels (<em>rows x cols, double</em>). </li>\n\t\t\t<li>Lbc: the border-cleared image segmentation containing only wholly segmented floes (after border clearing), which is a numerical label array in the same vein as L (<em>rows x cols, double</em>)</li>\n\t\t</ul>\n\t\t</li>\n\t</ul>\n\t</li>\n\t<li>A PNG representation of the segmented image in RGB (red-green-blue) color, in which non-unique colors represent different floes. This file is for visualization and display purposes. The same image and its border-cleared counterpart can be produced with the following lines of code in MATLAB:</li>\n</ol>\n\n<pre><code>load(sifloseg_MEDEAImageName_segmentationParameters_labeled.mat);\n\nLrgb = label2rgb(L,'jet','k','shuffle');\nimshow(Lrgb)\n\nLbcrgb = label2rgb(Lbc,'jet','k','shuffle');\nimshow(Lbcrgb)</code></pre>\n\n<p>For more information on any of the above terms, please see <a href=\"https://doi.org/10.5194/tc-2021-368\">Denton and Timmermans (2021)</a>.</p>\n\n<p> </p>", "license": "https://creativecommons.org/licenses/by/4.0/legalcode", "creator": [ { "affiliation": "Yale University", "@id": "https://orcid.org/0000-0003-2116-2976", "@type": "Person", "name": "Denton, Alexis Anne" }, { "affiliation": "Yale University", "@id": "https://orcid.org/0000-0003-2718-2556", "@type": "Person", "name": "Timmermans, Mary-Louise" } ], "url": "https://zenodo.org/record/6341621", "datePublished": "2022-03-11", "keywords": [ "Sea Ice", "Remote Sensing" ], "@context": "https://schema.org/", "distribution": [ { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/ReadMe.txt", "encodingFormat": "txt", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_19990728_2_bwt015e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_19990728_2_bwt015e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_19990728_2_bwt015e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20000826_2_bwt02e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20000826_2_bwt02e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20000826_2_bwt02e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20000902_1_bwt02e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20000902_1_bwt02e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20000902_1_bwt02e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20010521_1_bwt06e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20010521_1_bwt06e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20010521_1_bwt06e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020516_1_bwt04e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020516_1_bwt04e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020516_1_bwt04e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020523_1_bwt04e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020523_1_bwt04e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020523_1_bwt04e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020523_2_bwt0775e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020523_2_bwt0775e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20020523_2_bwt0775e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20060513_1_bwt06e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20060513_1_bwt06e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20060513_1_bwt06e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20100408_1_bwt045e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20100408_1_bwt045e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20100408_1_bwt045e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20110429_1_bwt0525e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20110429_1_bwt0525e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20110429_1_bwt0525e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20110529_1_bwt03e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20110529_1_bwt03e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20110529_1_bwt03e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20120523_1_bwt015e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20120523_1_bwt015e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20120523_1_bwt015e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20130424_1_bwt05e5hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20130424_1_bwt05e5hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20130424_1_bwt05e5hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20130612_1_bwt03e4hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20130612_1_bwt03e4hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20130612_1_bwt03e4hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20140428_1_bwt0375e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20140428_1_bwt0375e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_beaufo_20140428_1_bwt0375e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000522_2_bwt0535e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000522_2_bwt0535e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000522_2_bwt0535e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000727_1_bwt0225e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000727_1_bwt0225e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000727_1_bwt0225e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000727_2_bwt02e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000727_2_bwt02e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000727_2_bwt02e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000815_1_bwt015e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000815_1_bwt015e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000815_1_bwt015e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000815_2_bwt01e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000815_2_bwt01e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000815_2_bwt01e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000829_1_bwt065e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000829_1_bwt065e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000829_1_bwt065e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000902_2_bwt03e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000902_2_bwt03e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20000902_2_bwt03e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20020521_1_bwt06e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20020521_1_bwt06e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20020521_1_bwt06e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20070723_2_bwt02e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20070723_2_bwt02e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20070723_2_bwt02e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20110429_1_bwt035e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20110429_1_bwt035e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20110429_1_bwt035e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130506_1_bwt03e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130506_1_bwt03e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130506_1_bwt03e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_1_bwt035e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_1_bwt035e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_1_bwt035e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_2_bwt039e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_2_bwt039e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_2_bwt039e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_3_bwt0325e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_3_bwt0325e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130520_3_bwt0325e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130626_1_bwt045e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130626_1_bwt045e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20130626_1_bwt045e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20140521_1m_bwt0225e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20140521_1m_bwt0225e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_cacana_20140521_1m_bwt0225e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20060612_1_bwt045e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20060612_1_bwt045e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20060612_1_bwt045e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20080612_1_bwt03e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20080612_1_bwt03e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20080612_1_bwt03e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20120705_1_bwt03e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20120705_1_bwt03e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20120705_1_bwt03e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130427_1_bwt05e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130427_1_bwt05e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130427_1_bwt05e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130509_1_bwt03e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130509_1_bwt03e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130509_1_bwt03e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130531_2_bwt05e4hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130531_2_bwt05e4hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130531_2_bwt05e4hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130610_1_bwt035e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130610_1_bwt035e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130610_1_bwt035e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130610_2_bwt04e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130610_2_bwt04e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130610_2_bwt04e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130627_1_bwt03e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130627_1_bwt03e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20130627_1_bwt03e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20140417_1m_bwt036e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20140417_1m_bwt036e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_chukchi_20140417_1m_bwt036e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a533357wb10_20140617_m_bwt06e12hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a533357wb10_20140617_m_bwt06e12hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a533357wb10_20140617_m_bwt06e12hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140424_m_bwt055e6hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140424_m_bwt055e6hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140424_m_bwt055e6hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140430_m_bwt06e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140430_m_bwt06e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140430_m_bwt06e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140811_m_bwt05e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140811_m_bwt05e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140811_m_bwt05e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140814_m_bwt05e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140814_m_bwt05e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz01a628560aws01_20140814_m_bwt05e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a533365wb11_20140527_m_bwt08e5hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a533365wb11_20140527_m_bwt08e5hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a533365wb11_20140527_m_bwt08e5hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a533365wb11_20140530_m_bwt08e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a533365wb11_20140530_m_bwt08e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a533365wb11_20140530_m_bwt08e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a620250aws02_20140424_m_bwt06e5hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a620250aws02_20140424_m_bwt06e5hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a620250aws02_20140424_m_bwt06e5hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a620250aws02_20140430_m_bwt06e4hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a620250aws02_20140430_m_bwt06e4hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz02a620250aws02_20140430_m_bwt06e4hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a533266wb02_20140619_m_bwt072e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a533266wb02_20140619_m_bwt072e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a533266wb02_20140619_m_bwt072e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a827060aws03_20140424_m_bwt0525e9hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a827060aws03_20140424_m_bwt0525e9hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a827060aws03_20140424_m_bwt0525e9hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a827060aws03_20140430_m_bwt063e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a827060aws03_20140430_m_bwt063e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz03a827060aws03_20140430_m_bwt063e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz04a533340wb09_20140711_m_bwt065e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz04a533340wb09_20140711_m_bwt065e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz04a533340wb09_20140711_m_bwt065e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz04a533340wb09_20140731_m_bwt055e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz04a533340wb09_20140731_m_bwt055e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz04a533340wb09_20140731_m_bwt055e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz05a498015wb34_20140926_m_bwt07e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz05a498015wb34_20140926_m_bwt07e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_miz05a498015wb34_20140926_m_bwt07e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_MIZ05a823050AWS05_20140920_m_bwt06e4hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_MIZ05a823050AWS05_20140920_m_bwt06e4hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_MIZ05a823050AWS05_20140920_m_bwt06e4hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth09_20140408_bwt045e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth09_20140408_bwt045e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth09_20140408_bwt045e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt01_bwt05e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt01_bwt05e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt01_bwt05e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt02_bwt05e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt02_bwt05e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt02_bwt05e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt07_bwt065e4hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt07_bwt065e4hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt07_bwt065e4hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt08_bwt07e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt08_bwt07e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt08_bwt07e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt10_bwt0625e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt10_bwt0625e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinnorth_20130422_pt10_bwt0625e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130419_pt02_bwt04e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130419_pt02_bwt04e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130419_pt02_bwt04e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130419_pt03_bwt045e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130419_pt03_bwt045e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130419_pt03_bwt045e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130420_pt09_bwt0525e4hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130420_pt09_bwt0525e4hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130420_pt09_bwt0525e4hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130420_pt10_bwt0525e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130420_pt10_bwt0525e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sicanbasinsouth_20130420_pt10_bwt0525e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20130621_bwt0525e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20130621_bwt0525e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20130621_bwt0525e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20130714_m_bwt03e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20130714_m_bwt03e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20130714_m_bwt03e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20140502_m_bwt0675e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20140502_m_bwt0675e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr71n_20140502_m_bwt0675e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr73n_20130612_m_bwt055e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr73n_20130612_m_bwt055e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr73n_20130612_m_bwt055e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr73n_20140428_m_bwt08e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr73n_20140428_m_bwt08e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr73n_20140428_m_bwt08e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr75n_20140617_m_bwt0775e5hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr75n_20140617_m_bwt0775e5hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr75n_20140617_m_bwt0775e5hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr76n_20140530_m_bwt085e3hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr76n_20140530_m_bwt085e3hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr76n_20140530_m_bwt085e3hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr79n_20140425_m_bwt07e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr79n_20140425_m_bwt07e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr79n_20140425_m_bwt07e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr79n_20140621_m_bwt075e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr79n_20140621_m_bwt075e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr79n_20140621_m_bwt075e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr80n_20140613_m_bwt085e2hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr80n_20140613_m_bwt085e2hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr80n_20140613_m_bwt085e2hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr80n_20140620_m_bwt085e1hs_areas_sqm.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr80n_20140620_m_bwt085e1hs_labeled.mat", "encodingFormat": "mat", "@type": "DataDownload" }, { "contentUrl": "https://zenodo.org/api/files/dbe2a0f7-3464-4c0a-8313-4947943d78f2/sifloeseg_sizr80n_20140620_m_bwt085e1hs_labeled_rgb.png", "encodingFormat": "png", "@type": "DataDownload" } ], "identifier": "https://doi.org/10.5281/zenodo.6341621", "@id": "https://doi.org/10.5281/zenodo.6341621", "@type": "Dataset", "name": "Sea-Ice Floe Segmentation Products Derived from MEDEA Imagery for 1999 through 2014 in the Canada Basin" }
All versions | This version | |
---|---|---|
Views | 179 | 179 |
Downloads | 924 | 924 |
Data volume | 63.4 GB | 63.4 GB |
Unique views | 125 | 125 |
Unique downloads | 61 | 61 |