Terrain RGB
Endpoint to fetch altitude data from an Ellipsis raster layer encoded as a PNG
Last updated
Endpoint to fetch altitude data from an Ellipsis raster layer encoded as a PNG
Last updated
Name | Type | Description | Required | Default |
---|---|---|---|---|
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
Minimum Access Level
view
Minimum processing units
pathId
uuid
The id of the raster layer.
true
timestampId
uuid
The id of the timestamp.
true
z,x,y
int
The z,x and y location of the tile as integers.
true
style
JSON
A JSON with properties "method" = "terrainRgb" and "paramters" is a JSON with property "bandNumber". The bandNumber must be an integer indicating the band of the raster to fetch the data from.
true