Ozone overhead and airborne haze, daily, from NASA's OMI sensor on Aura (1 degree detail)
What it measures. Daily worldwide maps of total ozone in the atmospheric column, plus an aerosol index (a measure of airborne haze like smoke or dust) and a cloud-related light measurement, on a roughly 100 km grid.
How it's made. Created by the OMI instrument on the Aura satellite, gridding and averaging only the good-quality individual orbit measurements into one daily global map.
How & where you'd use it. Handy for monitoring the ozone layer and large smoke or dust events day by day, and for building long-term records of ozone and haze.
What's measured
Coverage & cadence
- Time span2004-10-01 → ongoing
- Measured byAura (OMI)
- 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 OMI science team produces this Level-3 daily global TOMS-Like Total Column Ozone gridded product OMTO3d (1 deg Lat/Lon grids). The OMTO3d product is produced by gridding and averaging only good quality level-2 total column ozone orbital swath data (OMTO3, based on the enhanced TOMS version-8 algorithm) on the 1x1 degree global grids. The OMTO3d files are stored in the version 5 EOS Hierarchical Data Format (HDF-EOS5). Each file contains daily data from approximately 15 orbits. The maximum file size for the OMTO3d data product is about 0.65 Mbytes.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="OMTO3d",
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 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. GET DATA
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- Access the data via the OPeNDAP protocol. USE SERVICE API
- README Document VIEW RELATED INFORMATION
- OMI Data User's Guide VIEW RELATED INFORMATION
- OMI Algorithm Theoretical Basis Documents VIEW RELATED INFORMATION
- File Specification Document VIEW RELATED INFORMATION