Haze, dust and smoke in the air (Aqua MODIS, 10 km)
What it measures. The amount and properties of tiny airborne particles like haze, dust, and smoke, reported globally over both ocean and land at roughly 10 km resolution.
How it's made. Derived from MODIS measurements aboard Aqua using two complementary algorithms (Dark Target and Deep Blue), packaged in 5-minute swath files.
How & where you'd use it. Widely used for air-quality monitoring and for studying how particles in the air affect health, weather, and climate.
What's measured
Coverage & cadence
- Time span2002-07-04 → ongoing
- Measured byAqua (MODIS)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- FormatsHDF-EOS
- 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 MODIS/Aqua Aerosol 5-Min L2 Swath 10km product (MYD04_L2) provides full global coverage of aerosol properties from the Dark Target (DT) and Deep Blue (DB) algorithms. The DT algorithm is applied over ocean and dark land (e.g., vegetation), while the DB algorithm now covers the entire land areas including both dark and bright surfaces. Both results are provided on a 10x10 pixel scale (10 km at nadir). Each MYD04_L2 product file covers a five-minute time interval. The output grid is 135 pixels in width by 203 pixels in length. Every tenth file has an output grid size of 135 by 204 pixels. MYD04_L2 product files are stored in Hierarchical Data Format (HDF-EOS). The new Collection 6.1 (C61) MYD04_L2 product is an improved version based on algorithm changes in Dark Target (DT) Aerosol retrieval over urban areas and uncertainty estimates for Deep Blue (DB) Aerosol retrievals. The MODIS level-2 atmospheric aerosol product provides retrieved ambient aerosol optical properties, quality assurance, and other parameters, globally over ocean and land. In Collection 5 and in earlier collections, there was only one aerosol product (MYD04_L2) at 10km (at nadir) spatial resolution. Starting from C6, the Dark Target (DT) Aerosol algorithm team provided a new 3 km spatial resolution product (MYD04_3k) intended for the air quality community. For more information visit the MODIS Atmosphere website at: https://modis-atmos.gsfc.nasa.gov/products/aerosol And, for C6.1 changes and updates, visit: https://modis-atmosphere.gsfc.nasa.gov/documentation/collection-61
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="MYD04_L2",
version="6.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
- The MODIS deep blue aerosol version 6 to 6.1 change document VIEW RELATED INFORMATION
- The dark target 6.1 update document. VIEW RELATED INFORMATION
- Aerosol product ATBD VIEW RELATED INFORMATION
- Search and order products from LAADS website. GET DATA
- Direct access to MYD04_L2 C6.1 data set. GET DATA
- Direct access to product's OPeNDAP directory USE SERVICE API
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA