Hand-dug snow pit measurements, Grand Mesa (SnowEx 2020)
What it measures. Detailed measurements of the snow on the ground at 154 hand-dug pits, including how deep the snow is, how dense it is, its temperature, grain size, liquid water content, and how much water it would yield if melted (snow water equivalent). It also records the layering inside the snowpack and includes photos of each pit.
How it's made. Field teams dug snow pits by hand on Grand Mesa, Colorado, over about two weeks in winter 2020 and recorded the measurements on site.
How & where you'd use it. Helps scientists understand how mountain snowpack stores water and serves as ground-truth to check snow estimates made from aircraft and satellites.
What's measured
Coverage & cadence
- Time span2020-01-27 → 2020-02-12
- Measured byGROUND-BASED OBSERVATIONS (A2 Photonic_WISe, MICROSCOPES, SNOW DENSITY CUTTER, THERMOMETERS)
- Processing levelLevel NA
- Spatial extent-108.22839, 39.00511, -108.11049, 39.06532
- FormatsPDF, JPEG, CSV, Excel
- StatusCOMPLETE
What you can do with it
- Follow rainfall, floods and surface-water extent
- Track soil moisture and the onset of drought
- Monitor lakes, rivers and groundwater storage
Official description
This data set contains snow pit observations from the SnowEx 2020 Grand Mesa Intensive Observation Period. Data were collected from 154 snow pits on Grand Mesa, Colorado between 27 January and 12 February 2020. The main parameters for this data set are snow temperature, snow depth, snow density, snow stratigraphy, snow grain size, liquid water content, and snow water equivalent. In addition to data files, this data set also contains site photos from each snow pit.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SNEX20_GM_SP",
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
- SnowEx20 Grand Mesa Intensive Observation Period Snow Pit Measurements, Version 1 User Guide VIEW RELATED INFORMATION
- Snow Pit Sheet Template VIEW RELATED INFORMATION
- Snow Pit Revisions Masterlist VIEW RELATED INFORMATION