SAGA.pointcloud_tools.9: Point Cloud Thinning (Simple)
This simple thinning tool reduces the number of points in a point cloud by sequential point removal. It is therefore most suited for points stored in chronological order.
Execute End Point
View the execution endpoint of a process.
View the alternative version in HTML.
{"id": "SAGA.pointcloud_tools.9", "title": "Point Cloud Thinning (Simple)", "description": "This simple thinning tool reduces the number of points in a point cloud by sequential point removal. It is therefore most suited for points stored in chronological order. ", "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.pointcloud_tools.9/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.pointcloud_tools.9/execution.html"}], "inputs": {"INPUT": {"title": "Points", "description": "Points", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["application/x-ogc-lasf"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-lasf"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-lasf"}]}, "id": "INPUT"}, "PERCENT": {"title": "Percent", "description": "Reduce the number of points to this percentage.", "schema": {"type": "number", "default": 50, "format": "double", "minimum": 0, "maximum": 100, "nullable": true}, "id": "PERCENT"}, "NUMBER": {"title": "Number of Points", "description": "Number of Points", "schema": {"type": "integer", "default": 0, "nullable": true}, "id": "NUMBER"}}, "outputs": {"RESULT": {"title": "Thinned Points", "description": "Thinned Points", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["application/x-ogc-lasf"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-lasf"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-lasf"}]}, "id": "RESULT"}}}
Display original data as JSON
http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.pointcloud_tools.9.html Last modified: Sat Dec 4 00:09:36 CET 2021