> 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/pl/dokumentacja-api/geo-endpointy-do-dostepu-do-danych-przestrzennych/wms-pobieranie-rastrowych-obrazow-warstw-danych-przestrzennych/11.-mapa-topograficzna-wysokosc-w-wartosciach-bezwzglednych.md).

# 11. Mapa topograficzna: wysokość w wartościach bezwzględnych

TopographyMap obejmuje następujące modele: `cyfrowa wysokość terenu, hillshade (oświetlenie wzgórz), nachylenie, aspekt, pozycja względna terenu, chropowatość, surowość terenu`, oraz ich kombinacje. Reprezentacja jest dostępna dokładnie na poziomie pola (nie w postaci pikseli) i przycięta do granicy. Jakość topografii zależy od lokalizacji pola i najlepszego dostępnego zestawu danych (USA, GB, UE i AU są objęte LIDAR-em). TopographyMap można zbudować na podstawie danych z maszyn, takich jak plony/sensory gleby/dane aplikowane, jeśli zawierają atrybuty wysokości.&#x20;

Warstwy danych związane z topografią pola znajdują się w `polu` -> `topographyMaps` -> `geoMaps` atrybucie. `geoMapa` Każdy `url`, kody kolorów, klasy i nazwy warstw.

<figure><img src="https://3832317038-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2FkBBhURFR90kOC9tlXero%2Fimage.png?alt=media&amp;token=caa9d402-aee7-47e8-b5eb-e36085259656" alt="" width="563"><figcaption><p>Wysokość LIDAR</p></figcaption></figure>

<figure><img src="https://3832317038-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2Fe01cIvD7QPwzIBpAkLM6%2Fimage.png?alt=media&amp;token=40be0b28-6fab-477d-ab2f-4d8d2491f637" alt="" width="563"><figcaption><p>Nachylenie LIDAR</p></figcaption></figure>

<figure><img src="https://3832317038-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2Fm2MjuJAUohqKPFXNl4YJ%2Fimage.png?alt=media&amp;token=50130bed-164a-4af3-a451-2b9766af0d6f" alt="" width="563"><figcaption><p>Pozycja względna terenu LIDAR</p></figcaption></figure>

Format żądania to [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=). Gdzie wejściowe atrybuty to:

1. `BBOX=<minX,minY,maxX,maxY>` zawiera pole ograniczające (zakodowane w URL) „Pola” w odwzorowaniu EPSG:3857;
2. `STYLES=dem_elevation,crop_boundary` zawiera styl encji „TopographyMap” jako pierwszy atrybut, jego obsługiwane wartości to:

`dem_aspect`

`dem_elevation`&#x20;

`dem_hillshade`

`dem_roughness`

`dem_slope`&#x20;

`dem _tpi`

`dem_tri`

3. `WIDTH=512` odzwierciedla rozmiar wyjściowego obrazu w pikselach (dokładna liczba ma znaczenie tylko jeśli jest używana jako miniatura);
4. `env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4` odzwierciedla zakres wartości wysokości dla danego pola, szczegóły znajdują się w "TopographyMap" -> "geoMaps" -> "classes" (UWAGA: %3B to zakodowany w URL symbol ;);  &#x20;
5. `VIEWPARAMS=uuid:<field_uuid>` zawiera uuid „Pola”;
6. `CQL_FILTER=uuid=%27<topography_map_uuid>%27%3Buuid=%27<field_uuid>%27` zawiera UUID-y „Pola” i „TopographyMap” (UWAGA: %27 to zakodowany w URL symbol ‘) ;
7. `geopardApiKey=<geopard_api_key>` jest powiązany z opcją autoryzacji za pomocą klucza API.


---

# 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/pl/dokumentacja-api/geo-endpointy-do-dostepu-do-danych-przestrzennych/wms-pobieranie-rastrowych-obrazow-warstw-danych-przestrzennych/11.-mapa-topograficzna-wysokosc-w-wartosciach-bezwzglednych.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.
