Typical yearly snow cover (Terra, 0.01 deg)
What it measures. A picture of typical yearly snow cover patterns, including things like snow class, how long snow lasts, snow-season length, and how reliably snow shows up, summarized across 2001-2023.
How it's made. Derived from MODIS cloud-gap-filled snow data on NASA's Terra satellite, combined with elevation and temperature climatology, at about 1 km resolution.
How & where you'd use it. Helps characterize where and how persistently snow falls around the world, supporting climate, hydrology, and ecosystem studies that depend on long-term snow patterns.
What's measured
Coverage & cadence
- Time span2000-03-01 → 2023-07-31
- Measured byTerra (MODIS)
- Processing levelLevel Not provided
- Spatial extent-180, -90, 180, 90
- FormatsnetCDF-4
- StatusCOMPLETE
What you can do with it
- Measure sea ice, snow cover and glaciers
- Watch ice-sheet elevation change
- Track freeze/thaw and permafrost
Official description
This data set presents new global snow cover classification regimes derived from the MODIS Terra cloud gap-filled NDSI data (<a href="https://nsidc.org/data/mod10a1f/versions/61">MOD10A1F</a>), elevation, and temperature climatology inputs. The six data granules are available as NetCDF (.nc) files, with each containing a unique snow cover classification spanning 2001 to 2023. The six classifications included in this data set are: (1) snow class climatology (SSC), (2) core snow season length (CSS), (3) snow cover duration (SCD), (4) full snow season length (FSS), (5) snow persistence (SP), and (6) snow season persistence (SSP).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="NSIDC-0791",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from NSIDC_CPRD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Search and order NASA Earth Science data using spatial and temporal filters. Reformatting, reprojecting, and subsetting options are available for some data sets. GET DATA
- Quickly download a few files using a web browser, or access data through a command-line utility such as WGET. GET DATA
- Search data by spatial and/or temporal ranges or file name. Choose from various download options, including a Python script. GET DATA
- A Python library to search and access NASA Earth science data with just a few lines of code GET DATA
- Find more data access options and help resources. VIEW RELATED INFORMATION
- MODIS/Terra Global Annual 0.01Deg CMG Snow Cover Climatology, Version 1 User Guide VIEW RELATED INFORMATION
- Global Snow Seasonality Regimes from Satellite Records of Snow Cover VIEW RELATED INFORMATION