> 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/api-dokumentation/geo-endpoints-til-adgang-til-rumlige-data/wms-hent-rasterbilleder-af-rumlige-datalag/11.-topographymap-hojde-i-absolutte-tal.md).

# 11. TopographyMap: højde i absolutte tal

TopographyMap indeholder følgende modeller: `digital højde, hillshade, hældning, eksponering, reliefposition, ruhed, ruggedhed`, og deres kombination. Fremstillingen er tilgængelig på markniveau nøjagtigt (ikke pixeleret) og beskåret efter grænsen. Topografiens kvalitet afhænger af markens placering og det bedst tilgængelige datasæt (USA, GB, EU og AU er dækket med LIDAR). TopographyMap kan opbygges ud fra maskindata som udbytte-/jordsensorer/tilførte datasæt, hvis de indeholder højdeattributter indeni.&#x20;

Markens topografi-relaterede datalag ligger i `feltet` -> `topographyMaps` -> `geoMaps` attribut. `geoKort` Hver `url`, farvekoder, klasser og lag-navne.

<figure><img src="/files/b92989407fa505e35d4286dcb552432ea831c7d7" alt="" width="563"><figcaption><p>LIDAR-højde</p></figcaption></figure>

<figure><img src="/files/e41132c1aa9cc82bea94bc8e29680b48fc7f3817" alt="" width="563"><figcaption><p>LIDAR-hældning</p></figcaption></figure>

<figure><img src="/files/67671ca9596713f35d663159bac5d85d6f3d50f2" alt="" width="563"><figcaption><p>LIDAR-reliefposition</p></figcaption></figure>

Forespørgselsformatet er [https://api.geopard.tech/geo/map/reflect?TRANSPARENT=true\&BBOX=\<minX,minY,maxX,maxY>\&LAYERS=elevation\_cropped,field\_view\&STYLES=dem\_elevation,crop\_boundary\&SRS=EPSG%3A900913\&WIDTH=512\&env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4\&VIEWPARAMS=uuid:\<field\_uuid>\&CQL\_FILTER=uuid=%27\<topography\_map\_uuid>%27%3Buuid=%27\<field\_uuid>%27\&geopardApiKey=\<geopard\_api\_key>](https://api.geopard.tech/geo/map/reflect?TRANSPARENT=true\&BBOX=). Hvor inputattributterne er:

1. `BBOX=<minX,minY,maxX,maxY>` indeholder begrænsningsboksen (url-kodet) for "Field" i EPSG:3857-projektion;
2. `STYLES=dem_elevation,crop_boundary` indeholder stilen for "TopographyMap"-entiteten som første attribut, dens understøttede værdier er:

`dem_aspect`

`dem_elevation`&#x20;

`dem_hillshade`

`dem_roughness`

`dem_slope`&#x20;

`dem _tpi`

`dem_tri`

3. `WIDTH=512` angiver outputbilledets størrelse i pixels (det præcise antal er kun vigtigt, hvis det bruges som miniature);
4. `env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4` afspejler intervallet af højdeværdier for den pågældende mark, detaljerne findes i "TopographyMap" -> "geoMaps" -> "classes" (BEMÆRK: %3B er url-kodet ; tegn);  &#x20;
5. `VIEWPARAMS=uuid:<field_uuid>` indeholder uuid for "Field";
6. `CQL_FILTER=uuid=%27<topography_map_uuid>%27%3Buuid=%27<field_uuid>%27` indeholder UUID'erne for "Field" og "TopographyMap" (BEMÆRK: %27 er url-kodet ‘ tegn) ;
7. `geopardApiKey=<geopard_api_key>` er koblet til autorisationsmuligheden via API-nøgle.


---

# 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/api-dokumentation/geo-endpoints-til-adgang-til-rumlige-data/wms-hent-rasterbilleder-af-rumlige-datalag/11.-topographymap-hojde-i-absolutte-tal.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.
