Extra greenhouse gas plumes spotted from aircraft
What it measures. Maps of extra greenhouse gas - methane and carbon dioxide plumes - spotted from the air, showing where concentrations rise above the background. Each reading comes with its own uncertainty estimate.
How it's made. Derived from an aircraft-mounted imaging spectrometer (AVIRIS-3) that measures reflected light across many wavelengths, using a method that searches each pixel for the telltale fingerprint of methane and CO2 absorption.
How & where you'd use it. Useful for pinpointing greenhouse gas leaks and emission sources, such as from facilities or infrastructure, that can then be investigated or fixed.
What's measured
Coverage & cadence
- Time span2023-07-05 → ongoing
- Measured byG-III (AVIRIS-3) · G-V (AVIRIS-3) · NASA ER-2 (AVIRIS-3) · B-200 (AVIRIS-3)
- Processing levelLevel 2
- Spatial extent-178.68, 16.5, -66.18, 72.6
- Formatsmultiple
- 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 dataset contains Level 2B (L2b) enhancements of greenhouse gasses (GHG) derived from imagery collected by the Airborne Visible / Infrared Imaging Spectrometer-3 (AVIRIS-3) instrument. Products include methane and carbon dioxide enhancements, each with per-pixel uncertainties and sensitivities to the background. Concentration enhancements are estimated from radiance measurements using a column-wise adaptive matched filter approach, which searches each pixel's radiance spectrum for deviations that are characteristic of a GHG's absorption spectrum. This is the NASA Earth Observing System Data and Information System (EOSDIS) facility instrument archive of these data. The NASA AVIRIS-3 is a spectral mapping system that measures reflected radiance at 7.4-nm intervals in the Visible to Shortwave Infrared (VSWIR) spectral range from 390-2500 nm.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AV3_L2B_GHG_2358",
version="1",
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 ORNL_CLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA
- ORNL DAAC Data Set Documentation VIEW RELATED INFORMATION
- AVIRIS-3 L2B Greenhouse Gas Enhancements, Facility Instrument Collection: AV3_L2B_GHG.pdf VIEW RELATED INFORMATION