Full catalog/Phenology_AmeriFlux_Neon_Sites_2033
Phenology_AmeriFlux_Neon_Sites_2033·v1·dataset

When plants green up and brown down at tower sites (North America)

Land Surface Phenology, Eddy Covariance Tower Sites, North America, 2017-2021
biosphere NASA ORNL_CLOUD Level 3 multiple
In plain English

What it measures. Tracks the seasonal rhythm of plant life around 104 monitoring towers in North America: when vegetation greens up in spring, hits its peak, and browns down in fall, plus greenness scores and quality flags.

How it's made. Built from very high-resolution (3-meter) PlanetScope satellite images covering 10-by-10 km areas around each tower, processed into seasonal-timing measures for the 2017-2021 growing seasons.

How & where you'd use it. Researchers use it to check other satellite greening products, test land-surface model predictions, and study what drives the seasonal flow of carbon, water, and energy between ecosystems and the air.

What's measured

BIOSPHERE › VEGETATION › PLANT PHENOLOGYBIOSPHERE › VEGETATION › LEAF CHARACTERISTICS

Coverage & cadence

  • Time span2017-01-01 → 2021-12-31
  • Measured bySATELLITES (PlanetScope)
  • Processing levelLevel 3
  • Spatial extent-176.133, 14.3389, -57.3047, 70.9848
  • 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 land surface phenology (LSP) dataset provides spatially explicit data related to the timing of phenological changes such as the start, peak, and end of vegetation activity, vegetation index metrics and associated quality assurance flags. The data are for the growing seasons of 2017-2021 for 10-km x 10-km windows centered over 104 eddy covariance towers at AmeriFlux and National Ecological Observatory Network (NEON) sites. The dataset is derived at 3-m spatial resolution from PlanetScope imagery across a range of plant functional types and climates in North America. These LSP data can be used to assess satellite-based LSP products, to evaluate predictions from land surface models, and to analyze processes controlling the seasonality of ecosystem-scale carbon, water, and energy fluxes. The data are provided in NetCDF format along with geospatial area-of-interest information and visualizations of the analysis window for each site in GeoJSON and HTML formats.

Get the data

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

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