> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/spatialexplorer-8-and-9/user-interface/toolbars/analytics/create/cloudclean.md).

# CloudClean

**CloudClean** is used to make a smart-decimated cloud, or to increase the precision on surfaces. Smart decimation refers to reducing the density of a pointcloud by removing points furthest from estimated surfaces in the cloud.&#x20;

{% hint style="warning" %}
Users have several options for improving precision on hard surfaces. CloudClean decimated will attempt to improve precision without reducing density, similar to [Statistical Outlier Removal](/spatialexplorer-8-and-9/user-interface/toolbars/analytics/classify/classify-statistical-outliers.md) (SOR). The primary difference between the two tools is that SOR will result in a changed classification (assigning points to noise class), whereas CloudClean will create an entirely new pointcloud. For a more arbitrary form of decimation, configure the[ lidar processing settings](/spatialexplorer-8-and-9/user-interface/windows/project/rover/lidars/lidar-processing-settings.md) to exclude every other line, or as is the case with multi-laser systems, utilize auto-downsampling.&#x20;
{% endhint %}

<figure><img src="/files/fLnkO8j15txRDfdL6sX7" alt=""><figcaption></figcaption></figure>

**Output Mode:**  Choose between created *Decimated*, *Projected*, or both clouds

**Points per Square Meter:** Target point density for the output cloud. Used only with *Decimated* mode.

**Uniformity:** A value of 1 will try to maximize uniform density in the pointcloud. A value of 0 will disregard uniformity and focus only on improving surface precision. Most users will want to use the default value of 0.&#x20;

### Output Mode:

**Decimated:** Given point density, algorithm picks points that are nearest to the computed surface. It then keeps original points from the cloud, but discards the points furthest away from computed surface.

![Profile Cross Section: Original pointcloud (Red) Vs Decimated pointcloud(Green)](/files/N8TFgpNhcGYJIRqVGRjc)

**Projected:** Projects every original point to a computed surface. It keeps all the points from the cloud, but moves or 'projects' them closer to the computed surface.

![Profile Cross Section: Original pointcloud (Red) Vs Projected pointcloud (Blue)](/files/Bwydq07kGLgLRIgPyZG9)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.phoenixlidar.com/spatialexplorer-8-and-9/user-interface/toolbars/analytics/create/cloudclean.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
