Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

127

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

127 results for “Snow depth”

Learn how ShareScore rates datasets ↗
zenodo44/100

Satellite-derived monthly Arctic winter sea ice thickness, snow depth, freeboards, ice draft, and bulk ice density (2011-2022) and validation datasets

<h1><strong>[Description]</strong></h1> <p>This dataset is curated for a manuscript published in Earth and Space Science by Hoyeon Shi and his colleagues in April 2024.&nbsp;</p> <blockquote> <p>Shi, H., Tonboe, R., Lee, M., Dybkj&aelig;r, G., Sohn, J., Singha, S., &amp; Baordo, F. (2024). A Simple and Robust CryoSat-2 Radar Freeboard Correction Method Dedicated to TFMRA50 for the Arctic Winter Snow Depth and Sea Ice Thickness Retrieval. <em>Earth and Space Science</em>, <em>11</em>(10), e2024EA003715. https://doi.org/10.1029/2024EA003715</p> </blockquote> <p>Here, version 2 is uploaded, corresponding to the revised manuscript during the revision. The main changes compared to version 1 are:<br>&nbsp; &nbsp; 1) Update of the CryoSat-2 radar freeboard dataset (from v2p4 to v2p6)<br>&nbsp; &nbsp; 2) Update of the coefficients for the radar freeboard correction equations<br>&nbsp; &nbsp; 3) Extension of the retrieval period for the CS2IS2 method (April is now included)<br>&nbsp; &nbsp; 4) Removal of OIB data points used for the regression from the validation datasets<br>&nbsp; &nbsp; 5) Inclusion of the Fram Strait mooring dataset in the validation dataset</p> <p>It consists of three directories, each described below.</p> <h2><strong>01_retrieval_results</strong></h2> <p>This directory includes CryoSat-2-based monthly fields of Arctic sea ice thickness, snow depth, total freeboard, ice freeboards, ice draft, and bulk sea ice density for the winter months of the 2011-2022 period (January-March for alpha method and January-April for CS2IS2 method). Those variables are obtained using six combinations of two retrieval methods and three radar freeboard correction methods.</p> <p><em>Retrieval methods</em></p> <ul> <li>alpha method: A simultaneous retrieval method based on Shi et al. (2020) and Shi et al. (2023), combining CryoSat-2, AVHRR, and AMSR data</li> <li>CS2IS2 method: A simultaneous retrieval method based on Kwok and Marcus (2018) and Kwok et al. (2020), combining CryoSat-2 and ICESat-2 data</li> </ul> <p><em>Radar freeboard correction methods</em></p> <ul> <li>Wave speed correction method: Mallet et al. (2020)</li> <li>Empirical correction method: An empirical correction derived from the CS2_OIB_matchup data, using snow depth as a predictor</li> <li>Bias correction method: An empirical correction derived from the CS2_OIB_matchup data, doing bias correction</li> </ul> <p>The datasets used for generating this dataset are as follows:</p> <ul> <li>CryoSat-2&nbsp;<br>- AWI CryoSat-2 sea ice thickness v2p6 (doi: <a href="https://doi.org/10.5281/zenodo.10044554" target="_blank" rel="noopener">10.5281/zenodo.10044554</a>)</li> <li>ICESat-2<br>- NSIDC ATL20 dataset (doi: <a href="https://doi.org/10.5067/ATLAS/ATL20.004" target="_blank" rel="noopener">10.5067/ATLAS/ATL20.004</a>)</li> <li>AVHRR<br>- Copernicus Marine Service's surface temperature datasets (doi: <a href="https://doi.org/10.48670/MOI-00130" target="_blank" rel="noopener">10.48670/MOI-00130</a>, doi: <a href="https://doi.org/10.48670/MOI-00123" target="_blank" rel="noopener">10.48670/MOI-00123</a>)</li> <li>AMSR<br>- JAXA AMSR-E 6.9 GHz brightness temperature (doi: <a href="https://doi.org/10.57746/EO.01gs73ayng11rpwk7n54aynyj1" target="_blank" rel="noopener">10.57746/EO.01gs73ayng11rpwk7n54aynyj1</a>)<br>- JAXA AMSR2 6.9 GHz brightness temperature (doi: <a href="https://doi.org/10.57746/EO.01gs73b1nzeh3g66jr4p04mr0j" target="_blank" rel="noopener">10.57746/EO.01gs73b1nzeh3g66jr4p04mr0j</a>)</li> <li>Auxiliary data<br>- Sea ice concentration: OSI SAF (doi: <a href="https://doi.org/10.15770/EUM_SAF_OSI_0013" target="_blank" rel="noopener">10.15770/EUM_SAF_OSI_0013</a>, doi: <a href="https://doi.org/10.15770/EUM_SAF_OSI_0014" target="_blank" rel="noopener">10.15770/EUM_SAF_OSI_0014</a>)<br>- Sea ice type: OSI SAF (doi: <a href="https://doi.org/10.15770/EUM_SAF_OSI_NRT_2006" target="_blank" rel="noopener">10.15770/EUM_SAF_OSI_NRT_2006</a>)</li> </ul> <p>The naming convention is 'RetrievalMethod_CorrectionMethod_yyyymm.bin'. The 'RetrievalMethod' is either 'alpha' or 'CS2IS2', and the 'CorrectionMethod' is either 'WaveSpeed,' 'Empirical,' or 'BiasCorrection.' The data format is a 32-bit floating point array in the shape of 6 x 448 x 304 (25 km polar stereographic grid). The first dimension indicates the variables (in the order of snow depth (0), sea ice thickness (1), ice freeboard (2), total freeboard (3), sea ice draft (4), and bulk sea ice density (5)). For example, to read the sea ice thickness of January 2020 based on the alpha method with an empirical correction, you may write this Python command:</p> <p><code>import numpy as np</code><br><code>data = np.fromfile('alpha_Empirical_202001.bin', dtype=np.float32).reshape(6,448,304)</code><br><code>hi = data[1,:,:]</code></p> <p>The unit of thickness-related variable is cm, and the unit of density is kg/m3. The 25 km polar stereographic grid information is available on the NSIDC website (doi: <a href="https://doi.org/10.5067/N6INPBT8Y104" target="_blank" rel="noopener">10.5067/N6INPBT8Y104</a>).</p> <h2><strong>02_valdiation data&nbsp;</strong></h2> <p>This directory includes reference data used for quality assessment of retrievals.&nbsp;There are three sub-directories:</p> <p>'Mooring_draft_psn25_monthly' includes sea ice draft measurements from the moorings in the Beaufort Sea (https://www2.whoi.edu/site/beaufortgyre/data/mooring-data/), Fram Strait (doi: <a href="https://doi.org/10.21334/npolar.2022.b94cb848" target="_blank" rel="noopener">10.21334/npolar.2022.b94cb848</a>), and the Laptev Sea (doi: <a href="https://doi.org/10.1594/PANGAEA.912927" target="_blank" rel="noopener">10.1594/PANGAEA.912927</a>, doi: <a href="https://doi.org/10.1594/PANGAEA.899275" target="_blank" rel="noopener">10.1594/PANGAEA.899275</a>).</p> <p>'OIB_SD_psn25_monthly' and 'OIB_TFB_psn25_monthly' include airborne snow depth and total freeboard measurements from NASA's Operation IceBridge campaign (doi: <a href="https://doi.org/10.5067/G519SHCKWQV6" target="_blank" rel="noopener">10.5067/G519SHCKWQV6</a>, doi: <a href="https://doi.org/10.5067/GRIXZ91DE0L9" target="_blank" rel="noopener">10.5067/GRIXZ91DE0L9</a>).</p> <p>Original data were processed to become monthly gridded data to make a comparison with satellite retrievals. The OIB data points used for the regression were excluded when processing the monthly gridded data. The naming convention of each file is 'Var_yyyymm.bin,' where 'Var' is the variable name (SD: snow depth, TFB: total freeboard, Di: ice draft). For example, you can use the following code to read the OIB snow depth in March 2014.</p> <p><code>import numpy as np</code><br><code>hs = np.fromfile('SD_201403.bin', dtype=np.float32).reshape(448,304)</code></p> <h2><strong>03_CS2_OIB_matchup</strong></h2> <p>This directory includes a match-up of AWI's CryoSat-2 L2P track data and OIB track data. The matching was done by resampling two high-resolution data on a coarser-resolution common grid (25 km polar stereographic grid) using a drop-in-a-bucket resampling method. The file format is CSV, and it is straightforward to understand when it is opened.</p> <h1><strong>[Abbreviations]</strong></h1> <p>AMSR: Advanced Microwave Scanning Radiometer<br>AVHRR: Advanced Very High Resolution Radiometer<br>AWI: Alfred Wegener Institute<br>CS2: CryoSat-2<br>JAXA: Japan Aerospace Exploration Agency<br>NASA: National Aeronautics and Space Administration<br>NSIDC: National Snow and Ice Data Center<br>OIB: Operation IceBridge<br>OSI SAF: Ocean and Sea Ice Satellite Application Facility</p> <p>&nbsp;</p>

