UAVSAR_POL_STOKES·v1·dataset
Aircraft radar that sees through clouds (UAVSAR)
UAVSAR_POLSAR_STOKES
land NASA ASF Level 1 active
In plain English
What it measures. Radar scenes of the land surface that can see through clouds and work day or night, capturing detailed information about surface texture and structure.
How it's made. Collected by the UAVSAR radar instrument flown on a G-III aircraft, processed into polarized radar ('PolSAR Stokes') scene data.
How & where you'd use it. Aircraft radar like this is used to map terrain, vegetation, and surface change in detail regardless of weather or daylight; the abstract is very brief on specifics.
What's measured
Not provided › Not provided
Coverage & cadence
- Time span2008-07-24 → ongoing
- Measured byG-III (UAVSAR)
- Processing levelLevel 1
- StatusACTIVE
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
UAVSAR PolSAR Scene Stokes
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="UAVSAR_POL_STOKES",
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.