Carbon dioxide in the air, daily, many instruments combined
What it measures. Daily gridded maps of carbon dioxide in the air, blending observations from multiple instruments into a smooth, gap-filled picture.
How it's made. Created by statistically merging daily bias-corrected CO2 data from the OCO-2 and GOSAT satellites and interpolating it onto a grid.
How & where you'd use it. Gives a more complete daily view of atmospheric carbon dioxide than any single instrument, useful for tracking carbon and studying its sources and sinks.
What's measured
Coverage & cadence
- Time span2014-09-06 → 2020-07-31
- Measured byOCO-2 (OCO SPECTROMETERS) · GOSAT (TANSO-FTS)
- Processing levelLevel 4
- Spatial extent-180, -90, 180, 90
- StatusCOMPLETE
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
Gridded carbon dioxide mole fraction (XCO2) and other select variables created by applying local kriging (also known as optimal interpolation) to daily aggregates of Orbiting Carbon Observatory (OCO-2) and Greenhouse Gases Observing Satellite (GOSAT) bias corrected data. This is the latest version of this collection. The DOIs assigned to previous versions, which are no longer available, now direct to this page.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="MultiInstrumentFusedXCO2",
version="3",
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
- Access the data via the OPeNDAP protocol. USE SERVICE API
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- MEASURES 2017 XCO2 Data Fusion Data User’s Guide VIEW RELATED INFORMATION
- MEASURES 2017 XCO2 Data Fusion Algorithm Theoretical Basis Document VIEW RELATED INFORMATION