> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/zones-maps-and-analytics/create-a-zones-map-using-topography.md).

# Create a Zones Map Using Topography

1. Select the field in the tree, click the **Create Zones Map** button, select **Single-layer**, and then click **Next**.
2. Select the **Topography** data type to proceed.

<figure><img src="https://lh5.googleusercontent.com/iSgpeSVBgPnsxsC8kxj-YL4JvbLwbO4qjHMkLs9xhOUW0SGoUlYi7Ut-DwHJx5o1ZswbAmFFwLiQ8o2S0F6H1VS4REor8txBmmveI2-3A0TYUzS-HeP5RXW_V9XUTpOKfm9vBsnh" alt=""><figcaption></figcaption></figure>

3. In the next step select the most appropriate Digital Elevation option:

* Elevation – absolute numbers
* Slope – the measure of steepness or the degree of inclination of a feature relative to the horizontal plane
* Aspect – the compass direction that a slope faces
* Hillshade – a shaded relief effect for terrain visualization
* Elevation and hillshades
* Slope and Aspect
* Relief Position – defined as the difference between a central pixel and the mean of its surrounding cells.
* Ruggedness – defined as the mean difference between a central pixel and its surrounding cells.
* Roughness – the degree of surface irregularity. It is calculated from the largest inter-cell difference between a central pixel and its surrounding cells.

After you have selected the required value, click **Next**.

<figure><img src="https://lh3.googleusercontent.com/XRHd3gzelWQ3a6okavKtNtFg1POIsSknG9qu4nzsfGKak4iyjI8A3gBx0lUmmZ1t-rPCkmZAoSTIPmkjrLSYmWJU5bq9ZkmbkfPk4vzF-bWRuUQdHOUIysPJIooncGRAXWYlClF_" alt=""><figcaption></figcaption></figure>

4. In the next step, you can edit the title, change the number of zones, [select a Data Classification Type](/geopard-tutorials/product-tour-web-app/zones-maps-and-analytics/using-data-classification.md), and define the Minimum Polygon Area in square meters. Click **Run Analysis** to proceed.

<figure><img src="https://lh5.googleusercontent.com/RXWfu2aelgVRJY3KQRcm94a4g4INC-CDZ_JdCTzs7gUhNZUwHGS19vN8_x2WUprIFyYogtvtNwhJZQRa7Tg2L2cyFb_DRFK1uQX7TBEqoOgsNWYSWwnrMds40vmvIvOT1lQDmXXz" alt="This image has an empty alt attribute; its file name is 28-1.png"><figcaption></figcaption></figure>

The analysis may run for up to 60 seconds, depending on the parameters you have specified.

5. Once it is finished, click **Save & Finish**.

<figure><img src="https://lh5.googleusercontent.com/zq15DNmg2ddOSvf6_5-9OYSDPii9OG32Otjc_ZNfmymXxbT0SSaW8n4S59gv72aaDmUJ2DdhertA-xWizKtzUk5Aj1_dNfdCWxvUUTNLufniCOflrQ4Y7A7TVqhhda__ZYnXjM1M" alt=""><figcaption></figcaption></figure>

After it is saved, you will see the following message:

<figure><img src="https://lh4.googleusercontent.com/th_PhTweX_ZqNI4I0D693s_ytUIgXVGTuDuadym92aTKA-pRWsX2FJUwvL6kno8hn-zOPXVPCIhSVcaZaGVAaBhdePyqRwLC2HkdiIeTrYNbhgRoslDoSkYdqzqgadPFKcikqGY4" alt="This image has an empty alt attribute; its file name is 30-1.png"><figcaption></figcaption></figure>

You can create another zones map, assign rates, or open the Zones Map you just created. If you open it, you will see a similar view.

<figure><img src="https://lh5.googleusercontent.com/Bld1Q5Yzny9U9LvIOW1tC7QJfMVTC8BtV-2HKsFvmSGCkwTAbhTkMv3iD5zqqKmtwf-q4YcenAta0W9TvN5By291VIgLmLLG33D_Er-PusBVpw24VQT-ZcSJO7xlMNzbMe6Eqbvz" 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://docs.geopard.tech/geopard-tutorials/product-tour-web-app/zones-maps-and-analytics/create-a-zones-map-using-topography.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.
