How much carbon plants capture, 8-day (NOAA-20, 500 m)
What it measures. Estimates how much carbon plants pull from the air through photosynthesis (gross primary productivity) and their net photosynthesis, summed over 8-day windows across the globe at 500 m detail.
How it's made. Calculated from the VIIRS instrument on the NOAA-20 satellite using the radiation-use-efficiency approach, delivered as a gridded product.
How & where you'd use it. Feeds models of the carbon, water, and energy cycles and helps scientists track how productive and healthy vegetation is worldwide.
What's measured
Coverage & cadence
- Time span2025-01-01 → ongoing
- Measured byNOAA-20 (VIIRS)
- Processing levelLevel 4
- Spatial extent-180, -90, 180, 90
- FormatsHDF-EOS5
- StatusACTIVE
What you can do with it
- Map air pollutants — NO₂, aerosols, ozone
- Track greenhouse gases and Earth's energy budget
- Feed weather and air-quality analysis
Official description
The NOAA-20 Visible Infrared Imaging Radiometer Suite (VIIRS) Gross Primary Productivity (GPP) and Net Photosynthesis (PSN) (VJ117A2) Version 2 data product is a cumulative composite of GPP values based on the radiation use efficiency concept that is potentially used as inputs to data models to calculate terrestrial energy, carbon, water cycle processes, and biogeochemistry of vegetation. VJ117A2 is an 8-day composite at 500 meter spatial resolution delivered as a gridded Level 4 (L4) product in Sinusoidal projection. Provided in the VJ117A2 product are layers for GPP, PSN, along with a quality control layer. A low resolution browse image for GPP is also available for each VJ117A2 granule. Known Issues * For complete information about known issues please refer to the [MODIS/VIIRS Land Quality Assessment website](https://landweb.modaps.eosdis.nasa.gov/knownissue?sensor=VIIRS).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="VJ117A2",
version="002",
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 LPCLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- The LDOPE Land Product Quality Assessment website provides known issues, maneuvers, and product quality of the land products. VIEW RELATED INFORMATION
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA
- The technical information in the User's Guide enables users to interpret and use the data products. VIEW RELATED INFORMATION
- Further details regarding VIIRS product validation and maturity status are available from VIIRS Land Product Quality Assessment site. VIEW RELATED INFORMATION
- The Application for Extracting and Exploring Analysis Ready Samples (AppEEARS) offers a simple and efficient way to perform data access and transformation processes. GET DATA