Resources

You may also enjoy the interactive interface provided for this API by Swagger.

Try it out!

name path methods description
TimeSeriesService
  • /v1.0/ts
  • /v1.0/ts/{productId}/features
  • /v1.0/ts/{productId}/geometries
  • /v1.0/ts/{productId}/geometry
  • /v1.0/ts/{productId}/point
  • /v1.0/ts/{productId}/test
  • /v1.0/ts/{productId}/features/histogram
  • /v1.0/ts/{productId}/geometries/histogram
  • /v1.0/ts/{productId}/geometry/cv
  • /v1.0/ts/{productId}/geometry/histogram
  • /v1.0/ts/{productId}/geometry/multiband
  • GET
  • POST
  • POST
  • POST
  • GET
  • GET
  • POST
  • POST
  • POST
  • POST
  • POST
Computes times series for a product over a given polygon or point. Polygon queries aggregate all values in the polygon, taking nodata into account. Depending on the product, additional masking rules may be applied. For PROBA-V NDVI:
  • A land/sea mask based on ESA CCI landcover is applied
  • Only clear pixels (according to the status mask layer) are used.
The type of product to work on is specified by 'parametername', valid values are, amongst others:
  • PROBAV_L3_S10_TOC_NDVI_333M
  • CHIRPS_RAINFALL
  • ...
For a complete list of supported product types, check the use the GET /v1.x/ts request.
TimeSeriesServiceV11
  • /v1.1/ts
  • /v1.1/ts/{productId}/features
  • /v1.1/ts/{productId}/geometries
  • /v1.1/ts/{productId}/geometry
  • /v1.1/ts/{productId}/point
  • /v1.1/ts/{productId}/test
  • /v1.1/ts/{productId}/features/histogram
  • /v1.1/ts/{productId}/geometries/histogram
  • /v1.1/ts/{productId}/geometry/cv
  • /v1.1/ts/{productId}/geometry/histogram
  • /v1.1/ts/{productId}/geometry/multiband
  • GET
  • POST
  • POST
  • POST
  • GET
  • GET
  • POST
  • POST
  • POST
  • POST
  • POST
Computes times series for a product over a given polygon or point. Polygon queries aggregate all values in the polygon, taking nodata into account. Depending on the product, additional masking rules may be applied. For PROBA-V NDVI:
  • A land/sea mask based on ESA CCI landcover is applied
  • Only clear pixels (according to the status mask layer) are used.
The type of product to work on is specified by 'parametername', valid values are, amongst others:
  • PROBAV_L3_S10_TOC_NDVI_333M
  • CHIRPS_RAINFALL
  • ...
For a complete list of supported product types, check the use the GET /v1.x/ts request.