SAGA.statistics_grid.13: Save Grid Statistics to Table

Calculates statistical properties (arithmetic mean, minimum, maximum, variance, standard deviation) for each of the given grids and saves it to a table.

Inputs

Grids

format
href
Please set a value for GRIDS.

Number of Data Cells

bool

Number of No-Data Cells

bool

Cellsize

bool

Arithmetic Mean

bool

Minimum

bool

Maximum

bool

Range

bool

Sum

bool

Sum of Squares

bool

Variance

bool

Standard Deviation

bool

Mean less Standard Deviation

bool

Mean plus Standard Deviation

bool

Separate the desired percentiles by semicolon

string

From Histogram

bool

Outputs

Statistics for Grids

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.statistics_grid.13", "title": "Save Grid Statistics to Table", "description": "Calculates statistical properties (arithmetic mean, minimum, maximum, variance, standard deviation) for each of the given grids and saves it to a table.", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "execute", "type": "application/json", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/SAGA.statistics_grid.13/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/SAGA.statistics_grid.13/execution.html"}], "inputs": {"GRIDS": {"title": "Grids", "description": "Grids", "maxOccurs": 1024, "extentded-schema": {"type": "array", "minItems": 1, "maxItems": 1024, "items": {"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": "GRIDS"}, "DATA_CELLS": {"title": "Number of Data Cells", "description": "Number of Data Cells", "maxOccurs": 1, "schema": {"type": "bool", "default": false, "nullable": true}, "id": "DATA_CELLS"}, "NODATA_CELLS": {"title": "Number of No-Data Cells", "description": "Number of No-Data Cells", "maxOccurs": 1, "schema": {"type": "bool", "default": false, "nullable": true}, "id": "NODATA_CELLS"}, "CELLSIZE": {"title": "Cellsize", "description": "Cellsize", "maxOccurs": 1, "schema": {"type": "bool", "default": false, "nullable": true}, "id": "CELLSIZE"}, "MEAN": {"title": "Arithmetic Mean", "description": "Arithmetic Mean", "maxOccurs": 1, "schema": {"type": "bool", "default": true, "nullable": true}, "id": "MEAN"}, "MIN": {"title": "Minimum", "description": "Minimum", "maxOccurs": 1, "schema": {"type": "bool", "default": true, "nullable": true}, "id": "MIN"}, "MAX": {"title": "Maximum", "description": "Maximum", "maxOccurs": 1, "schema": {"type": "bool", "default": true, "nullable": true}, "id": "MAX"}, "RANGE": {"title": "Range", "description": "Range", "maxOccurs": 1, "schema": {"type": "bool", "default": false, "nullable": true}, "id": "RANGE"}, "SUM": {"title": "Sum", "description": "Sum", "maxOccurs": 1, "schema": {"type": "bool", "default": false, "nullable": true}, "id": "SUM"}, "SUM2": {"title": "Sum of Squares", "description": "Sum of Squares", "maxOccurs": 1, "schema": {"type": "bool", "default": false, "nullable": true}, "id": "SUM2"}, "VAR": {"title": "Variance", "description": "Variance", "maxOccurs": 1, "schema": {"type": "bool", "default": true, "nullable": true}, "id": "VAR"}, "STDDEV": {"title": "Standard Deviation", "description": "Standard Deviation", "maxOccurs": 1, "schema": {"type": "bool", "default": true, "nullable": true}, "id": "STDDEV"}, "STDDEVLO": {"title": "Mean less Standard Deviation", "description": "Mean less Standard Deviation", "maxOccurs": 1, "schema": {"type": "bool", "default": false, "nullable": true}, "id": "STDDEVLO"}, "STDDEVHI": {"title": "Mean plus Standard Deviation", "description": "Mean plus Standard Deviation", "maxOccurs": 1, "schema": {"type": "bool", "default": false, "nullable": true}, "id": "STDDEVHI"}, "PCTL_VAL": {"title": "Percentiles", "description": "Separate the desired percentiles by semicolon", "maxOccurs": 1, "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "PCTL_VAL"}, "PCTL_HST": {"title": "From Histogram", "description": "From Histogram", "maxOccurs": 1, "schema": {"type": "bool", "default": true, "nullable": true}, "id": "PCTL_HST"}}, "outputs": {"STATS": {"title": "Statistics for Grids", "description": "Statistics for Grids", "extentded-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": "STATS"}}}

http://tb17.geolabs.fr:8090/ogc-api/processes/SAGA.statistics_grid.13.html
Last modified: Wed Jun 9 17:39:32 CEST 2021