GdalExtractProfile: Extract elevation values along a line.

Fetch the x,y,z values of a DEM raster file along a linestring

Inputs

The file containing elevation model relative to the dataPath defined in the ZOO-Project main configuration file.

string

The input data source name to use as source for convertion.

format
href
Please set a value for Geometry.

Outputs

GeoJSON string containing the X Y Z values where (X,Y) is corresponding to the original coordinates and the elevation value.

format
transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "GdalExtractProfile", "title": "Extract elevation values along a line. ", "description": "Fetch the x,y,z values of a DEM raster file along a linestring", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/GdalExtractProfile/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/GdalExtractProfile/execution.html"}], "inputs": {"RasterFile": {"title": "The name of the MNT file", "description": "The file containing elevation model relative to the dataPath defined in the ZOO-Project main configuration file.", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "RasterFile"}, "Geometry": {"title": "The path to calaculate profile", "description": "The input data source name to use as source for convertion.", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["application/json", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "object"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "object"}, {"type": "object"}]}, "id": "Geometry"}}, "outputs": {"Profile": {"title": "The resulting profile", "description": "GeoJSON string containing the X Y Z values where (X,Y) is corresponding to the original coordinates and the elevation value. ", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["application/json", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "object"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "object"}, {"type": "object"}]}, "id": "Profile"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/GdalExtractProfile.html
Last modified: Sat Feb 19 15:43:34 CET 2022