Total ozone overhead, plus haze, daily (OMI, Aura, 1 deg)
What it measures. Daily worldwide maps of the total amount of ozone in the column of air overhead, plus an index of UV-absorbing haze and a cloud-related measure, on a 1-degree grid.
How it's made. Created by gridding and averaging only the good-quality OMI ozone measurements from the Aura satellite, using a TOMS-style version-8 method, with each file covering about 15 orbits.
How & where you'd use it. Tracks the ozone layer and overhead ozone day to day, and the haze index helps spot smoke, dust, and absorbing aerosols in the atmosphere.
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="003",
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
- File Specification Document VIEW RELATED INFORMATION
- PUBLICATIONS VIEW RELATED INFORMATION
- Get map from the WMS server for OMTO3d:ColumnAmountO3 USE SERVICE API