Where radar reflectors were placed in the field (SnowEx23)
What it measures. A catalog of where radar corner reflectors were placed in northern Alaska during a snow field campaign, including each reflector's location and how it was oriented.
How it's made. Compiled from ground installations during NASA's SnowEx 2023 campaign, where reflectors were set out by hand to calibrate radar and study how radar interacts with snow and forests — not a satellite product.
How & where you'd use it. A reference for calibrating and interpreting airborne and satellite radar data; mostly used by the radar and snow scientists working with that campaign's imagery.
What's measured
Coverage & cadence
- Time span2022-09-21 → 2023-11-30
- Measured byGROUND-BASED OBSERVATIONS (GPS)
- Processing levelLevel 2
- Spatial extent-149.47469, 64.69868, -148.27903, 68.49908
- FormatsText File, JPEG
- 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 an inventory of corner reflectors installed in Northern Alaska, USA, as part of the NASA SnowEx 2023 field campaign (Vuyovich et al., 2024). Corner Reflectors (CRs) are objects with known response characteristics used to calibrate or study radar returns from airborne and spaceborne imagery. The SnowEx Alaska CRs were installed in situ between October 2022 and October 2023 for the following SnowEx Alaska intensive observation periods (IOPs): October 2022, March 2023, and October 2023. During the SnowEx Alaska field campaigns, CRs served two primary purposes. First, “engineering corner reflectors” were deployed to calibrate radar imagery and ensure precise backscatter measurements. Second, an array of “science corner reflectors” was installed to investigate the interaction between radar and forests. CRs were deployed at 32 locations across two SnowEx Alaska study areas: 9 in the Arctic tundra at the Upper Kuparuk Toolik (UKT) study area and 23 in the boreal forest at the Bonanza Creek Experimental Forest (BCEF) study area.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SNEX23_CR",
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
- SnowEx23 Corner Reflector Location and Orientation, Version 1 User Guide VIEW RELATED INFORMATION