The Statistics operator is a plot operator that computes count statistics of a raster source. The output is a JSON description.
Statistics
For instance, you want to get an overview of the raster data source. Then, you can use this operator to get basic count statistics.
This operator is parameterless.
The operator consumes one or more raster operators.
rasters
MultipleRasterSources
{ "type": "Statistics", "params": {}, "sources": { "rasters": [ { "type": "GdalSource", "params": { "dataset": { "type": "internal", "datasetId": "a626c880-1c41-489b-9e19-9596d129859c" } } } ] } }
[ { "pixelCount": 6, "nanCount": 0, "min": 1.0, "max": 6.0, "mean": 3.5, "stddev": 1.707 } ]