opencc-by-4.0Apr 2024View details →
zenodo44/100

Manual in-situ measurements of snow depth and snow water equivalent at the Polish Polar Station Hornsund - winter seasons 2021/2022and 2022/2023

<p>The dataset presents manual measurements of snow depth and snow water equivalent collected at the Polish Polar Station Hornsund in Svalbard during the winter seasons of 2021/2022 and 2022/2023.</p> <p>Snow depth measurements have been conducted at the same location by the Station's overwintering personnel since August 1982. Snow depth is calculated from a mean of three snow stakes to avoid the effects of the drifting snow. Measurements are taken manualy, on a daily basis.&nbsp;</p> <p>Snow water equivalent measurements have also been carried out at the same points by the Station's overwintering crew since October 1982. These measurements are performed every five days using a VS-43 snow tube. However, measurements are not taken when the snow depth is less than 5 cm.</p>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Dataset for the publication "Superconducting gravimeter observations show that satellite-derived snow depth image improves the simulation of the snow water equivalent evolution in a high alpine site"

<p>This datasset contains data to reproduce the following figures of the paper&nbsp;<em>Superconducting gravimeter observations show that satellite-derived snow depth image improves the simulation of the snow water equivalent evolution in a high alpine site</em>:</p> <ul> <li> <p>Time series data of Figures 1c and 2</p> </li> <li> <p>Data (*.asc) used for plotting Figures 1d and 1e (as well as Figure S3 and S4)</p> </li> <li>Pl&eacute;iades snow depth map (Figure S1)</li> <li> <p>Data used for plotting Figure S2</p> </li> </ul> <p>&nbsp;</p>

