Perfil de elevación
Gets the elevation profile between two or more points. To obtain this profile, intermediate points are created. These points are created based on the distance parameter. It is calculated from MDT05.
elevation profile
| 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. |
| distance | distancia | integer | Spacing distance between intermediate points for which altitudes are calculated between the points given in the geom parameter (in meters). By default it is 20m and has a minimum of 5m |
| withCoord | withCoord | boolean | Boolean parameter to get the coordinates along with their altitudes. Optional, default False |
| withDistances | withDistances | boolean | Boolean parameter to get the calculated distances between the points. Optional. Default False |
| Id | Title | Description |
|---|---|---|
| id | ElevationProfile | Identifier of the executed process. |
| crs | crs | Reference system of the corodinates. |
| values | Resultado | List (Array) with the elevations for the processed points, both given and intermediate, in the same order given |
| distancias_sub | Distancias de los subtramos | List (Array) with the distances between the processed points, both given and intermediate, in the same order given |
Execution modes
- Synchronous
