Last updated
Description
Request to obtain raster data on a contour.
Endpoint
/path/{pathId}/raster/timestamp/{timestampId}/contour
Method
GET
Access Level
view
Processing units
2
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