opencc-by-4.0Aug 2024View details →
zenodo44/100

University of Tromso Arctic Ocean freeboard and snow depth product from CryoSat-2, AltiKa and ICESat-2

<p>Dual-frequency snow depth estimates for the Arctic Ocean in Oct-Apr 2018-2023 derived from gridded 25-km resolution CryoSat-2 and SARAL AltiKa radar freeboards and ICESat-2 laser freeboards. Waveform modelling approach applied to radar altimeters, ICESat-2 laser altimetry freeboards from ATL20 r004. See acompanying publication in The Cryosphere for further details.</p>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Snow cover in the European Alps: Station observations of snow depth and depth of snowfall

<p>Auxiliary files, code, and data for paper published in The Cryosphere:</p> <p>Observed snow depth trends in the European Alps 1971 to 2019</p> <p>&nbsp;<a href="https://doi.org/10.5194/tc-15-1343-2021">https://doi.org/10.5194/tc-15-1343-2021</a></p> <p>&nbsp;</p> <p><strong>Auxiliary files:</strong></p> <ul> <li>aux_paper.zip: Auxiliary figures to the paper (time series showing the consistency of averaging monthly mean snow depth of stations within 500 m elevation bins; times of seasonal snow depth and snow cover duration indices).</li> <li>aux_paper_crocus_comparison.zip: Time series comparing spatial statistical gap filling from paper to gap filling using snow depth assimilation into Crocus snow model (only for subset of stations in the French Alps)</li> <li>aux_paper_monthly_time_series.zip: Plots of monthly time series of snow depth, for each station.</li> <li>aux_paper_spatial_consistency.zip: Aggregate results from spatial consistency (statistical simulation using neighboring stations), and time series of observed versus simulated monthly snow depths.</li> </ul> <p>&nbsp;</p> <p><strong>Code </strong>(working copy, not cleaned, all written in R statistical software): code.zip</p> <ul> <li>to read in the different data sources</li> <li>to do quality checks and data processing</li> <li>to perform statistical analyses as in paper</li> <li>to produce figures and tables as in paper</li> </ul> <p>&nbsp;</p> <p><strong>Data</strong>:</p> <ul> <li>&gt; 2000 stations from Austria, Germany, France, Italy, Switzerland, and Slovenia</li> <li>Daily stations snow depth and depth of snowfall, as .zips, grouped by data provider. Information on column content is provided in &quot;data_daily_00_column_names_content.txt&quot;.</li> <li>Monthly stations mean snow depth, sum of depth of snowfall, maximum snow depth, days with snow cover (1-100cm thresholds), as .zips, grouped by data provider. Information on column content is provided in &quot;data_monthly_00_column_names_content.txt&quot;.</li> <li>Meta data (name, latitude, longitude, elevation) in &quot;meta_all.csv&quot;, along with an interactive map &quot;meta_interactive_map.html&quot;, and column information in &quot;meta_00_column_names_content.txt&quot;.</li> <li>If you <strong>use the data you agree to adhere to the respective data provider&#39;s terms</strong> as listed in &quot;00_DATA_LICENSE_AND_TERMS.PDF&quot;</li> <li>The license terms especially (and additionally to any other terms of the single data providers) include: <strong>Attribution</strong> &mdash; You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. [from <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>]&nbsp;</li> </ul> <p>&nbsp;</p> <p>&nbsp;</p> <p><strong>Version history:</strong></p> <p>v1.3: added maxHS and SCD (with various 1-100cm thresholds) to monthly data</p> <p>v1.2: uploaded data</p> <p>v1.1: changes to aux-paper.zip and code.zip as consequence from submitting a revised manuscript</p> <p>v1.0: initial upload</p>

