> For the complete documentation index, see [llms.txt](https://dronenaksha-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dronenaksha-docs.aeromegh.com/5.-visualization/5.4-point-cloud.md).

# 5.4 Point Cloud

A point cloud is a group of points used to store data dynamically. LiDAR systems are frequently used for this.

The processed information from the LiDAR system develops point cloud data once it has gathered each individual reading and the numerous point data in a point cloud are represented by light pulses.

Surfaces and objects are recorded using a sequence of pictures taken during a fly-over. A point cloud of the object can be created through surface matching and triangulation by matching various photo views of a single view or object.

Steps to use point cloud image are:

1. &#x20;Open an Orthomosaic image generated from DroneNaksha.
2. &#x20;Click on the 3D option from the bottom menu.

<figure><img src="/files/zswF2fiEg4bLcKEW0ip5" alt=""><figcaption><p>Opening Point Cloud Option</p></figcaption></figure>

3. Three options will be displayed on the screen such as "Point Cloud", "Texture View", and "Both".
4. Select "Point Cloud" option to create a point cloud image as shown.

<figure><img src="/files/IJjZzbZQMvdLwUcoHPMp" alt=""><figcaption><p>Point Cloud Image</p></figcaption></figure>

The image generated from point cloud can be rotated from any angle on any axis to observe the structure neatly.

The user may use measurement tools on this image to get the measurements of selected area.

<figure><img src="/files/D8o6krCtyQTPzwcaX9Fj" alt=""><figcaption><p>Measurement</p></figcaption></figure>


---

# 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://dronenaksha-docs.aeromegh.com/5.-visualization/5.4-point-cloud.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.
