classifier.getClassifierImage: Get the classifier image.

Compute color gradient between two given values.

Inputs

The color in hexa to start with for gradient calculation.

string
Please set a value for from.

The color in hexa to end the gradient calculation.

string
Please set a value for to.

The number of color to use in the gradient.

string

Outputs

A PNG image containing the color gradient

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": "classifier.getClassifierImage", "title": "Get the classifier image. ", "description": "Compute color gradient between two given values.", "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/classifier.getClassifierImage/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/classifier.getClassifierImage/execution.html"}], "inputs": {"from": {"title": "The color in hexa to start with", "description": "The color in hexa to start with for gradient calculation.", "schema": {"type": "string", "default": "Any value"}, "id": "from"}, "to": {"title": "The color in hexa to end with", "description": "The color in hexa to end the gradient calculation.", "schema": {"type": "string", "default": "Any value"}, "id": "to"}, "nbClass": {"title": "The number of color", "description": "The number of color to use in the gradient.", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "nbClass"}}, "outputs": {"Result": {"title": "The Gradient image", "description": "A PNG image containing the color gradient", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "Result"}}}

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