Get contour of raster
Description
Request to obtain raster data on a contour.
Endpoint
/path/{pathId}/raster/timestamp/{timestampId}/contour
Method
GET
Access Level Rules
Access Level
view
Processing Units
Processing units
2
Parameters
Name
Description
Required
Default
pathId
The id of the raster layer.
true
timestampId
The id of the timestamp you wish to get data for.
true
bounds
A GeoJSON of the area of interest in WGS84.
true
line
A GeoJSON LineString in WGS84.
true
bandNumber
The number of the band for which to retrieve data.
true
intervals
Optional array of positive floats to use as intervals
false
Default null.
Last updated
Was this helpful?