Terrain RGB

Endpoint to fetch altitude data from an Ellipsis raster layer encoded as a PNG

Description

Get RGB encoded altitude data as png.

Endpoint

/path/{pathId}/timestamp/{timestampId}/tile/{z}/{x}/{y}?style={method:'terrainRgb', parameters:{bandNumber:{band number}}}

Method

GET

Access Level Rules

Minimum Access Level

Processing Units

Minimum processing units

Parameters

NameTypeDescriptionRequiredDefault

pathId

The id of the raster layer.

timestampId

The id of the timestamp

z,x,y

The z,x and y location of the tile as integer

style

An object with as method 'terrainRgb' and as paramters and object with property bandNumber, the bandNumber must be an integer indicating the band of the raster to fecth the data from.

Last updated