How deep the snow is in Colorado, over time (3 m satellite)
What it measures. Time series of snow depth maps for two areas of Colorado at about 3-meter detail, along with the snow-covered and snow-free elevation models used to derive them.
How it's made. Produced by comparing very-high-resolution stereo image pairs from the WorldView and Pléiades satellites (with airborne lidar) taken near peak snow each year from 2016 to 2022.
How & where you'd use it. Lets researchers measure mountain snowpack in fine detail and check satellite-derived snow depths against on-the-ground measurements from a NASA field campaign.
What's measured
Coverage & cadence
- Time span2016-02-19 → 2022-03-02
- Measured byAIRCRAFT (LIDAR) · Pleiades-1A (CAMERA) · Pleiades-1B (CAMERA) · WORLDVIEW-2 (CAMERA) · WORLDVIEW-3 (CAMERA)
- Processing levelLevel Not provided
- Spatial extent-108.38227, 38.78595, -107.74734, 39.21616
- FormatsGeoTIFF
- StatusCOMPLETE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
This data set contains a time series of snow depth maps and related intermediary snow-on and snow-off DEMs for Grand Mesa and the Banded Peak Ranch areas of Colorado derived from very-high-resolution (VHR) satellite stereo images and lidar point cloud data. Two of the snow depth maps coincide temporally with the 2017 NASA SnowEx Grand Mesa field campaign, providing a comparison between the satellite derived snow depth and in-situ snow depth measurements. The VHR stereo images were acquired each year between 2016 and 2022 during the approximate timing of peak snow depth by the Maxar WorldView-2, WorldView-3, and CNES/Airbus Pléiades-HR 1A and 1B satellites, while lidar data was sourced from the USGS 3D Elevation Program.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SNEX_HRSI_SD_DEM_CO",
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
- SnowEx Colorado 3M Snow Depth Time Series and DEMs from High-Resolution Satellite Image Pairs, Version 1 User Guide VIEW RELATED INFORMATION
- SnowEx Colorado 3M Snow Depth Time Series and DEMs from High-Resolution Satellite Image Pairs, Version 1 Technical Reference VIEW RELATED INFORMATION