Calibrated raw imagery (ASTER)
What it measures. Calibrated imagery showing how much light and heat energy (radiance) the ASTER instrument recorded across visible, shortwave-infrared, and thermal-infrared bands, properly aligned geographically.
How it's made. Created from the raw ASTER data on NASA's Terra satellite by applying radiometric calibration and geometric co-registration (Level-1B).
How & where you'd use it. A foundational input for making higher-level ASTER maps of land surface, temperature, and minerals; often used as the starting point for those derived products.
What's measured
Coverage & cadence
- Time span2000-03-04 → ongoing
- Measured byTerra (ASTER)
- Processing levelLevel 1B
- Spatial extent-180, -90, 180, 90
- FormatsHDF-EOS2
- 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 Terra Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER) Level 1B (AST_L1B) Registered Radiance at the Sensor data product is radiometrically calibrated and geometrically co-registered. Application of intra-telescope and inter-telescope registration corrections for all bands are relative to the reference band for each telescope: Visible and Near Infrared (VNIR) Band 2, Shortwave Infrared (SWIR) Band 6, and Thermal Infrared (TIR) Band 11. The AST_L1B product has a spatial resolution of 15 meters (m) for the VNIR bands, 30 m for the SWIR bands, and 90 m for the TIR bands. Known Issues * TIR bands: Acquisitions for TIR bands ended on January 16, 2026, at 05:10:45 UTC, when the ASTER TIR instrument was permanently turned off due to power limitations on the Terra spacecraft. More information is available in this [NASA Science News Brief](https://science.nasa.gov/blogs/science-news/2026/02/12/terra-adjusts-instrument-operations-to-extend-mission-life/). * Data acquisition gaps: On November 28, 2024, one of Terra's power-transmitting shunt units failed. As a result, there was insufficient power to maintain functionality of the ASTER instrument. ASTER resumed acquisitions for the VNIR bands on January 18, 2025, and for the TIR bands on April 15, 2025. Users should note the data gap in ASTER acquisitions from November 28, 2024, through January 16, 2025, for VNIR observations, and a gap from November 28, 2024, through April 15, 2025, for TIR acquisitions. * SWIR bands: ASTER SWIR detectors are no longer functioning as of January 12, 2009, due to anomalously high SWIR detector temperatures. * SWIR anomaly: Users are advised that ASTER SWIR data acquired from April 2008 to January 11, 2009, exhibit anomalous saturation of values and anomalous striping. This effect is also present for some prior acquisition periods. Please refer to the [ASTER SWIR User Advisory](https://lpdaac.usgs.gov/documents/1661/ASTER_SWIR_User_Advisory_Jan_12_2009.pdf) for more details.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AST_L1B",
version="004",
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 LPCLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA
- The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products. VIEW RELATED INFORMATION
- The technical information in the User's Guide enables users to interpret and use the data products. VIEW RELATED INFORMATION
- The ASTER Level-1 Products Specification provides a description of the data file. VIEW RELATED INFORMATION
- The ASTER User Handbook provides in depth information on ASTER data products. VIEW RELATED INFORMATION
- ASTER SWIR User Advisory VIEW RELATED INFORMATION
- The ASTER Data Resources GitHub repository provides guides, short how-tos, and tutorials to help users access and work with ASTER data. VIEW RELATED INFORMATION
- Introducing ASTER Version 4: What's New in Data Access, Products, Formats, and How to Unlock the ASTER Cloud Archive VIEW RELATED INFORMATION