Plant heat and carbon dioxide measured together (ECOSTRESS + OCO-3)
What it measures. Side-by-side measurements over the same patches of land of plant water and heat (surface temperature, evapotranspiration, water-use efficiency) together with plant photosynthesis signals and carbon dioxide in the air.
How it's made. Built by matching observations in space and time from two instruments on the International Space Station, ECOSTRESS and OCO-3, then averaging them onto a shared roughly 557 m grid.
How & where you'd use it. Gives researchers a ready-made, paired view of vegetation and the atmosphere together, useful for studying how plants use water and carbon and for modeling ecosystems.
What's measured
Coverage & cadence
- Time span2019-08-01 → 2023-01-29
- Measured byISS (OCO-3, ECOSTRESS)
- Processing levelLevel 3
- 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
The ECOSTRESS/OCO-3 (“ECOCO3”) data set consists of spatially and temporally co-located observations from the ECOsystem Spaceborne Thermal Radiometer Experiment on Space Station (ECOSTRESS) and the Orbiting Carbon Observatory 3 (OCO-3) instruments currently operating on the International Space Station. Land Surface Temperature, Evapotranspiration, and Water Use Efficiency data products from ECOSTRESS, and Solar-Induced Chlorophyll Fluorescence and Dry-Air Column Mole Fraction CO2 from OCO-3 are matched in space and time over 3°x3° areas across the globe where OCO-3 performs Snapshot Area Map and Target mode observations. The original, native resolution data products are filtered for data quality and spatially averaged onto a 0.005°x0.005° uniform grid, i.e., 557m x 557m or 0.3km2 at the Equator. The aim of the ECOCO3 product is to provide users with synergistic, high-quality data of terrestrial vegetation and atmospheric parameters, for easy and ready use in scientific analysis and modeling. The initial V1.0 release is based on ECOSTRESS Collection 1 and OCO-3 Version 11 data products, for the common measurement period of August 2019 through January 2023, from the start of OCO-3 observations through the end of ECOSTRESS Collection 1.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="ECOCO3",
version="1.0",
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
- README document VIEW RELATED INFORMATION
- ECOCO3 SequenceID to OCO-3 Name Conversion Table with Bounding Boxes VIEW RELATED INFORMATION
- Access via CMR Virtual Directories. GET DATA
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- Publications from the Science Team VIEW RELATED INFORMATION
- Access the data via the OPeNDAP protocol. USE SERVICE API