Point elevation
Gets the elevation of one or more points from the MDT05
elevation getElevation
| Id | Title | Data Type | Description |
|---|---|---|---|
| geom | geom | String | Points or list of points to be processed. Mandatory. |
| formato | formato | string | The format in which the geometry of the geom parameter is provided. The supported formats are wkt (GeometryCollection or MultiPoint) and geojson (feature collection). Mandatory. |
| crs | crs | integer | Reference system of the geom parameter. Optional. If it is not provided the default value 4326 will be used. |
| withCoord | withCoord | boolean | Boolean parameter to get the coordinates along with their altitudes. Default False |
| outputFormat | outputFormat | string |
| Id | Title | Description |
|---|---|---|
| id | GetElevation | Identifier of the executed process. |
| values | Resultado | List (Array) with the elevations for each point, in the same order given in the input data. |
Execution modes
- Synchronous
