How much sunburn-causing UV reaches the ground, daily (OMI/Aura)
What it measures. How much sunburn-causing ultraviolet light reaches the ground each day, given both as a daily dose and as the peak rate around local noon, worldwide.
How it's made. Produced from the OMI instrument on NASA's Aura satellite, processed into a daily global map covering the sunlit part of the planet at 1-degree spacing.
How & where you'd use it. Supporting public health warnings about UV exposure and skin-cancer risk, and helping researchers study trends in surface ultraviolet over time.
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
This is Level-3 daily global gridded Aura-OMI Spectral Surface UVB Irradiance and Erythemal Dose product (OMUVBd). The OMUVBd product contains global erythemally weighted daily dose and erythemal dose rate at local solar noon at 1.0x1.0 deg grids. The OMUVBd files are available in the version 5 EOS Hierarchical Data Format (HDF-EOS5). Each file contains daily data from the day lit portion of the globe. The maximum file size for the OMUVBd data product is about 5 MBytes.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="OMUVBd",
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
- FMI UVB Site VIEW RELATED INFORMATION
- FMI OMI Site VIEW RELATED INFORMATION