Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2025
License: CC BY
Data sources: ZENODO
ZENODO
Dataset . 2025
License: CC BY
Data sources: Datacite
ZENODO
Dataset . 2025
License: CC BY
Data sources: Datacite
versions View all 2 versions
addClaim

This Research product is the result of merged Research products in OpenAIRE.

You have already added 0 works in your ORCID record related to the merged Research product.

Global MODIS-derived seasonal snow cover (snow appearance date, disappearance date, and max consec snow days), water years 2015–2024

Authors: Gagliano, Eric;

Global MODIS-derived seasonal snow cover (snow appearance date, disappearance date, and max consec snow days), water years 2015–2024

Abstract

Overview This dataset provides annual global maps of seasonal snow cover metrics derived from the MODIS MOD10A2 product for water years 2015–2024. For each year, the dataset includes: Maximum number of consecutive snow days for each pixel [max_consec_snow_days]. Date of snow appearance / first day of snow cover for the max snow cover snow period [SAD_DOWY]. Date of snow disappearance / first day of no snow cover for the max snow snow period [SDD_DOWY]. Data Details Product Source: MODIS MOD10A2 (Microsoft Planetary Computer) Processing: Cloud-filled and darkness-corrected using methods similar to Wrzesien et al. (2019), with pixelwise seasonal metrics aggregated by water year (Oct–Sep NH, Apr–Mar SH). Format: Cloud-optimized Zarr archive, compressed as .tar.lzma Spatial Coverage: Global land areas, MODIS grid tiles overlapping land Temporal Coverage: Water Years 2015–2024 Variables: SAD_DOWY, SDD_DOWY, max_consec_snow_days (per water year) note that SAD_DOWY and SDD_DOWY dates are represented as day of water year, e.g. DOWY 1 in NH is October 1st Projection: MODIS Sinusoidal Grid Data type: int16 Nodata: -32768 Example Usage The zarr dataset is stored here as a compressed tar.lzma archive. First decompress the archive. Below is an example of how to open and use the data in Python: import xarray as xrimport rioxarray # 1. Open the global snow cover Zarr datasetglobal_snow_cover_ds = xr.open_zarr("global_modis_snow_cover.zarr", decode_coords="all", consolidated=True) # 2. Clip to a bounding box around Mount Rainier in EPSG:4326 (lon/lat)rainier_snow_cover_ds = global_snow_cover_ds.rio.clip_box( minx=-121.95, miny=46.7, maxx=-121.45, maxy=46.95, crs="EPSG:4326") # 3. Select the 'max_consec_snow_days' variable for Water Year 2020rainier_max_snow_days_2020_da = rainier_snow_cover_ds['max_consec_snow_days'].sel(water_year=2020) # 4. Reproject out of weird MODIS sinusoidal grid to UTM Zone 10Nrainier_max_snow_days_2020_da_utm = rainier_max_snow_days_2020_da.rio.reproject("EPSG:32610") # 5. Plot the resultrainier_max_snow_days_2020_da_utm.plot.imshow(cmap='viridis', vmin=0, vmax=365) Processing pipelineThe dataset was generated using a reproducible, open-source workflow available at:https://github.com/egagli/MODIS_seasonal_snow_maskKey steps include: MODIS MOD10A2 (8 day maximum snow extent) data ingestion, cloud and darkness gap-filling, per-pixel snow metric extraction, and writing to a global Zarr store. Resources MODIS MOD10A2 Product Guide: https://nsidc.org/sites/default/files/mod10a2-v006-userguide_1.pdf Wrzesien et al. (2019): https://doi.org/10.1029/2019WR024908

Related Organizations
Keywords

remote sensing, water year, MODIS, cloud gap-filling, snow metrics, snow cover, seasonal snow, zarr, global, Microsoft Planetary Computer, MOD10A2

  • BIP!
    Impact byBIP!
    citations
    This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    0
    popularity
    This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
    Average
    influence
    This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    Average
    impulse
    This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
    Average
Powered by OpenAIRE graph
Found an issue? Give us feedback
citations
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Citations provided by BIP!
popularity
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
BIP!Popularity provided by BIP!
influence
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Influence provided by BIP!
impulse
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
BIP!Impulse provided by BIP!
0
Average
Average
Average