opencc-by-4.0Oct 2020View details →
zenodo44/100

NH-SWE: Northern Hemisphere Snow Water Equivalent dataset based on in-situ snow depth time series and the regionalisation of the ΔSNOW model

<p>Time series of daily Snow Water Equivalent (SWE) and Snow Density over the Northern Hemisphere, based on in-situ station observations of snow depth converted to SWE using the &Delta;SNOW model (Winkler et al., 2021) and regionalised parameters.&nbsp;</p> <p>An extensive description of the dataset and the method to generate it&nbsp;can be found in the&nbsp;data descriptor manuscript published in the journal Earth System Science Data:&nbsp;<a href="https://essd.copernicus.org/preprints/essd-2023-31/">https://essd.copernicus.org/articles/15/2577/2023/essd-15-2577-2023</a>&nbsp;</p> <p><strong>Dataset:</strong>&nbsp;A total of 11,0071 time series of modelled SWE and estimated snow density at the point scale, spanning 1950-2022, at daily resolution.<em> "NH-SWE_dataset_MAP.png"</em> shows a Northern Hemisphere map with the location of all stations in the NH-SWE dataset and their elevation in meters.&nbsp;</p> <p><strong>Files:&nbsp;</strong>The dataset is provided in two different formats:</p> <ol> <li>Individual <em>.csv</em> files for each station in the NH-SWE dataset at&nbsp;<em>"NH_SWE_dataset_vector_files.zip"</em></li> <li>Full-dataset <em>.csv&nbsp;</em>matrices with dates as rows and NH-SWE stations as&nbsp;columns&nbsp;at&nbsp;<em>"NH_SWE_dataset_matrix_files.zip"</em></li> </ol> <p><strong>Metadata:<em> </em></strong><em>"NH_SWE_METADATA.csv"</em>&nbsp;Includes information on NH-SWE stations location (ID, country, station name,&nbsp;coordinates, elevation), data source, length of time&nbsp;series, model parameters and the climate variables used to estimate them, and average snow climatology such as average maximum snow depth, average peak SWE and average maximum snow cover duration. More details and units in the <em>"README_fileformats.txt"</em> file.&nbsp;</p> <p><strong>&Delta;SNOW model parameter regionalisation:&nbsp;</strong>The code to obtain the &Delta;SNOW model parameters based on climate variables for all the stations in the NH-SWE dataset is shared in<em><strong> </strong>"DeltaSNOW_parameter_regionalisation.zip"</em>. The method is extensively described in the data descriptor manuscript by Fontrodona-Bach et al., (2023) submitted to Earth System Science Data. More details in the <em>"README_regionalisation.txt"</em> file.&nbsp;</p> <p><strong>Data use:&nbsp;</strong>Free, provided adequate citation of both the data descriptor manuscript and the zenodo record. See <em>"README_datausage.txt"</em></p> <p><strong>Version history:</strong><br>v1: Initial upload. The&nbsp;&Delta;SNOW model regionalisation was missing.<br>v2: Manuscript submission version. Updated dataset and includes the&nbsp;&Delta;SNOW model regionalisation code.</p> <p><strong>Reported errors:</strong><br>The dataset accidentally contains one station from the Southern Hemisphere (NH-SWE ID 500001), located in Antarctica (Country code AY).&nbsp;<br>The longitude of a few stations exceeds +180 decimal degrees. To obtain the correct value within the [-180,180] decimal degree longitude bounds, the value exceeding +180 needs to be added to -180 degrees (e.g. +181.0 degrees is actually -179.0 degrees).<br>Swedish stations have two different country codes, SE for the ECA&amp;D stations, and SW for the GHCNd stations.&nbsp;<br>Japan country code is "JA" in the metadata, although the official country code should be JP.&nbsp;</p>

