> 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/lva/api-dokumentacija/geo-galapunkti-telpisko-datu-piekluvei/wms-iegut-telpisko-datu-slanu-rastra-attelus/11.-topografijas-karte-augstums-absolutas-vertibas.md).

# 11. Topogrāfijas karte: augstums absolūtās vērtībās

Topogrāfijas karte ietver šādus modeļus: `digitālais reljefs, ēnojums (hillshade), slīpums, aspekts, reljefa pozīcija, raupja virsma, reljefa sarežģītība`, un to kombinācijas. Attēlojums pieejams lauka līmenī precīzi (nepikselizēts) un apgriezts pēc robežas. Topogrāfijas kvalitāte ir atkarīga no lauka atrašanās vietas un labākā pieejamā datu kopuma (ASV, Lielbritānija, ES un Austrālija ir segtas ar LIDAR). Topogrāfijas karte var tikt izveidota arī no tehnikas datiem, piemēram, ražas/augsnes sensoru/darījumu (as-applied) datiem, ja tajos ir augstuma atribūti.&#x20;

Ar lauka topogrāfiju saistītās datu kārtas atrodas: `lauks` -> `topographyMaps` -> `geoMaps` atribūtā. `ģeoKarTE` Katrs satur pilnīgas detaļas par piekļuvi `url`, krāsu kodi, klases un kārtu nosaukumi.

<figure><img src="/files/8d0bf0e86b7fb3cbf792a7a78d0a5fc1bc0b9fea" alt="" width="563"><figcaption><p>LIDAR augstums</p></figcaption></figure>

<figure><img src="/files/94fabed6edfd202acad77fcf7b0f4e524376e577" alt="" width="563"><figcaption><p>LIDAR slīpums</p></figcaption></figure>

<figure><img src="/files/8a3141928f090ae91ea4518229d47ef24fa4e6cb" alt="" width="563"><figcaption><p>LIDAR reljefa pozīcija</p></figcaption></figure>

Pieprasījuma formāts ir [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=). Kur ievades atribūti ir:

1. `BBOX=<minX,minY,maxX,maxY>` satur lauka robežkasti (URL kodēta) EPSG:3857 projekcijā;
2. `STYLES=dem_elevation,crop_boundary` satur "TopographyMap" elementa stilu kā pirmo atribūtu, tā atbalstītās vērtības ir:

`dem_aspect`

`dem_elevation`&#x20;

`dem_hillshade`

`dem_roughness`

`dem_slope`&#x20;

`dem _tpi`

`dem_tri`

3. `WIDTH=512` atspoguļo izejas attēla izmēru pikseļos (precīzs skaitlis ir svarīgs tikai tad, ja tas tiek izmantots kā sīktēls);
4. `env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4` atspoguļo konkrētā lauka augstuma vērtību diapazonu; detaļas atrodas "TopographyMap" -> "geoMaps" -> "classes" (PIEZĪME: %3B ir URL kodēts ; simbols);  &#x20;
5. `VIEWPARAMS=uuid:<field_uuid>` satur "Lauka" UUID;
6. `CQL_FILTER=uuid=%27<topography_map_uuid>%27%3Buuid=%27<field_uuid>%27` satur "Lauka" un "TopographyMap" UUID (PIEZĪME: %27 ir URL kodēts ‘ simbols);
7. `geopardApiKey=<geopard_api_key>` ir saistīts ar autorizācijas opciju, izmantojot API atslēgu.


---

# 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/lva/api-dokumentacija/geo-galapunkti-telpisko-datu-piekluvei/wms-iegut-telpisko-datu-slanu-rastra-attelus/11.-topografijas-karte-augstums-absolutas-vertibas.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.
