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.

Inputs

Points

format
href
Please set a value for INPUT.

Reduce the number of points to this percentage.

number

Number of Points

integer

Outputs

Thinned Points

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.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://demo.mapmint.com/ogc-api/processes/SAGA.pointcloud_tools.9/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/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"}}}

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