Get raster

Description

Retrieves the geometry of the border of a project.

Endpoint

/path/{pathId}/raster/timestamp/{timestampId}/rasterByExtent

Method

GET

Access Level Rules

Minimum Access Level

view for visual and view+ for raw

Processing Units

Minimum processing units

2

Parameters

NameDescriptionRequiredDefault

pathId

The id of the raster layer.

true

timestampId

The id of the timestamp to ge the raster for

true

extent

An object with properties 'xMin', 'xMax', 'yMin' and 'yMax' denotating the bounds of the image in wgs84.

true

width

Integer for the width of the image in pixels. Maximum of 2048.

true

height

Integer for the height of the image in pixels. Maximum of 2048.

true

bands

Array of integers containing the bands for which to retrieve data.

false

style

An id of a style to apply. Or an object describing a valid style. If not given original raster values are returned. Valid object for style can be found here: https://docs.ellipsis-drive.com/developers/api-v3/path-raster/styles/add-style

false

Last updated