Full catalog/co2-diff
co2-diff·dataset

Carbon Dioxide in the Air: Change From Past Years

CO₂ (Diff)
land NASA VEDA COG
In plain English

What it measures. Shows how carbon dioxide (CO₂) levels in the atmosphere have changed compared with previous years.

How it's made. Derived from atmospheric carbon dioxide measurements assembled into a global gridded map.

How & where you'd use it. Helps track whether and where greenhouse-gas levels are rising, informing climate monitoring and policy.

What's measured

co2diff

Coverage & cadence

  • Time span2015-01-01 → 2022-02-13
  • Spatial extent-180.313, -90.25, 179.688, 90.25
  • FormatsCOG

What you can do with it

  • Track deforestation, fire scars and land-cover change
  • Monitor crop and vegetation health (NDVI/EVI)
  • Map how built-up vs. green an area is over time
Official description

The changes in carbon dioxide (CO₂) levels in our atmosphere versus previous years.

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("co2-diff")
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).