SAGA.grid_analysis.15: Fragmentation (Standard)
Grid based fragmentation analysis after Riitters et al. (2000).<br/><br/>(1) interior, if Density = 1.0<br/>(2) undetermined, if Density > 0.6 and Density = Connectivity<br/>(3) perforated, if Density > 0.6 and Density - Connectivity > 0<br/>(4) edge, if Density > 0.6 and Density - Connectivity < 0<br/>(5) transitional, if 0.4 < Density < 0.6<br/>(6) patch, if Density < 0.4<br/>
Execute End Point
View the execution endpoint of a process.
View the alternative version in HTML.
{"id": "SAGA.grid_analysis.15", "title": "Fragmentation (Standard)", "description": "Grid based fragmentation analysis after Riitters et al. (2000).<br/><br/>(1) interior, if Density = 1.0<br/>(2) undetermined, if Density > 0.6 and Density = Connectivity<br/>(3) perforated, if Density > 0.6 and Density - Connectivity > 0<br/>(4) edge, if Density > 0.6 and Density - Connectivity < 0<br/>(5) transitional, if 0.4 < Density < 0.6<br/>(6) patch, if Density < 0.4<br/>", "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://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.grid_analysis.15/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.grid_analysis.15/execution.html"}], "inputs": {"CLASSES": {"title": "Classification", "description": "Classification", "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": "CLASSES"}, "CLASS": {"title": "Class Identifier", "description": "Class Identifier", "schema": {"type": "integer", "default": 1, "nullable": true}, "id": "CLASS"}, "NEIGHBORHOOD_MIN": {"title": "Neighborhood (min value)", "description": "Moving window size = 1 + 2 * Neighborhood.", "schema": {"type": "number", "nullable": true}, "id": "NEIGHBORHOOD_MIN"}, "NEIGHBORHOOD_MAX": {"title": "Neighborhood (max value)", "description": "Moving window size = 1 + 2 * Neighborhood.", "schema": {"type": "number", "nullable": true}, "id": "NEIGHBORHOOD_MAX"}, "AGGREGATION": {"title": "Level Aggregation", "description": "Level Aggregation", "schema": {"type": "string", "default": "average", "enum": ["average", "multiplicative"], "nullable": true}, "id": "AGGREGATION"}, "BORDER": {"title": "Add Border", "description": "Add Border", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "BORDER"}, "WEIGHT": {"title": "Connectivity Weighting", "description": "Connectivity Weighting", "schema": {"type": "number", "default": 1.1, "format": "double", "nullable": true}, "id": "WEIGHT"}, "DENSITY_MIN": {"title": "Minimum Density [Percent]", "description": "Minimum Density [Percent]", "schema": {"type": "number", "default": 10, "format": "double", "minimum": 0, "maximum": 100, "nullable": true}, "id": "DENSITY_MIN"}, "DENSITY_INT": {"title": "Minimum Density for Interior Forest [Percent]", "description": "if less than 100, it is distinguished between interior and core forest", "schema": {"type": "number", "default": 99, "format": "double", "minimum": 0, "maximum": 100, "nullable": true}, "id": "DENSITY_INT"}, "CIRCULAR": {"title": "Neighbourhood", "description": "Neighbourhood", "schema": {"type": "string", "default": "circle", "enum": ["square", "circle"], "nullable": true}, "id": "CIRCULAR"}, "DIAGONAL": {"title": "Include diagonal neighbour relations", "description": "Include diagonal neighbour relations", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "DIAGONAL"}}, "outputs": {"DENSITY": {"title": "Density [Percent]", "description": "Density Index (Pf).", "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": "DENSITY"}, "CONNECTIVITY": {"title": "Connectivity [Percent]", "description": "Connectivity Index (Pff).", "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": "CONNECTIVITY"}, "FRAGMENTATION": {"title": "Fragmentation", "description": "Fragmentation Index", "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": "FRAGMENTATION"}, "FRAGSTATS": {"title": "Summary", "description": "Summary", "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": "FRAGSTATS"}}}
Display original data as JSON
http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.grid_analysis.15.html Last modified: Sat Dec 4 00:09:36 CET 2021