Full catalog/OMI_trno2-COG
OMI_trno2-COG·dataset

Yearly Tropospheric Nitrogen Dioxide Maps

OMI_trno2 - 0.10 x 0.10 Annual as Cloud-Optimized GeoTIFFs (COGs)
atmosphere NASA VEDA COG
In plain English

What it measures. Maps the average amount of nitrogen dioxide (NO₂) in the lower atmosphere each year, a pollutant from burning fuels, at fine global resolution.

How it's made. Built from NASA's OMI satellite instrument, packaged as web-friendly cloud-optimized image files.

How & where you'd use it. Supports tracking of long-term air-pollution trends across regions and years.

What's measured

OMItrno2COG

Coverage & cadence

  • Time span2005-01-01 → 2022-12-31
  • Spatial extent-180, -90, 180, 90
  • FormatsCOG

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

OMI_trno2 - 0.10 x 0.10 Annual as Cloud-Optimized GeoTIFFs (COGs)

Get the data

veda_access.py
# NASA VEDA — open STAC API, anonymous (cloud-optimized GeoTIFFs)
from pystac_client import Client

cat = Client.open("https://openveda.cloud/api/stac")
col = cat.get_collection("OMI_trno2-COG")
items = list(col.get_items())          # browse the analysis-ready COGs
# open an asset with rioxarray:
# import rioxarray; da = rioxarray.open_rasterio(items[0].assets["cog_default"].href)
NASA VEDA is an open STAC catalog — browse and stream the cloud-optimized GeoTIFFs anonymously (no login).