Full catalog/ABoVE_Plot_Data_Burned_Sites_1744
ABoVE_Plot_Data_Burned_Sites_1744·v1·dataset

Field data from burned and unburned forests (Alaska/Canada)

ABoVE: Synthesis of Burned and Unburned Forest Site Data, AK and Canada, 1983-2016
biosphere NASA ORNL_CLOUD Level 3 CSV
In plain English

What it measures. A compiled set of field measurements from burned and unburned boreal forest sites, including tree density and size, soil organic layer depth, how much carbon was burned in fires, and local fire-weather conditions.

How it's made. Synthesized from ground field plots across Alaska and Canada (1983-2016), combined with derived carbon estimates and fire-weather index data from existing sources.

How & where you'd use it. Supports research into how wildfires release carbon from northern forests and how fire weather and site conditions affect that combustion.

What's measured

BIOSPHERE › VEGETATION › VEGETATION COVERBIOSPHERE › ECOSYSTEMS › TERRESTRIAL ECOSYSTEMS › FORESTSHUMAN DIMENSIONS › ENVIRONMENTAL IMPACTS › BIOMASS BURNINGATMOSPHERE › ATMOSPHERIC TEMPERATURE › SURFACE TEMPERATUREATMOSPHERE › PRECIPITATION › PRECIPITATION AMOUNTBIOSPHERE › ECOLOGICAL DYNAMICS › FIRE ECOLOGY › FIRE DYNAMICSBIOSPHERE › ECOLOGICAL DYNAMICS › FIRE ECOLOGY › FIRE OCCURRENCELAND SURFACE › SOILS › CARBONHUMAN DIMENSIONS › NATURAL HAZARDS › WILDFIRES › BURNED AREABIOSPHERE › VEGETATION › BIOMASSLAND SURFACE › SOILS › SOIL MOISTURE/WATER CONTENTLAND SURFACE › TOPOGRAPHY › TOPOGRAPHIC EFFECTS

Coverage & cadence

  • Time span1983-01-01 → 2016-08-08
  • Measured byMODELS (Computer) · FIELD INVESTIGATION (PROBES, SOIL SAMPLER)
  • Processing levelLevel 3
  • Spatial extent-150.902, 53.1911, -88.612, 67.2297
  • FormatsCSV
  • 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 is a synthesis of field plot characterization data, derived above-ground and below-ground combusted carbon, and acquired Fire Weather Index (FWI) System components for burned boreal forest sites across Alaska, USA, the Northwest Territories, and Saskatchewan, Canada from 1983-2016. Unburned plot data are also included. Compiled plot-level characterization data include stand age, disturbance history, tree density, and tree biophysical measurements for calculation of the above-ground (ag) and below-ground (bg) biomass/carbon pools, pre-fire and residual post-fire soil organic layer (SOL) depths and estimates of combustion of tree structural classes. The measured slope and aspect for each site and an assigned moisture class based on topography are also provided. Data from 1019 burned and 152 unburned sites are included. From the estimates of combusted ag and bg carbon pools and SOL losses, the total carbon combusted, the proportion of pre-fire carbon combusted, and the proportion of total carbon combusted were calculated for each plot. FWI System components including moisture and drought codes and indices of fire danger were obtained for each plot from existing data sources based on the plot location, year of burn, and a dynamic start-up date (day of burn, DOB) from the global fire weather database. Data for soil characteristics are included in a separate file.

Get the data

above_plot_data_burned_sites_1744_access.py
import earthaccess
earthaccess.login(strategy="netrc")          # free Earthdata Login

results = earthaccess.search_data(
    short_name="ABoVE_Plot_Data_Burned_Sites_1744",
    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.