Full catalog/Forest_Diversity_CAF_WesternUS_2481
Forest_Diversity_CAF_WesternUS_2481·v1·dataset

How varied forest structure is, mapped by lidar (Africa, western US)

Forest Structural Diversity of Central Africa and the Western US mapped using GEDI
biosphere NASA ORNL_CLOUD Level 3 multiple
In plain English

What it measures. Maps of how tall and how varied forests are in Central Africa and the western United States, including canopy height, how much leaf material is present, and how diverse the forest structure is. The variety in forest shape is treated as a measure of ecosystem health.

How it's made. Built from NASA's GEDI space laser aboard the International Space Station, which scans forest height from orbit, and checked against more detailed laser scans flown on aircraft.

How & where you'd use it. Supports conservation and restoration planning by showing where forests are tall, dense, and structurally rich, which matters for biodiversity in a changing climate.

What's measured

BIOSPHERE › VEGETATION › CANOPY CHARACTERISTICS › VEGETATION HEIGHTBIOSPHERE › ECOSYSTEMS › TERRESTRIAL ECOSYSTEMS › FORESTSBIOSPHERE › VEGETATION › VEGETATION COVERBIOSPHERE › VEGETATION › CANOPY CHARACTERISTICS

Coverage & cadence

  • Time span2013-01-01 → 2023-03-16
  • Measured byAIRCRAFT (LIDAR) · ISS (GEDI)
  • Processing levelLevel 3
  • Spatial extent-125.311, -8.0836, 32.666, 49.662
  • Formatsmultiple
  • 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 holds maps of forest structure and structural diversity metrics at a range of spatial scales (1, 5, 10, 15, 20 and 25 km) derived from NASA's Global Ecosystem Dynamics Investigation (GEDI) spaceborne lidar data collected between April 2019 and March 2023. It also holds the airborne laser scanning (ALS) data that provides simulated GEDI waveforms and was used to evaluate the GEDI-derived metrics. Forest structural diversity is a key component of ecosystem diversity and essential for informing conservation and restoration strategies in the face of rapid global climate change and biodiversity loss. Structural metrics include canopy height at 25th and 98th percentiles, plant area index, canopy cover, and foliage height diversity. Structural diversity metrics include richness, evenness, and divergence. Focusing on two biodiversity global hotspots in Central Africa and the western US, GEDI-derived forest structural metrics were validated at 1 km2 resolution over 391 km2 of airborne ALS coverage. GEDI-derived metrics showed robust correlations with ALS data, particularly in dense, flat Central African forests (R2 up to 0.85) compared to more variable terrains like the California Sierra Nevada (R2 up to 0.55). Structural diversity was calculated through probability density-based methods that consider multivariate forest structural metrics. GEDI canopy height (rh98), canopy cover, and foliage height diversity were effective metrics for capturing structural diversity with an R2 of 0.37 when compared to wall-to-wall ALS data at 1-km2 scale. The maps reveal high structural diversity in mid elevation and coastal forests in the western U.S. and in Central African forest-savanna transitions and volcanic ranges, aligning with ecological processes related to disturbance, wildfires and topographic gradients and aridity. The data are provided in GeoTIFF and comma separated values (CSV) formats. A map of the western US study area is provided in a Keyhole Markup Language (KML) file.

Get the data

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

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