Raw radar waveforms over snow from a plane (SnowEx 2017)
What it measures. Holds the raw, unprocessed radar signals an airplane instrument bounced off snow-covered ground, captured at two radar frequencies over parts of Colorado.
How it's made. Collected by the SnowSAR radar flown on a NP-3C Orion aircraft during the SnowEx 2017 campaign over about a week in February 2017.
How & where you'd use it. A raw input product mainly useful to specialists; most people would work with the processed SnowSAR version, which is archived separately.
What's measured
Coverage & cadence
- Time span2017-02-16 → 2017-02-22
- Measured byP-3B (SnowSAR)
- Processing levelLevel 0
- Spatial extent-109.05, 37, -102.05, 41
- FormatsBinary
- 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, part of the SnowEx 2017 campaign, contains raw data captured from the SnowSAR instrument. The processed SnowSAR data are also archived at NSIDC (DOI: 10.5067/TWRTXCYBCBB8). The SnowSAR instrument flew on the NP-3C Orion aircraft and collected data at the X (9.6 GHz) and Ku (17.25 GHz) bands. Data were captured across Colorado, including near the SnowEx 2017 Grand Mesa, Colorado study site and Vail, Colorado. Data were acquired between 16 February 2017 and 22 February 2017.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SNEX17_SnowSAR_Raw",
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
- USER'S GUIDE VIEW RELATED INFORMATION