opencc-by-4.0Dec 2022View details →
edi44/100

Air Temperature, Soil Temperature, Precipitation, Snow Depth at Long Term Tree Growth Sites; 1968-Present : Weekly

Part of the Long Term Tree Growth study. This dataset is an accumulation of various manual measurements made on a weekly to monthly basis. It originally included snow stakes, rain buckets, max/min thermometers and a series of soil temperature sensors. Over the years equipment has changed. The soil temperature sensors exceeded their field life during the 1990's and were dropped from the study. In 2001 logging air temperature and relative humidity sensors were installed and those measurements were discontinued. In 2002 logging rain gauges were installed to replace the manual buckets. Both styles were during that growing season and the manual buckets were removed before the 2003 field season. All that remains active in this dataset are the snow stake measurements.

openOpenMar 2007View details →
edi44/100

Hubbard Brook Experimental Forest: Soil Freezing Study (SFS) In Situ Measurements of Snow and Soil Frost Depth

Climate models for the northeastern United States (U.S.) over the next century predict an increase in air temperature between 2.8 and 4.3 °C and a decrease in the average number of days per year when a snowpack will cover the forest floor (Hayhoe et al. 2007, 2008; Campbell et al. 2010). Studies of forest dynamics in seasonally snow-covered ecosystems have been primarily conducted during the growing season, when most biological activity occurs. However, in recent years considerable progress has been made in our understanding of how winter climate change influences dynamics in these forests. The snowpack insulates soil from below-freezing air temperatures, which facilitates a significant amount of microbial activity. However, a smaller snowpack and increased depth and duration of soil frost amplify losses of dissolved organic C and NO3- in leachate, as well as N2O released into the atmosphere. The increase in nutrient loss following increased soil frost cannot be explained by changes in microbial activity alone. More likely, it is caused by a decrease in plant nutrient uptake following increases in soil frost. We conducted a snow-removal experiment at Hubbard Brook Experimental Forest to determine the effects of a smaller winter snowpack and greater depth and duration of soil frost on trees, soil microbes, and arthropods. A number of publications have been based on these data: Comerford et al. 2013, Reinmann et al. 2019, Templer 2012, and Templer et al. 2012. These data were gathered as part of the Hubbard Brook Ecosystem Study (HBES). The HBES is a collaborative effort at the Hubbard Brook Experimental Forest, which is operated and maintained by the USDA Forest Service, Northern Research Station. Campbell JL, Ollinger SV, Flerchinger GN, Wicklein H, Hayhoe K, Bailey AS. Past and projected future changes in snowpack and soil frost at the Hubbard Brook Experimental Forest, New Hampshire, USA. Hydrological Processes. 2010; 24:2465–2480. Comerford DP, PG Schaberg, PH Te

