SAGA.garden_learn_to_program.6: 07: Extended neighbourhoods - catchment areas (trace flow)

Extended Neighbourhoods - Catchment areas.<br/>(c) 2003 by Olaf Conrad, Goettingen<br/>email: oconrad@gwdg.de

Inputs

This must be your input data of type grid.

format
href
Please set a value for ELEVATION.

Skip cells (step value).

integer

Choose a method

string

Set 'false' to execute the calculation for each point in grid. Set 'true' tu calculate the flow of one single cell.

boolean

X Position

integer

Y Position

integer

Outputs

This will contain your output data of type grid.

format
transmission

This will contain your output data of type 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.garden_learn_to_program.6", "title": "07: Extended neighbourhoods - catchment areas (trace flow)", "description": "Extended Neighbourhoods - Catchment areas.<br/>(c) 2003 by Olaf Conrad, Goettingen<br/>email: oconrad@gwdg.de", "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.garden_learn_to_program.6/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.garden_learn_to_program.6/execution.html"}], "inputs": {"ELEVATION": {"title": "Elevation grid", "description": "This must be your input data of type 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": "ELEVATION"}, "STEP": {"title": "\u00c9tape", "description": "Skip cells (step value).", "schema": {"type": "integer", "default": 1, "nullable": true}, "id": "STEP"}, "METHOD": {"title": "Method", "description": "Choose a method", "schema": {"type": "string", "default": "Needs less memory, but is slow", "enum": ["Needs less memory", " but is slow", "Needs more memory", " but is quicker"], "nullable": true}, "id": "METHOD"}, "ONECELL": {"title": "Single Cell", "description": "Set 'false' to execute the calculation for each point in grid. Set 'true' tu calculate the flow of one single cell.", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "ONECELL"}, "XCELL": {"title": "X Position", "description": "X Position", "schema": {"type": "integer", "default": 0, "nullable": true}, "id": "XCELL"}, "YCELL": {"title": "Y Position", "description": "Y Position", "schema": {"type": "integer", "default": 0, "nullable": true}, "id": "YCELL"}}, "outputs": {"AREA": {"title": "Catchment area", "description": "This will contain your output data of type 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": "AREA"}, "LENGTH": {"title": "Flow Path Length", "description": "This will contain your output data of type 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": "LENGTH"}}}

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