Time Series Image Statistics

Apply image statistics on stack of rasters.


Description

A processing block that applies statistics on a stack of raster inputs.

See this block on the marketplace.

How it works

This block mainly works with time series of images with one band, such as images related to weather or climate analysis.

ParameterOverview
methodstring / required
A statistical method to be applied on the stack of raster inputs:
  • mean
  • min
  • max
  • std
  • median
  • sum
For instance, by using mean, the mean of its values for each pixel in the stack will be calculated. This stack of raster inputs is essentially a time series of images for a specific area of interest.
The default value is mean.

Example

A workflow with WorldDEM4Ortho.

{
  "worlddem-4ortho:1": {
    "bbox": [
      73.838299,
      29.848386,
      73.909492,
      29.909739
    ]
  },
  "up42-timeseries-image-statistics:1": {
    "method": "mean"
  }
}

Capabilities

Input

Output

To know more please check the block capabilities specifications.