openCC (other)Oct 2021View details →
edi44/100

Climate Change Across Seasons Experiment (CCASE) at the Hubbard Brook Experimental Forest: Soil Temperature, Soil Frost, and Snow Depth Data in support of "Declining Winter Snowpack Offsets Carbon Storage Enhancement from Growing Season Warming in Northern Temperate Forest Ecosystems", Conrad-Rooney et al. PNAS 2025

Data associated with the publication: Conrad-Rooney E, AB Reinmann, PH Templer. Declining Winter Snowpack Offsets Carbon Storage Enhancement from Growing Season Warming in Northern Temperate Forest Ecosystems. Proceedings of the National Academy of Sciences, 2025. This dataset includes soil temperature (winter 2021-2022) and snow depth and frost depth (winter 2022-2023) at the Climate Change Across Seasons Experiment. These data were gathered as part of the Hubbard Brook Ecosystem Study (HBES). The HBES is a collaborative effort at the Hubbard Brook Experimental Forest, which is operated and maintained by the USDA Forest Service, Northern Research Station.

openCC (other)Jun 2025View details →
edi44/100

Glacier snow depth measurements, McMurdo Dry Valleys, Antarctica (1993-2023, ongoing)

As part of the Long Term Ecological Research (LTER) project in the McMurdo Dry Valleys of Antarctica, a systematic sampling program has been undertaken to monitor glacial mass balance and meltwater flow. This data package includes snow depth measurements to the surface of six glaciers (Canada, Commonwealth, Hughes, Suess, Howard, and Taylor) in Taylor Valley and one glacier (Adams) in Miers Valley, all of which are located in the McMurdo Dry Valleys of Antarctica. Most measurements began during the 93-94 field season. Adams measurements were established during the 14-15 field season. Measurements are ongoing except at Hughes and Suess Glaciers where monitoring ceased following the 08-09 field season. Monitoring the changes in these measurements over time provides a record of mass balance, and aids in determining the role of glaciers in the polar hydrologic cycle.

openCC (other)Mar 2025View details →
edi44/100

Lake snow removal experiment snow, ice, and Secchi depth, 2019-2021

Although it is a historically understudied season, winter is now recognized as a time of biological activity and relevant to the annual cycle of north-temperate lakes. Emerging research points to a future of reduced ice cover duration and changing snow conditions that will impact aquatic ecosystems. The aim of the study was to explore how altered snow and ice conditions, and subsequent changes to under-ice light environment, might impact ecosystem dynamics in a north, temperate bog lake in northern Wisconsin, USA. This dataset resulted from a snow removal experiment that spanned the periods of ice cover on South Sparkling Bog during the winters of 2019, 2020, and 2021. During the winters 2020 and 2021, snow was removed from the surface of South Sparkling Bog using an ARGO ATV with a snow plow attached. The 2019 season served as a reference year, and snow was not removed from the lake. This dataset represents the snow depths, black and white ice thickness, and Secchi depths during the period of ice cover each winter.

openCC0Sep 2022View details →
edi44/100

Snow depth sensor measurement data for Alpine site, 2010 - 2015

Effects of infrared heaters on snow accumulation, snowmelt, and snow–atmosphere energy exchange were examined at Niwot Ridge, Colorado (CO). These .zip data files contains hourly snow depth measurements collected using Judd snow depth sensors for water year 2010-2015 (1 October 2009 – 30 September 2015) at the Alpine site, located just southwest of the Tundra Lab in the Niwot Ridge Long-Term Ecological Research (NWTLTER) project area. The file contains both level 0 and level 1 (see details in “Process Description” below) hourly snow depth data measured in centimeters, and an accompanying metadata file.

openCC (other)Oct 2019View details →
edi44/100

Snow depth sensor measurement data for Lower Sub Alpine site, 2010 - 2015

