The MeanRasterPixelValuesOverTime is a plot operator that computes a time series plot of mean raster values. For each time step in the raster time series, it computes one mean value. The output is a plot in Vega-Lite specification.
MeanRasterPixelValuesOverTime
For instance, you want to plot the mean temperature of a monthly raster time series. Then, you can use this operator to generate a time series plot.
timePosition
start
center
end
"start"
area
boolean
true
false
The operator consumes exactly one raster operator.
raster
SingleRasterSource
{ "type": "MeanRasterPixelValuesOverTime", "params": { "timePosition": "start", "area": true }, "sources": { "raster": { "type": "GdalSource", "params": { "data": { "type": "internal", "datasetId": "a626c880-1c41-489b-9e19-9596d129859c" } } } } }