SAGA.grid_filter.6: Majority/Minority Filter

Majority filter for grids.

Inputs

Grille

format
href
Please set a value for INPUT.

Type

string

The majority/minority threshold [percent].

number

The shape of the filter kernel.

string

The kernel radius in cells.

integer

Outputs

Filtered Grid

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": "SAGA.grid_filter.6", "title": "Majority/Minority Filter", "description": "Majority filter for grids.", "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/SAGA.grid_filter.6/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.grid_filter.6/execution.html"}], "inputs": {"INPUT": {"title": "Grille", "description": "Grille", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "application/x-ogc-envi", "application/x-ogc-aaigrid", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "INPUT"}, "TYPE": {"title": "Type", "description": "Type", "schema": {"type": "string", "default": "Majority", "enum": ["Majority", "Minority"], "nullable": true}, "id": "TYPE"}, "THRESHOLD": {"title": "Threshold", "description": "The majority/minority threshold [percent].", "schema": {"type": "number", "default": 0, "format": "double", "minimum": 0, "maximum": 100, "nullable": true}, "id": "THRESHOLD"}, "KERNEL_TYPE": {"title": "Kernel Type", "description": "The shape of the filter kernel.", "schema": {"type": "string", "default": "Circle", "enum": ["Square", "Circle"], "nullable": true}, "id": "KERNEL_TYPE"}, "KERNEL_RADIUS": {"title": "Kernel Radius", "description": "The kernel radius in cells.", "schema": {"type": "integer", "default": 2, "nullable": true}, "id": "KERNEL_RADIUS"}}, "outputs": {"RESULT": {"title": "Filtered Grid", "description": "Filtered Grid", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "application/x-ogc-envi", "application/x-ogc-aaigrid", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "RESULT"}}}

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