> 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/3.-dashboard/3.4-assests.md).

# 3.4 Assests

The user can add assets to the DroneNaksha on which the processing is to be carried out. These assets may be anyone from the following list such as:

* Ortho
* DSM
* DTM
* LAS/LAZ

<figure><img src="/files/nd2aDowmhlQlvCTzoIeX" alt=""><figcaption><p>Adding Assets to DroneNaksha</p></figcaption></figure>

The user will be able to upload anyone from the above types of file formats according to the requirements of the application.

#### 3.4.1 Ortho Images:

<figure><img src="/files/DBLG8maFNC9ToptvV9of" alt=""><figcaption><p>Uploading Ortho Images</p></figcaption></figure>

Orthomosaic images are geometrically adjusted for the perspective view, together with the distortion of the lens and the angle of the camera, to produce a flawlessly straight-down picture of every object in the frame, much like you would see on Google Earth. While uploading any ortho image make sure you are uploading Cloud Optimized GeoTIFF (COG) having a size up to 4GB. Additional tags in a GeoTIFF give projection details for the image as per the GeoTIFF standard.&#x20;

Select an appropriate orthomosaic image from the system and upload it as an asset. It will take some time to upload the image. Wait till the file is uploaded and then proceed for the actual processing with the selected image.

#### 3.4.2 DSM Images

A surface is captured by DSM, encompassing both natural and man-made structures like trees and buildings. They demonstrate the reflective surfaces of every feature raised above the "bare earth." DSMs are, in essence, models of the the surface of the earth and all of its inhabitants.

#### 3.4.3 DTM Images

DTMs are often made using photogrammetry. Because of its 3D breaklines and uniformly spaced 3D mass points, a DTM more accurately depicts distinct terrain characteristics.

#### 3.4.4 LAS/LAZ Images

The LAZ (LASzip) file format, which is used to store LiDAR data, is a compressed variation of the LAS (LIDAR Aerial Survey) file format.&#x20;


---

# 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/3.-dashboard/3.4-assests.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.
