UAVSAR_POL_PAULI·v1·dataset
Color-coded radar scattering imagery (UAVSAR, Pauli)
UAVSAR_POLSAR_PAULI
deformation NASA ASF Level 1 active
In plain English
What it measures. Color-coded radar imagery that highlights different ways the land surface bounces radar signals back, using a method called Pauli decomposition. Different colors flag different physical structures on the ground.
How it's made. Generated from NASA's UAVSAR radar flown on a G-III aircraft, with the radar returns mathematically decomposed to separate distinct scattering types.
How & where you'd use it. Helps interpret what's on the surface, such as bare ground, vegetation, or built structures, by their radar signatures. It's a specialized input mostly used by radar analysts.
What's measured
SOLID EARTH › TECTONICS › VOLCANIC ACTIVITY
Coverage & cadence
- Time span2008-07-24 → ongoing
- Measured byG-III (UAVSAR)
- Processing levelLevel 1
- StatusACTIVE
What you can do with it
- Measure ground motion and subsidence (InSAR)
- Track earthquakes, volcanoes and landslides
- Map elevation and terrain change
Official description
UAVSAR PolSAR Scene Pauli Decomposition
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="UAVSAR_POL_PAULI",
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 ASF Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package.