Yearly weight of living plants in boreal forests (30 m)
What it measures. Yearly estimates of how much living woody plant material (trees and shrubs above ground) sits on each 30-meter patch of boreal forest in Alaska and Canada from 1984 to 2014, with error estimates included.
How it's made. Built by combining decades of Landsat surface-reflectance imagery with laser-altimeter measurements from the GLAS instrument on ICESat, then using machine learning to fill in biomass year by year.
How & where you'd use it. Helps scientists track how forest carbon stocks are responding to climate change and disturbances like fire across the northern boreal zone.
What's measured
Coverage & cadence
- Time span1984-01-01 → 2014-12-31
- Measured byLANDSAT-5 (TM) · LANDSAT-7 (ETM+) · MODELS (Computer) · ICESat (GLAS)
- Processing levelLevel 3
- Spatial extent-165.41, 51.7769, -101.736, 69.7323
- FormatsGeoTIFF
- StatusCOMPLETE
What you can do with it
- Map vegetation, forests and biomass
- Monitor ecosystem productivity and carbon
- Support habitat and biodiversity studies
Official description
This dataset provides estimated annual aboveground biomass (AGB) density for live woody (tree and shrub) species and corresponding standard errors at a 30 m spatial resolution for the boreal forest biome portion of the Core Study Domain of NASA's Arctic-Boreal Vulnerability Experiment (ABoVE) Project (Alaska and Canada) over the time period 1984-2014. The data were derived from a time series of Landsat-5 and Landsat-7 surface reflectance imagery and full-waveform lidar returns from the Geoscience Laser Altimeter System (GLAS) flown onboard IceSAT from 2004 to 2008. The Change Detection and Classification (CCDC) model-fitting algorithm was used to estimate the seasonal variability in surface reflectance, and AGB density data were produced by applying allometric equations to the GLAS lidar data. A Gradient Boosted Machines machine learning algorithm was used to predict annual AGB density across the study domain given the seasonal variability in surface reflectance and other predictors. The data received statistical smoothing to reduce noise and uncertainty was estimated at the pixel level. These data contribute to the characterization of how biomass stocks are responding to climate and disturbance in boreal forests.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="Annual_30m_AGB_1808",
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
- ABoVE: Annual Aboveground Biomass for Boreal Forests of ABoVE Core Domain, 1984-2014: Annual_30m_AGB.pdf VIEW RELATED INFORMATION