Full catalog/GEDI_L4C_WSCI_2338
GEDI_L4C_WSCI_2338·v2·dataset

How structurally complex a forest's canopy is (GEDI lidar)

GEDI L4C Footprint Level Waveform Structural Complexity Index, Version 2
biosphere NASA ORNL_CLOUD Level 4 HDF5
In plain English

What it measures. An index of how structurally complex a forest's canopy is at each measured spot on the ground, along with a confidence range for every estimate. In plain terms, it captures how layered and intricate the vegetation is.

How it's made. Based on GEDI, a laser instrument on the International Space Station that bounces light off the canopy in roughly 25-meter footprints; machine-learning models translated those laser signals into the complexity index.

How & where you'd use it. Helps ecologists study forest structure and biodiversity and compare canopy complexity across different forest types worldwide.

What's measured

BIOSPHERE › VEGETATION › CANOPY CHARACTERISTICS › VEGETATION HEIGHTBIOSPHERE › ECOSYSTEMS › TERRESTRIAL ECOSYSTEMSBIOSPHERE › VEGETATION › FOREST COMPOSITION/VEGETATION STRUCTURE

Coverage & cadence

  • Time span2019-04-17 → 2025-07-09
  • Measured byISS (GEDI) · COMPUTERS (Computer)
  • Processing levelLevel 4
  • Spatial extent-180, -53, 180, 55.8
  • FormatsHDF5
  • 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 contains Global Ecosystem Dynamics Investigation (GEDI) Level 4C (L4C) Version 2 predictions of the Waveform Structural Complexity Index (WSCI) and estimates of prediction intervals for each footprint estimate at 95% confidence. In this version, the granules are in sub-orbits. The algorithm setting group selection used for GEDI04_C is the same as in the GEDI02_A product. The footprints are located within the global latitude band observed by the International Space Station (ISS), nominally 51.6 degrees N and S and reported for the period 2019-04-17 to 2025-07-09. The GEDI instrument consists of three lasers producing a total of eight beam ground transects, which instantaneously sample eight ~25 m footprints spaced approximately every 60 m along-track. The GEDI beam transects are spaced approximately 600 m apart on the Earth's surface in the cross-track direction, for an across-track width of ~4.2 km. Footprint WSCI was derived from XGBoost regression models relating simulated GEDI Level 2A (L2A) waveform relative height (RH) metrics to a 3D structural complexity metric calculated from matched Airborne laser Scanning (ALS) point clouds. Four global WSCI models were trained on a plant functional type (PFT) basis (i.e., deciduous broadleaf trees, evergreen broadleaf trees, evergreen needleleaf trees, and the combination of grasslands, shrubs, and woodlands). For each of the eight beams, additional data are reported with the WSCI estimates, including the associated uncertainty metrics, quality flags, and other information about the GEDI L2A waveform for this selected algorithm setting group. Additional model outputs include WSCI predictions for each of the six GEDI L2A algorithm setting groups and associated prediction intervals. Providing these ancillary data products will allow users to evaluate and select alternative algorithm setting groups. The data are provided in HDF5 format.

Get the data

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

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