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.
Parameter | Overview |
---|---|
method | string / required A statistical method to be applied on the stack of raster inputs:
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
raster
up42_standard | |
---|---|
dtype | float |
format | GTiff |
Output
raster
up42_standard | |
---|---|
dtype | float |
format | GTiff |
To know more please check the block capabilities specifications.