> 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/7.-measurement/7.4-volumetric-analysis-measurement.md).

# 7.4 Volumetric Analysis / Measurement

DroneNaksha provides the volumetric measurements of the selected area marked on an orthomosaic map. The steps for getting a volumetric measurement are as follows:

1. Open an orthomosaic map generated through DroneNaksha.
2. Mark the area by using "Measure Area" tool.
3. Select the marked area with pointer as shown in the following image.&#x20;
4. The volumetric measurement will be displayed on the right-hand side of the screen by clicking on "Calculate" button.
5. It will show the cut volume, fill volume and volume with the method applied.&#x20;

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

This type of Volumetric Measurement plays very important role in the construction industry. Cut and Fill measurement is also important for any construction industry. DroneNaksha provides the values readily with a single click that reduces the human time and mistakes.&#x20;

#### Deletion of Marked Areas:

Select the polygon or polyline to delete as shown in the following image. Then click on the symbol of Delete to delete the selected marked area.&#x20;

<figure><img src="/files/3lns7q7e0CrVaae0KeF2" alt=""><figcaption><p>Deletion of Areas</p></figcaption></figure>

After deletion of the marked area the map will look like as shown in the following image.

<figure><img src="/files/x1nXfjWvxo37ViI8gllh" alt=""><figcaption></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/7.-measurement/7.4-volumetric-analysis-measurement.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.
