NISAR_STUF·v1·dataset
NISAR satellite flight-path location file
NISAR Spacecraft Trajectory Utility File
land NASA ASF Level Not Provided active XML
In plain English
What it measures. Files describing the NISAR satellite's flight path, that is, where the spacecraft is as it orbits.
How it's made. Generated for the NASA-ISRO NISAR mission as a utility describing the spacecraft's trajectory.
How & where you'd use it. A technical helper used in processing NISAR's radar data accurately, not a product for general use.
What's measured
SPECTRAL/ENGINEERING › PLATFORM CHARACTERISTICS
Coverage & cadence
- Time span2025-07-30 → ongoing
- Measured byNISAR (L-SAR, S-SAR)
- Processing levelLevel Not Provided
- Spatial extent-180, -90, 180, 90
- FormatsXML
- 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
The NASA-ISRO Synthetic Aperture Radar (NISAR) Spacecraft Trajectory Utility Files for the NISAR mission.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="NISAR_STUF",
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.