# Automatic Block Division

For a one-time import of hundreds of thousands of images for aerial triangulation calculation, Get3D Mapper supports automatic division of blocks through algorithms, and the whole process is convenient and efficient without manual effort.

In Aerial Triangulation Setting Interface, select **Auto Split** and set the **block image number**.

<figure><img src="/files/teoy2w8iwH6em26DYmd8" alt=""><figcaption><p>Split Setting</p></figcaption></figure>

The software will quickly and automatically divide the sub-blocks by algorithm.

Dividing sub-blocks helps to improve computing efficiency, increase cluster utilization, and facilitate parallel computing in the cluster.

**Version Before 6.2**

The automatic block division in version 6.2 operates as follows:

For an imported block, select it, right-click it, and click **Split Sub Block**. the Split Photo Group window will pop up.

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

Select the block, click **Auto Split**, and enter the number of photos you want to include in a single sub-block. Click **Start Split** in the upper right corner.

<figure><img src="/files/sIypDiEsyTSCEBsIJa3w" alt=""><figcaption><p>Split Photo Groups Interface</p></figcaption></figure>

<figure><img src="/files/GW2FaKsA1WnAaCLEpHVj" alt=""><figcaption><p>Auto Split Interface</p></figcaption></figure>

The software will quickly and automatically divide the sub-blocks by algorithm.

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

Click **OK** in the lower right corner to finish splitting the sub-blocks.

When a single block contains many images, clicking Submit AT brings up a pop-up that suggests dividing sub-blocks.


---

# 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.get3d.ai/user-help-center/get3d-mapper/cluster-mode/automatic-block-division.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.
