Full catalog/lis-global-da-gpp-trend
lis-global-da-gpp-trend·dataset

Global Trend in Plant Growth Over Time

Gross Primary Productivity Trend - LIS 10km Global DA
biosphere NASA VEDA COG
In plain English

What it measures. Maps the long-term trend in plant productivity worldwide, showing where plant growth and carbon uptake are rising or falling.

How it's made. Calculated from NASA's Land Information System model output using a robust statistical trend method.

How & where you'd use it. Reveals regions where vegetation is greening or declining, informing climate and land-use studies.

What's measured

lisglobalgpptrend

Coverage & cadence

  • Time span2003-01-01 → 2021-12-31
  • Spatial extent-179.95, -59.982, 179.997, 90
  • FormatsCOG

What you can do with it

  • Map vegetation, forests and biomass
  • Monitor ecosystem productivity and carbon
  • Support habitat and biodiversity studies
Official description

Gridded trend in gross primary productivity (theil-sen slope estimation in gC m-2 yr-1) from 10km global LIS with assimilation

Get the data

veda_access.py
# NASA VEDA — open STAC API, anonymous (cloud-optimized GeoTIFFs)
from pystac_client import Client

cat = Client.open("https://openveda.cloud/api/stac")
col = cat.get_collection("lis-global-da-gpp-trend")
items = list(col.get_items())          # browse the analysis-ready COGs
# open an asset with rioxarray:
# import rioxarray; da = rioxarray.open_rasterio(items[0].assets["cog_default"].href)
NASA VEDA is an open STAC catalog — browse and stream the cloud-optimized GeoTIFFs anonymously (no login).