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.

Data Types

JSON

type description
AbstractMultibandStatisticsResult A multi band statistics results is basically an array of individual results. The number of elements in the array corresponds to the number of bands in the layer.
AbstractStatisticsResult
Bounds
CollectedMeanTimeSeriesResponse
CvTimeSeriesResponse A time series containing timestamped results.
DateStatisticsResult A single timestamped entry of a timeseries.
HistogramTimeSeriesResponse
IterableOfBin
Layer
LayersResponse
MeanTimeSeriesResponse A time series containing timestamped results.
MultibandDateStatisticsResult A single timestamped entry of a timeseries.
MultibandMeanTimeSeriesResponse
MultibandTimeSeriesResponse
MultibandTimestampedStatisticsResult A single timestamped entry of a timeseries.
StatisticsResult
StatsCvResult
StatsMeanResult
StreamingOutput
TimeSeriesResponse A time series containing timestamped results.
TimestampedHistogramResult
TimestampedStatisticsResult A single timestamped entry of a timeseries.