# Visualize Data

## Creating a View

Once RiUnite has completed, you can view the scan in either the 2D or 3D view.&#x20;

Add a view. In this case, we will add a timestamp view, to visualize relative accuracy:

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

Drag the lidar record(s) into the view:

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

You may need to update the histogram of the visualization attribute. Right click and edit the view type.

Since we have added the lidar record to the view, we can click the up and down arrows to automatically shift the color histogram to better cover the attribute values:

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

Our view now better represents the data by timestamp. Keep in mind you can switch between 2D and 3D view. Some attributes (true color) will only display in the 3D view.

## Profile View

You can cut a profile in the 2D view by pressing the "O" key on your keyboard, then holding down the Alt key while clicking the end and beginning of the cross section:

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

The profile will then display in 3D mode. Be aware that a profile is essentially a selection of points in the 3D view. To negate the profile and display all points in the 3D view, click the Show All button:

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

## Point Rules and Visualizing Point Classes

Point rules dictate how points are visualized in the view. Right click Point rules and select Create point rules from scan:

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

If any points have been classified, this will allow you to see those classes in the properties panel. Points can be visualized by class ONLY in the 3D view.

After creating point rules from scan, we can see our water surface and isolated point classifications.&#x20;

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


---

# Agent Instructions: 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:

```
GET https://docs.phoenixlidar.com/3rd-party-software-documentation/bathymetric-lidar-processing-in-riprocess/visualize-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
