raster-tools.Gdal_Contour: Builds vector contour lines from a raster elevation model.

http://www.gdal.org/gdal_contour.html

Inputs

The input data source name to use.

string
Please set a value for InputDSN.

The output data source name.

string
Please set a value for OutputDSN.

The elevation interval between contours.

string
Please set a value for i.

provides a name for the attribute in which to put the elevation. If not provided no elevation attribute is attached.

string

A particular band, defaults to band 1.

integer

Outputs

The file name resulting of the convertion

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": "raster-tools.Gdal_Contour", "title": "Builds vector contour lines from a raster elevation model.", "description": "http://www.gdal.org/gdal_contour.html", "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/raster-tools.Gdal_Contour/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/raster-tools.Gdal_Contour/execution.html"}], "inputs": {"InputDSN": {"title": "The input data source name", "description": "The input data source name to use.", "schema": {"type": "string", "default": "Any value"}, "id": "InputDSN"}, "OutputDSN": {"title": "The output data source name", "description": "The output data source name.", "schema": {"type": "string", "default": "Any value"}, "id": "OutputDSN"}, "i": {"title": "An interval value", "description": "The elevation interval between contours.", "schema": {"type": "string", "default": "Any value"}, "id": "i"}, "a": {"title": "Attribute name", "description": "provides a name for the attribute in which to put the elevation. If not provided no elevation attribute is attached.", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "a"}, "b": {"title": "The band number", "description": "A particular band, defaults to band 1.", "schema": {"type": "integer", "nullable": true}, "id": "b"}}, "outputs": {"Result": {"title": "The resulting converted file", "description": "The file name resulting of the convertion", "schema": {"type": "string", "default": "Any value"}, "id": "Result"}}}

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