> 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/dnk/produktgennemgang-webapp/zonekort-og-analyser/lav-et-zonekort-med-topografi.md).

# Lav et zonekort med topografi

1. Vælg marken i træet, klik på **Opret zoneskort** knappen, vælg **Enkeltlag**, og klik derefter på **Næste**.
2. Vælg **Topografi** datatypen for at fortsætte.

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

3. I næste trin vælges den mest passende Digital højde-indstilling:

* Højde – absolutte tal
* Hældning – målet for stejlhed eller graden af hældning for et element i forhold til det vandrette plan
* Eksponering – den kompasretning, en skråning vender mod
* Skyggeforgrund – en skygget relief-effekt til visualisering af terræn
* Højde og skyggeforgrunde
* Hældning og eksponering
* Reliefposition – defineret som forskellen mellem en central pixel og gennemsnittet af de omkringliggende celler.
* Bakkethed – defineret som den gennemsnitlige forskel mellem en central pixel og de omkringliggende celler.
* Ruhed – graden af uregelmæssighed i overfladen. Den beregnes ud fra den største celle-til-celle-forskel mellem en central pixel og de omkringliggende celler.

Når du har valgt den ønskede værdi, klik på **Næste**.

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

4. I næste trin kan du redigere titlen, ændre antallet af zoner, [vælge en dataklassificeringstype](/geopard-tutorials/dnk/produktgennemgang-webapp/zonekort-og-analyser/brug-af-dataklassificering.md), og angive det mindste polygonareal i kvadratmeter. Klik på **Kør analyse** for at fortsætte.

<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>

Analysen kan køre i op til 60 sekunder, afhængigt af de parametre, du har angivet.

5. Når den er færdig, klik på **Gem og afslut**.

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

Når det er gemt, vil du se følgende besked:

<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>

Du kan oprette et andet zoneskort, tildele tildelingsrater eller åbne det zoneskort, du lige har oprettet. Hvis du åbner det, vil du se en lignende visning.

<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/dnk/produktgennemgang-webapp/zonekort-og-analyser/lav-et-zonekort-med-topografi.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.
