Daily helper data for the air sounder (AIRS, Aqua, 1 deg)
What it measures. Daily worldwide readings of the atmosphere from the AIRS instrument, gathered onto a 1-degree grid. This is a 'support' version that holds extra background and intermediate values rather than the polished final numbers, and some of those values come from readings that didn't fully pass quality checks.
How it's made. Built from the AIRS infrared sounder aboard NASA's Aqua satellite, processed into a daily gridded summary that sits alongside the fully validated standard product.
How & where you'd use it. Mainly a behind-the-scenes resource for atmospheric scientists who need the raw inputs and intermediate steps; most people are better served by the validated standard AIRS products.
What's measured
Coverage & cadence
- Time span2002-08-31 → ongoing
- Measured byAqua (AIRS)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- StatusACTIVE
What you can do with it
- Map air pollutants — NO₂, aerosols, ozone
- Track greenhouse gases and Earth's energy budget
- Feed weather and air-quality analysis
Official description
The Atmospheric Infrared Sounder (AIRS) is a grating spectrometer (R = 1200) aboard the second Earth Observing System (EOS) polar-orbiting platform, EOS Aqua. In combination with the Advanced Microwave Sounding Unit (AMSU) and the Humidity Sounder for Brazil (HSB), AIRS constitutes an innovative atmospheric sounding group of visible, infrared, and microwave sensors. The L3 support products are similar to the L3 standard products but contain fields which are not fully validated, or are inputs or intermediary values. Because no quality control information is available for some of these fields, values from failed retrievals may be included.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AIRS3SPD",
version="006",
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 GES_DISC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Access the data via HTTP. GET DATA
- Access the data via the OPeNDAP protocol. USE SERVICE API
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- AIRS Documentation Page VIEW RELATED INFORMATION
- README Document VIEW RELATED INFORMATION