Cloud-cleared infrared readings, near real-time (Aqua)
What it measures. Contains calibrated, location-tagged infrared readings (how much infrared energy the sensor recorded, channel by channel) with the effect of clouds removed. This near-real-time version is made fast, within about three hours.
How it's made. Produced from the AIRS infrared spectrometer on NASA's Aqua satellite, using a streamlined process that skips some steps to meet tight timing.
How & where you'd use it. A low-level input used mainly to feed weather forecasting and atmospheric analysis quickly, rather than a finished map most people read directly.
What's measured
Coverage & cadence
- Time span2016-10-15 → ongoing
- Measured byAqua (AIRS)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- 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 Atmospheric Infrared Sounder (AIRS) Level 2 Near Real Time (NRT) Cloud-Cleared Infrared Radiances (AIRS-only) product (AIRS2CCF_NRT_006) differs from the routine product (AIRS2CCF_006) in four ways to meet the three hour latency requirements of the Land Atmosphere NRT Capability Earth Observing System (LANCE): (1) The NRT granules are produced without previous or subsequent granules if those granules are not available within 5 minutes, (2) the predictive ephemeris/attitude data are used rather than the definitive ephemeris/attitude, (3) if the forecast surface pressure is unavailable, a surface climatology is used, and (4) no ice cloud properties retrievals are performed. The consequences of these differences are described in the AIRS Near Real Time (NRT) data products document. 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. This product is produced using AIRS IR only because the radiometric noise in AMSU channel 4 started to increase significantly (since June 2007). Cloud-Cleared Radiances contain calibrated, geolocated channel-by-channel AIRS infrared radiances (milliWatts/m2/cm-1/steradian) that would have been observed within each AMSU footprint if there were no clouds in the FOV and produced along with the AIRS Standard Product, as they are the radiances used to retrieve the Standard Product. Nevertheless, they are an order of magnitude larger in data volume than the remainder of the Standard Products and, many Standard Product users are expected to have little interest in the Cloud Cleared Radiance. For these reasons they are a separate output file. The AIRS2CCF_NRT_006 products are stored in files (often referred to as "granules") that contain 6 minutes of data, 30 footprints across track by 45 lines along track.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AIRS2CCF_NRT",
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 HTTPS. User registration is required. Register for a username and password at https://urs.eosdis.nasa.gov/users/new GET DATA
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- AIRS Documentation Page VIEW RELATED INFORMATION
- AIRS Near Real Time (NRT) information VIEW RELATED INFORMATION
- README Document VIEW RELATED INFORMATION
- Memo on NRT vs Standard Product VIEW RELATED INFORMATION
- AIRS ATBD VIEW RELATED INFORMATION