Haze, dust and smoke over dark land (NOAA-20, 6 km)
What it measures. Maps how much haze, dust, and smoke is floating in the air, measured as aerosol optical thickness (a number for how much these tiny particles dim and scatter sunlight). It also estimates particle sizes over the ocean, covering both land and water across the whole globe.
How it's made. Built from the VIIRS instrument on the NOAA-20 satellite, which scans the Earth in 6-minute strips; the raw readings are run through a 'dark target' algorithm to produce these aerosol numbers at about 6 km resolution.
How & where you'd use it. Helpful for tracking wildfire smoke plumes, dust storms, and general air quality, and for studying how airborne particles affect climate and visibility.
What's measured
Coverage & cadence
- Time span2018-02-17 → ongoing
- Measured byNOAA-20 (VIIRS)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- FormatsNetCDF-4
- 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 NOAA-20 Visible Infrared Imaging Radiometer Suite (VIIRS) NASA standard Level-2 (L2) dark target (DT) aerosol product provides satellite-derived measurements of Aerosol Optical Thickness (AOT) and their properties over land and ocean, and spectral AOT and their size parameters over oceans every 6 minutes, globally. The VIIRS incarnation of the DT aerosol product is based on the same DT algorithm that was developed and used to derive products from the Terra and Aqua missions’ Moderate Imaging Spectroradiometer (MODIS) instruments. Two separate and distinct DT algorithms exist. One helps retrieve aerosol information over ocean (dark in visible and longer wavelengths), while the second aids retrievals over vegetated/dark-soiled land (dark in the visible wavelengths). This orbit-level product (Short-name: AERDT_L2_VIIRS_NOAA20) has an at-nadir resolution of 6 km x 6 km, and progressively increases away from nadir given the sensor’s scanning geometry and Earth’s curvature. Viewed differently, this product’s resolution accommodates 8 x 8 native VIIRS moderate-resolution (M-band) pixels that nominally have ~750 m horizontal pixel size. Hence, the Level-2 Dark Target Aerosol Optical Thickness data product incorporates 64 (750 m) pixels over a 6-minute acquisition. Version 2.1 constitutes the latest collection of the NOAA-20 VIIRS L2 Dark Target Aerosol product and contains improvements over its previous collection (v2.0). For more information consult LAADS product description page at: https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/AERDT_L2_VIIRS_NOAA20 Or, Dark Target aerosol team Page at: https://darktarget.gsfc.nasa.gov/
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AERDT_L2_VIIRS_NOAA20",
version="2.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 LAADS Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Data product documentation VIEW RELATED INFORMATION
- Search and order products from LAADS website. GET DATA
- Direct link to Collection's OPeNDAP directory USE SERVICE API
- A pdf version User's Guide for VIIRS dark target products. VIEW RELATED INFORMATION
- An Agorithm Theoretical Basis Document (ATBD) for MODIS and VIIRS dark target products. VIEW RELATED INFORMATION
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA