Airborne laser maps of snow depth (Mores Creek Summit)
What it measures. Detailed elevation maps of a mountain area in Idaho, including the bare ground, the snow-covered surface, snow depth, and tree canopy height.
How it's made. Generated from laser (lidar) scans flown by helicopter over the Mores Creek headwaters between 2021 and 2025, turning raw point measurements into terrain and snow-depth models.
How & where you'd use it. Supports tracking how snow accumulates and melts across a watershed month to month, valuable for water supply and snow-science research.
What's measured
Coverage & cadence
- Time span2021-03-10 → 2025-05-01
- Measured byHELICOPTER (LIDAR)
- Processing levelLevel 4
- Spatial extent-115.7305, 43.91365, -115.64244, 43.9748
- 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
The data set provides digital terrain models (DTM), digital surface models (DSM) snow depth models, and canopy height models (CHM), derived from point cloud data (available as <a href="https://nsidc.org/data/SNEX_MCS_Lidar_Raw">SnowEx Mores Creek Summit (MCS) Airborne LiDAR Survey Raw, Version 1</a>) acquired by airborne lidar scanning. Data were collected as part of a multi-year effort to monitor monthly snow distribution over a 35 km² region of the Mores Creek Headwaters in the Boise Mountains of central Idaho between 2021 and 2025. Data acquisition in 2021 overlapped temporally with the NASA SnowEx 2021 field campaign. <p></p> In October 2025, corrupted data files were updated for the following acquisition dates: 8 December 2022 and 9 February 2023.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SNEX_MCS_Lidar",
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 Mores Creek Summit (MCS) Airborne LiDAR Survey, Version 1 User Guide VIEW RELATED INFORMATION
- Boise, Idaho Airborne LiDAR Survey at Mores Creek Summit 2024-2025 Snow Season VIEW RELATED INFORMATION
- Boise, Idaho Airborne LiDAR Survey at Mores Creek Summit 2023-2024 Snow Season VIEW RELATED INFORMATION