Effects of infrared heaters on snow accumulation, snowmelt, and snow–atmosphere energy exchange were examined at Niwot Ridge, Colorado (CO). These .zip data files contains hourly snow depth measurements collected using Judd snow depth sensors for water year 2010-2015 (1 October 2009 – 30 September 2015) at the Lower Sub Alpine site, located southeast of the Tundra Lab, below treeline in the Niwot Ridge Long-Term Ecological Research (NWTLTER) project area. The file contains both level 0 and level 1 (see details in “Process Description” below) hourly snow depth data measured in centimeters, and an accompanying metadata file.

openCC (other)Oct 2019View details →
edi44/100

Snow depth data for saddle grid, 1982 - 1990.

The depth of snow was measured at 88 points on the Saddle grid. Depths were measured form fixed extendable poles on the western or accumulation portion of the 350 x 500 m grid, while depths were measured by probing on the eastern portion. Measurements during winter months varied from every 2 weeks to about monthly depending on weather conditions. Measurements during the summer were approximately weekly until all snow disappeared or snow accumulation began for the next winter. Meltout date can be determined from the last date snow was present at a grid point. The area of the study was 19.7 ha.

openCC (other)Dec 2018View details →
zenodo40/100

Terrestrial Laser Scanner observations of snow depth distribution at Col du Lautaret and Col du Lac Blanc mountain sites

<p>This dataset contains snow depth distribution observations obtained in two high mountain experimental sites, Col du Lac Blanc and Col du Lautaret, both located in French Alps. The snow depth distribution maps were generated using a Terrestrial Laser Scanner (TLS) for 10 acquisition dates. Observations obtained in Col du Lac Blanc were acquired in the 2014-15 snow season while Col du Lautaret observations were acquired in 2017-18 snow season. The snow depth maps have a grid cell size of 1x1m. The two study sites have extensions comprised between 17 and 31 ha with elevations ranging from 2000-2100 m a.s.l. (Col du Lautaret)and 2600-2800 m a.s.l. (Col du Lac Blanc)and show a patchy distribution of bare soil and alpine grass. The dataset allows a better understanding of snow related processes in mountain areas.</p>

opencc-by-4.0Jan 2020View details →
zenodo40/100

Snow depth and land surface cover in Tuolumne basin (California) from Pléiades images

<p>This dataset contains products calculated from Pl&eacute;iades images.</p> <p>Details about the products are available in https://doi.org/10.5194/tc-2020-15.</p> <p>These products were used in Figure 4.</p> <p>- pleiades_elevation_difference_raw_winter_minus_summer.tif&nbsp; : raw difference of digital elevation models (DEMs) calculated from Pl&eacute;iades stereo images.</p> <p>- pleiades_snow_depth_winter.tif : difference of DEMs on snow terrain only (where pleiades_land_surface_cover_winter.tif==1 with morphological erosion)</p> <p>- pleiades_land_surface_cover_winter.tif : land cover surface in the winter images (1= snow, 2=forest, 3= stable terrain, 4=water)</p> <p>- pleiades_land_surface_cover_summer.tif : land cover surface in the summer images (1= snow, 2=forest, 3= stable terrain, 4=water) &nbsp;</p> <p>- elevation_difference_style.qml :&nbsp; qgis style used for elevation difference and snow depth.</p> <p>-&nbsp; land_surface_cover_style.qml :&nbsp; qgis style used for land cover surface.</p> <p>&nbsp;</p>

opencc-by-4.0Sep 2020View details →
zenodo40/100

Sentinel-1 Derived Snow Depths and SnowEx Lidar Netcdfs

