Skip to content

stac-extensions/vpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vegetation Phenology and Productivity Extension Specification

This document explains the Vegetation Phenology and Productivity Extension to the SpatioTemporal Asset Catalog (STAC) specification.

Vegetation Phenology and Productivity (VPP) parameters describe the seasonal development of vegetation, such as the start and end of the growing season, and the productivity of the vegetation during a season. The term is primarily used in the Copernicus Land Monitoring Service (CLMS). This extension defines the fields used to describe the VPP season and sub-parameter that a STAC object relates to.

Fields

The fields in the table below can be used in these parts of STAC documents:

  • Catalogs
  • Collections
  • Item Properties (incl. Summaries in Collections)
  • Assets (for both Collections and Items, incl. Item Asset Definitions in Collections and Asset Templates)
  • Links (incl. Link Templates)
  • Bands
Field Name Type Description
vpp:season string The VPP season number. One of S1 or S2. See below for details.
vpp:sub_parameter string The VPP sub-parameter acronym. See below for the list of allowed values.

Additional Field Information

vpp:season

The Vegetation Phenology and Productivity (VPP) season number. Two seasons can be detected per year.

Value Description
S1 First season.
S2 Second season.

vpp:sub_parameter

The Vegetation Phenology and Productivity (VPP) sub-parameter acronym.

Value Description
AMPL Season amplitude
EOSD Day of end-of-season
EOSV Vegetation index value at end-of-season
LENGTH Length of season
LSLOPE Slope of the greening up period
MAXD Day of maximum value in season
MAXV Maximum value of the season
MINV Minimum value of the season
QA Quality assurance / quality flag
RSLOPE Slope of the senescent period
SOSD Day of start-of-season
SOSV Vegetation index value at start-of-season
SPROD Seasonal productivity
TPROD Total productivity

Contributing

All contributions are subject to the STAC Specification Code of Conduct. For contributions, please follow the STAC specification contributing guide Instructions for running tests are copied here for convenience.

Running tests

The same checks that run as checks on PRs are part of the repository and can be run locally to verify that changes are valid. To run tests locally, you'll need npm, which is a standard part of any node.js installation.

First you'll need to install everything with npm once. Just navigate to the root of this repository and on your command line run:

npm install

Then to check markdown formatting and test the examples against the JSON schema, you can run:

npm test

This will spit out the same texts that you see online, and you can then go and fix your markdown or examples.

If the tests reveal formatting problems with the examples, you can fix them with:

npm run format-examples

About

STAC Extension for Vegetation Phenology and Productivity (CLMS)

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from stac-extensions/template