Full catalog/EPA-annual-emissions_4A_Enteric_Fermentation
EPA-annual-emissions_4A_Enteric_Fermentation·dataset

U.S. Methane From Livestock Digestion (2012)

Gridded 2012 EPA Methane Emissions - Enteric Fermentation
atmosphere NASA VEDA COG
In plain English

What it measures. A map of 2012 methane emissions across the U.S. from enteric fermentation, the natural digestion in animals like cattle that produces methane.

How it's made. Compiled by the U.S. Environmental Protection Agency into a gridded national emissions inventory.

How & where you'd use it. Helps researchers and policymakers see where livestock are a major methane source.

What's measured

EPAannualemissionsEntericFermentation

Coverage & cadence

  • Time span2012-01-01 → 2012-12-31
  • Spatial extent-130, 20, -60, 55
  • 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

Emissions from sector 4A from enteric fermentation (fermentation that takes place in the digestive systems of animals).

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("EPA-annual-emissions_4A_Enteric_Fermentation")
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).