SAGA.table_calculus.5: Running Average

Running Average

Inputs

Input

format
href
Please set a value for INPUT.

Champ

format
href
Please set a value for FIELD.

The number of preceding and following records to be taken into account for statistics. The total number is one plus two times the range.

integer

Mean

boolean

Mean

format
href
Please set a value for FIELD_MEAN.

Median

boolean

Median

format
href
Please set a value for FIELD_MEDIAN.

Minimum

boolean

Minimum

format
href
Please set a value for FIELD_MIN.

Maximum

boolean

Maximum

format
href
Please set a value for FIELD_MAX.

Standard Deviation

boolean

Standard Deviation

format
href
Please set a value for FIELD_STDV.

Lower Standard Deviation

boolean

Lower Standard Deviation

format
href
Please set a value for FIELD_STDV_LO.

Higher Standard Deviation

boolean

Higher Standard Deviation

format
href
Please set a value for FIELD_STDV_HI.

Outputs

Output

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.table_calculus.5", "title": "Running Average", "description": "Running Average", "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.table_calculus.5/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.table_calculus.5/execution.html"}], "inputs": {"INPUT": {"title": "Input", "description": "Input", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "INPUT"}, "FIELD": {"title": "Champ", "description": "Champ", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "FIELD"}, "RANGE": {"title": "Range of Records", "description": "The number of preceding and following records to be taken into account for statistics. The total number is one plus two times the range.", "schema": {"type": "integer", "default": 10, "nullable": true}, "id": "RANGE"}, "MEAN": {"title": "Mean", "description": "Mean", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "MEAN"}, "FIELD_MEAN": {"title": "Mean", "description": "Mean", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "FIELD_MEAN"}, "MEDIAN": {"title": "Median", "description": "Median", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "MEDIAN"}, "FIELD_MEDIAN": {"title": "Median", "description": "Median", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "FIELD_MEDIAN"}, "MIN": {"title": "Minimum", "description": "Minimum", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "MIN"}, "FIELD_MIN": {"title": "Minimum", "description": "Minimum", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "FIELD_MIN"}, "MAX": {"title": "Maximum", "description": "Maximum", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "MAX"}, "FIELD_MAX": {"title": "Maximum", "description": "Maximum", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "FIELD_MAX"}, "STDV": {"title": "Standard Deviation", "description": "Standard Deviation", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "STDV"}, "FIELD_STDV": {"title": "Standard Deviation", "description": "Standard Deviation", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "FIELD_STDV"}, "STDV_LO": {"title": "Lower Standard Deviation", "description": "Lower Standard Deviation", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "STDV_LO"}, "FIELD_STDV_LO": {"title": "Lower Standard Deviation", "description": "Lower Standard Deviation", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "FIELD_STDV_LO"}, "STDV_HI": {"title": "Higher Standard Deviation", "description": "Higher Standard Deviation", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "STDV_HI"}, "FIELD_STDV_HI": {"title": "Higher Standard Deviation", "description": "Higher Standard Deviation", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "FIELD_STDV_HI"}}, "outputs": {"OUTPUT": {"title": "Output", "description": "Output", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "OUTPUT"}}}

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