SAGA.grid_tools.39: Change Grid Values - Flood Fill

A flood fill algorithm will be used for replacement of grid cell values starting at the positions of the input points. If one or more points are selected, only these will be processed, otherwise all. If the target grid is not set, the changes will be applied to the original grid.

Inputs

Points

format
href
Please set a value for POINTS.

Grille

format
href
Please set a value for GRID.

Value to be replaced

string

Replace only this value with respect to the specified tolerance.

number

Tolerance

number

Do not fill areas representing no-data.

boolean

Fill with No-Data

boolean

Fill Value

number

Outputs

Changed 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_tools.39", "title": "Change Grid Values - Flood Fill", "description": "A flood fill algorithm will be used for replacement of grid cell values starting at the positions of the input points. If one or more points are selected, only these will be processed, otherwise all. If the target grid is not set, the changes will be applied to the original grid. ", "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_tools.39/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.grid_tools.39/execution.html"}], "inputs": {"POINTS": {"title": "Points", "description": "Points", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/xml", "application/vnd.google-earth.kml+xml", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/vnd.google-earth.kml+xml"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/vnd.google-earth.kml+xml"}, {"type": "object"}]}, "id": "POINTS"}, "GRID": {"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": "GRID"}, "REPLACE": {"title": "Value to be replaced", "description": "Value to be replaced", "schema": {"type": "string", "default": "value at mouse position", "enum": ["value at mouse position", "fixed value"], "nullable": true}, "id": "REPLACE"}, "REPLACE_VALUE": {"title": "Fixed value to be replaced", "description": "Replace only this value with respect to the specified tolerance.", "schema": {"type": "number", "default": 0, "format": "double", "nullable": true}, "id": "REPLACE_VALUE"}, "TOLERANCE": {"title": "Tolerance", "description": "Tolerance", "schema": {"type": "number", "default": 1, "format": "double", "nullable": true}, "id": "TOLERANCE"}, "IGNORE_NODATA": {"title": "Ignore No-Data", "description": "Do not fill areas representing no-data.", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "IGNORE_NODATA"}, "FILL_NODATA": {"title": "Fill with No-Data", "description": "Fill with No-Data", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "FILL_NODATA"}, "FILL_VALUE": {"title": "Fill Value", "description": "Fill Value", "schema": {"type": "number", "default": 0, "format": "double", "nullable": true}, "id": "FILL_VALUE"}}, "outputs": {"GRID_OUT": {"title": "Changed Grid", "description": "Changed 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": "GRID_OUT"}}}

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