Daily snowpack estimates for High Mountain Asia
What it measures. Daily estimates of the snowpack across the High Mountain Asia region, including how much water the snow holds (snow water equivalent), how much ground is snow-covered, and how deep the snow is.
How it's made. Produced by a reanalysis that blends a snow model with satellite observations from Landsat and Terra to reconstruct the best daily picture of the snowpack.
How & where you'd use it. Supports tracking water resources for the large downstream populations that depend on meltwater from these mountains, and helps assess the regional water balance.
What's measured
Coverage & cadence
- Time span1999-10-01 → 2017-09-30
- Measured byLANDSAT-5 (TM) · LANDSAT-7 (ETM+) · LANDSAT-8 (OLI) · Terra (MODIS)
- Processing levelLevel 4
- Spatial extent60, 27, 105, 45
- 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
Snowpack plays a significant role in the hydrologic cycle over High Mountain Asia (HMA). As a vital water resource, the distribution of snowpack volume also impacts the water availability for downstream populations. To assess the regional water balance, it is important to characterize the spatio-temporal distribution of water storage in the HMA snowpack. This HMA snow reanalysis data set contains daily estimates of posterior snow water equivalent (SWE), fractional snow covered area (fSCA), snow depth (SD), etc.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="HMA_SR_D",
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
- High Mountain Asia UCLA Daily Snow Reanalysis, Version 1 User Guide VIEW RELATED INFORMATION