> 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/nor/api-dokumentasjon/geo-endepunkter-for-tilgang-til-romlige-data/wms-hent-rasterbilder-av-romlige-datalag/11.-topografikart-hoyde-i-absolutte-tall.md).

# 11. Topografikart: høyde i absolutte tall

TopographyMap inkluderer følgende modeller: `digitale høyde, hillshade, helling, eksponering/aspekt, relieffposisjon, ruhet, rugositet`, og deres kombinasjon. Fremstillingen er tilgjengelig på åkernivå nøyaktig (ikke pixelerert) og beskjært etter grensen. Kvaliteten på topografien avhenger av åkerens beliggenhet og det beste tilgjengelige datasettet (USA, GB, EU og AU er dekket med LIDAR). TopographyMap kan bygges fra maskindata som høstetthet/jordsensorer/tilført-data hvis de inneholder høydeattributter.&#x20;

Åkerrelaterte topografilag ligger i `feltet` -> `topographyMaps` -> `geoMaps` attributtet. `geoKart` inneholder fullstendige detaljer om tilgang `url`, fargekoder, klasser og lagnavn.

<figure><img src="/files/7f07c8c3f90c012c9634034a0310e25b48093df4" alt="" width="563"><figcaption><p>LIDAR-høyde</p></figcaption></figure>

<figure><img src="/files/a88eb4c8b87d12af2e77a3a903d5dd6e54ccad17" alt="" width="563"><figcaption><p>LIDAR-helling</p></figcaption></figure>

<figure><img src="/files/8cc8259dd4875f76aa4efeab9918d646b2e7daf6" alt="" width="563"><figcaption><p>LIDAR-relieffposisjon</p></figcaption></figure>

Forespørselens format 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 inndataattributtene er:

1. `BBOX=<minX,minY,maxX,maxY>` inneholder avgrensningsboksen (url-enkodet) for "Field" i EPSG:3857-projeksjon;
2. `STYLES=dem_elevation,crop_boundary` inneholder stilen til "TopographyMap"-entiteten som første attributt, de støttede verdiene er:

`dem_aspect`

`dem_elevation`&#x20;

`dem_hillshade`

`dem_roughness`

`dem_slope`&#x20;

`dem _tpi`

`dem_tri`

3. `WIDTH=512` reflekterer utdata-bildestørrelsen i piksler (det presise tallet er viktig bare hvis det brukes som miniatyrbilde);
4. `env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4` reflekterer området av høydeverdier for den aktuelle åkeren, detaljene ligger i "TopographyMap" -> "geoMaps" -> "classes" (MERK: %3B er url-enkodet ;-symbol);  &#x20;
5. `VIEWPARAMS=uuid:<field_uuid>` inneholder uuid for "Field";
6. `CQL_FILTER=uuid=%27<topography_map_uuid>%27%3Buuid=%27<field_uuid>%27` inneholder UUID-ene til "Field" og "TopographyMap" (MERK: %27 er url-enkodet ‘-symbol);
7. `geopardApiKey=<geopard_api_key>` er koblet til autorisasjonsalternativet via API-nøkkel.


---

# 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/nor/api-dokumentasjon/geo-endepunkter-for-tilgang-til-romlige-data/wms-hent-rasterbilder-av-romlige-datalag/11.-topografikart-hoyde-i-absolutte-tall.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.
