> 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/4.-process/4.3-upload-images.md).

# 4.3 Upload Images

After successfully creating the project, plan, and imageset, the user has to upload the images for processing.

Images to be uploaded should have valid geotags. If the images have invalid geotags then these will not be considered for processing as the result may not be accurate or at accurate location&#x20;

<figure><img src="/files/Dlns6vC2sfJ2Q4YLDmXn" alt=""><figcaption><p>Upload Images</p></figcaption></figure>

The user may upload images or assets for processing as per the requirements.

### 4.3.1 Assets

The user may upload the assets from his local computer or from the cloud. To use this feature, the user must select the "Assets +" button on the right-hand top corner of the screen.

On selecting the "Asset +" button, DroneNaksha will provide the options to select the proper asset.

<figure><img src="/files/jL4hthsCJ4zsxpgFS2Z9" alt=""><figcaption><p>Upload Assets</p></figcaption></figure>

* **Ortho**
* **DSM**
* **DTM**
* **LAS/LAZ**

For more details about these assets please refer to section 3.4 Assets.

Select the appropriate asset and upload it accordingly. Follow the instructions appearing on the screen to complete the process.

### 4.3.2 Images

To upload the geotagged images, select the button "images +" from the right-hand top corner of the screen. Select a proper folder or images to upload from the local computer.&#x20;

<figure><img src="/files/UDLHY9uMOcXfIrsyvZCo" alt=""><figcaption><p>Upload Images from a Folder</p></figcaption></figure>

<figure><img src="/files/Idu6FevfjtUZameTocZe" alt=""><figcaption><p>Upload Completed</p></figcaption></figure>

DroneNaksha will verify the status of images for processing. It requires the proper geotagged images. If the images are not having proper geotags then it will show the warning message as shown in the following image.

<figure><img src="/files/QSJmGCBEHHOm5r3AkCYI" alt=""><figcaption><p>Performing Precheck</p></figcaption></figure>

Click on "Yes" if you want to move with the processing of images without geotags or click on "No" and upload the new images with valid geotags.

After uploading the images for process, DroneNaksha will allow to create a task.

### 4.3.3 Operations on Imagesets:

The user will be able to perform the following operations on the imageset.

<figure><img src="/files/hnSypkjniDl9jViH4lRr" alt=""><figcaption><p>Imageset Operations</p></figcaption></figure>

* **Renaming an Imageset:** The user may modify the name of an imageset by entering the new name and then click on "Update" button.

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

* **Duplicate an Imageset:** The same imageset can be used by duplicating an imageset with this option. The time will be reduced for uploading the images by duplicating an imageset. Enter the new name for an imageset and click on "Ok" button.

<figure><img src="/files/nthYKv7g5jH2wvLVQIM0" alt=""><figcaption><p>Duplicate an Imageset</p></figcaption></figure>

* **Delete an Imageset:** Delete the selected imageset by using this option.

<figure><img src="/files/9QGMO07ijxP3CggEeOBp" alt=""><figcaption><p>Warning Message before Deleting an Imageset</p></figcaption></figure>

The warning message will be displayed on the screen before the actual deletion of an imageset. All the data associated with specific imageset will be deleted which cannot be recovered easily.

The user may create multiple imagesets in a project. To add the new imageset click on "Imageset +" button on the right-hand top corner on the screen.


---

# 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/4.-process/4.3-upload-images.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.
