Analyse raster data
Description
Request to obtain statistical information on the raster data for a region
Endpoint
/path/{pathId}/raster/timestamp/analyse
Method
GET
Access Level Rules
Access Level
view+
Processing Units
Processing units
50
Parameters
Name
Description
Required
Default
pathId
The id of the raster layer.
true
timestampIds
An array of timestamp ids you wish to get data for.
true
geometry
A GeoJSON of the area of interest in WGS84.
true
approximate
Boolean whether a faster approximate of the aggregated data should be retrieved.
false
Default false.
returnType
The return type of the output. Must be one of "statistics", "withLocation" or "all".
false
Default "statistics".
Last updated