Skip to main content

dem-heights (2.0.0)

Download OpenAPI specification:Download

License: MIT

map-colonies service for extracting elevations from DTM/DSM geotiffs

heights

get points heights

Request Body schema:

Points to calculate heights for.

required
Array of objects
productTypeEnum (string)
Default: "MIXED"

Responses

Request samples

Content type
{
  • "positions": [
    ],
  • "productType": "MIXED"
}

Response samples

Content type
{
  • "data": [
    ],
  • "products": {
    }
}