Full catalog/ABoVE_AirSWOT_Radar_Data_1646
ABoVE_AirSWOT_Radar_Data_1646·v1·dataset

Airborne radar of Alaska and Canada surface waters (2017)

ABoVE: AirSWOT Ka-band Radar over Surface Waters of Alaska and Canada, 2017
hydrosphere NASA ORNL_CLOUD Level 2 multiple
In plain English

What it measures. Airborne radar measurements of surface waters across Alaska and Canada, including the elevation and extent of rivers, lakes, ponds, and wetlands, plus radar quality details like backscatter strength and signal correlation.

How it's made. Collected in 2017 by the AirSWOT Ka-band radar flown on an aircraft, processed at NASA's Jet Propulsion Laboratory and provided in original and regridded forms.

How & where you'd use it. Helps scientists track how thawing permafrost and changing water storage affect surface waters across northern landscapes.

What's measured

TERRESTRIAL HYDROSPHERE › SURFACE WATER › SURFACE WATER FEATURES › LAKES/RESERVOIRSTERRESTRIAL HYDROSPHERE › SURFACE WATER › SURFACE WATER FEATURES › RIVERS/STREAMSTERRESTRIAL HYDROSPHERE › SURFACE WATER › SURFACE WATER FEATURES › WETLANDSSPECTRAL/ENGINEERING › RADAR › RADAR BACKSCATTERLAND SURFACE › TOPOGRAPHY › TERRAIN ELEVATION

Coverage & cadence

  • Time span2017-07-08 → 2017-08-17
  • Measured byB-200 (AirSWOT)
  • Processing levelLevel 2
  • Spatial extent-149.834, 46.8451, -98.629, 70.4944
  • Formatsmultiple
  • 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 dataset provides AirSWOT (Surface Water and Ocean Topography) Ka-band (35.75 GHz) radar data products collected from an airborne platform over parts of Alaska and Canada during the period 2017-07-09 to 2017-08-17. Flights targeted specific surface water features, including rivers, lakes, ponds, and wetlands in the ABoVE domain. The radar data include six products: elevation (above the WGS84 ellipsoid), incidence angle, magnitude (backscatter), interferometric correlation (coherence), DHDPHI (incidence angle dependent height sensitivity), and error (estimated height random error, 1-sigma standard deviation). The flight lines were selected to span a full spectrum of permafrost conditions (permafrost-free to continuous permafrost, low to high ground ice content), ecosystems, climatic regions, topographic relief, and geological substrates across the ABoVE domain to investigate surface water responses to thawing permafrost and spatial and temporal variability in terrestrial water storage by measuring elevation and extent of surface waters. The data are provided in two forms: 1) the original output (outer-swath products only) at 3.6 m2 resolution in UTM coordinates from the AirSWOT processing group at the Jet Propulsion Laboratory (JPL), and 2) the ABoVE Projection at 3.6 m2 resolution, clipped to the ABoVE reference grid tiles using the C grid.

Get the data

above_airswot_radar_data_1646_access.py
import earthaccess
earthaccess.login(strategy="netrc")          # free Earthdata Login

results = earthaccess.search_data(
    short_name="ABoVE_AirSWOT_Radar_Data_1646",
    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 ORNL_CLOUD
Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package.