<p>These are netcdfs of S1 raw data, intermediate products, derived snow depths, ancillary data (IMS snow coverage, tree percentage) and lidar snow depths used in an analysis of the Lievens et al. (2021) algorithm.</p> <p>&nbsp;</p> <p>9 sites - Banner 2020, Banner 2021, Cameron 2021, Dry Creek 2020, Fraser 2020, Fraser 2021, Little Cottonwood Canyon 2021, Mores 2020, Mores 2021</p> <p>&nbsp;</p> <p>Data Variables:</p> <p>s1 - sentinel 1 backscatter data. contains 3 bands - VV, VH, and incidence angle</p> <p>ims - IMS snow coverage data (4 = snow covered, 2 = None) []</p> <p>fcf - Forest coverage fraction [%]</p> <p>deltaCR - change in the S1 cross ratio through time [dB]</p> <p>deltaVV - change in S1 VV backscatter through time [dB]</p> <p>deltaGamma - change in combined gamma variable [dB]</p> <p>snow_index - snow index in dB that is converted to derived snow depth by C parameter [dB]</p> <p>snow_depth - derived snow depth from S1 [m]</p> <p>wet_flag - flagged for snow with -2dB of change in CR. 1 = wet, 0 = dry</p> <p>alt_wet_flag - snow flagged by negative snow_index. 1 = wet 0 = dry</p> <p>freeze_flag - snow flagged as refreezing by increase of 1 dB in CR</p> <p>wet_snow - combined wet flag, alt wet flag, freeze flag, and previous time step's wet snow to get current wet snow flags</p> <p>perma_wet - snow that is flagged as wet more than 50% of last four acquisitions after Feb 1</p> <p>lidar-sd - Lidar derived snow depths [m]</p> <p>lidar-vh - lidar derived vegetation heights [m]</p> <p>lidar-dem - lidar derived snow free dems [m]</p> <p>aspect - aspect in degrees from lidar-dem [&deg;]</p> <p>easting - degrees of easting from aspect[&deg;]</p> <p>north - degrees of northing from aspect[&deg;]</p> <p>confidence - unused metric of confidence</p>

opencc-by-4.0Apr 2024View details →
zenodo40/100

Glaciological data (point mass balance, SWE, snow depth, bulk snow density, modelled runoff) from Werenskioldbreen (Svabard) 2009-2020

<p>This repository contains supporting data associated to the manuscript to&nbsp;<em>Earth System Science Data:&nbsp;</em></p> <p><strong>Ignatiuk D., Błaszczyk M., Budzik T., Grabiec M., Jania J., Kondracka M., Laska M., Małarzewski Ł., Stachnik Ł. A decade of glaciological and meteorological observations in the High Arctic (Werenskioldbreen, Svalbard)</strong></p> <p>In 2009-2020, 9 ablation stakes were installed on the Werenskioldbreen.<strong> </strong>Based on the data collected, the following glaciological variables are available for Werenskioldbreen: annual and seasonal point ablation and accumulation, snow cover depth, bulk snow density and SWE (snow water equivalent) at the measuring points and modelled total runoff from the surface ablation.&nbsp;</p>

opencc-by-4.0Dec 2021View details →
zenodo40/100

GPR snow depth survey over Svalbard Glaciers

<p>Dataset contains results of GPR surveys of snowpack performed &nbsp;on five glaciers in Svalbard (Slakbreen, Longyearbreen, Maritbreen, Philipbreen and&nbsp;&nbsp;Holtedahlfonna&nbsp;). Surveys were performed in March - April 2008, with 800 MHz antenna (Mala ProEx system).</p> <p>Fieldwork was funded by the Svalbard Integrated Arctic Earth Observing System&nbsp;Access project &quot;Snow Observations in Svalabr (SOS)&quot;.</p> <p>Dataset consists of following unprocessed files:</p> <p>*.RAD - survey system and antenna control file</p> <p>*.COR - trace number, date, time and poistion</p> <p>*.MRK - reference markers</p> <p>*.RD3 - radarogram (clsed MALA ProEx format)</p>

opencc-by-4.0Jul 2022View details →
zenodo40/100

UAV observations of the NDVI, snow depth and melt out date, retreived ar the Izas Experimental Catchment in 2020 and 2021

<p>This dataset includes very high spatial resolution observations at 1 m spatial resolution observations of the snow depth, the NDVI and the melt-out date (DOY of year) acquired with an Unmanned Aerial Vehicle at a sub-alpine site in the Pyrenees, the Izas Experimental Catchment. During two snow seasons (2019-2020 and 2020-2021), 14 NDVI and 17 snow depth distributions were acquired over 48ha. From the snow depth observations the melt-out dates have been derived. Also information on the main topographic variables (elevation, aspect and slope) is included, with same spatial resolution, in this dataset.</p>

opencc-by-4.0Aug 2022View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record