SAGA.shapes_polygons.5: Polygon Dissolve
Merges polygons, which share the same attribute value, and (optionally) dissolves borders between adjacent polygon parts. If no attribute or combination of attributes is chosen, all polygons will be merged. Uses the free and open source software library <b>Clipper</b> created by Angus Johnson.
Execute End Point
View the execution endpoint of a process.
View the alternative version in HTML.
{"id": "SAGA.shapes_polygons.5", "title": "Polygon Dissolve", "description": "Merges polygons, which share the same attribute value, and (optionally) dissolves borders between adjacent polygon parts. If no attribute or combination of attributes is chosen, all polygons will be merged. Uses the free and open source software library <b>Clipper</b> created by Angus Johnson.", "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.shapes_polygons.5/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.shapes_polygons.5/execution.html"}], "inputs": {"POLYGONS": {"title": "Polygons", "description": "Polygons", "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": "POLYGONS"}, "FIELDS": {"title": "Dissolve Field(s)", "description": "Dissolve Field(s)", "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": "FIELDS"}, "STATISTICS": {"title": "Statistics Field(s)", "description": "Statistics Field(s)", "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": "STATISTICS"}, "STAT_SUM": {"title": "Sum", "description": "Sum", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_SUM"}, "STAT_AVG": {"title": "Mean", "description": "Mean", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_AVG"}, "STAT_MIN": {"title": "Minimum", "description": "Minimum", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_MIN"}, "STAT_MAX": {"title": "Maximum", "description": "Maximum", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_MAX"}, "STAT_RNG": {"title": "Range", "description": "Range", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_RNG"}, "STAT_DEV": {"title": "Deviation", "description": "Deviation", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_DEV"}, "STAT_VAR": {"title": "Variance", "description": "Variance", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_VAR"}, "STAT_LST": {"title": "Listing", "description": "Listing", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_LST"}, "STAT_NUM": {"title": "Count", "description": "Count", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "STAT_NUM"}, "STAT_NAMING": {"title": "Field Naming", "description": "Field Naming", "schema": {"type": "string", "default": "variable type + original name", "enum": ["variable type + original name", "original name + variable type", "original name", "variable type"], "nullable": true}, "id": "STAT_NAMING"}, "BND_KEEP": {"title": "Keep Boundaries", "description": "Keep Boundaries", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "BND_KEEP"}, "MIN_AREA": {"title": "Minimum Area", "description": "Minimum Area", "schema": {"type": "number", "default": 0, "format": "double", "nullable": true}, "id": "MIN_AREA"}}, "outputs": {"DISSOLVED": {"title": "Dissolved Polygons", "description": "Dissolved Polygons", "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": "DISSOLVED"}}}
Display original data as JSON
http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.shapes_polygons.5.html Last modified: Sat Dec 4 00:09:36 CET 2021