# 11. TopographyMap: hoogte in absolute getallen

TopographyMap bevat de volgende modellen: `digitale hoogte, hillshade (schaduwwerking), helling, aspect, reliefpositie, ruwheid, robuustheid`, en hun combinaties. De weergave is nauwkeurig beschikbaar op veldniveau (niet gepixeld) en bijgesneden op de grens. De kwaliteit van de topografie hangt af van de locatie van het veld en de best beschikbare dataset (VS, GB, EU en AU worden gedekt met LIDAR). TopographyMap kan worden opgebouwd uit machinadata zoals opbrengst-/bodemsensoren/als-toegepaste datasets als deze hoogte-attributen bevatten.&#x20;

Veldtopografie-gerelateerde datalagen zijn te vinden in de `perceel` -> `topographyMaps` -> `geoMaps` attribuut. `geoKaart` Bevat volledige details over de toegang `url`, kleurcodes, klassen en laagnamen.

<figure><img src="/files/a8e7f5a344ab9089ae8ed15209455bb9c846e2e2" alt="" width="563"><figcaption><p>LIDAR hoogte</p></figcaption></figure>

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

<figure><img src="/files/81cd1cd8285fb23c09438e5e1e9677a1f8a35763" alt="" width="563"><figcaption><p>LIDAR reliefpositie</p></figcaption></figure>

Het verzoekformaat is [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=). Waar de invoerattributen zijn:

1. `BBOX=<minX,minY,maxX,maxY>` bevat de begrenzingsbox (url-gecodeerd) van het "Field" in EPSG:3857 projectie;
2. `STYLES=dem_elevation,crop_boundary` bevat de stijl van de "TopographyMap" entiteit als eerste attribuut, de ondersteunde waarden zijn:

`dem_aspect`

`dem_elevation`&#x20;

`dem_hillshade`

`dem_roughness`

`dem_slope`&#x20;

`dem _tpi`

`dem_tri`

3. `WIDTH=512` geeft de uitvoerbeeldgrootte in pixels weer (het precieze aantal is alleen belangrijk als het als miniatuur wordt gebruikt);
4. `env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4` geeft het bereik van hoogtewaarden voor het betreffende veld weer; de details staan in de "TopographyMap" -> "geoMaps" -> "classes" (OPMERKING: %3B is url-gecodeerd symbool ;);  &#x20;
5. `VIEWPARAMS=uuid:<field_uuid>` bevat de uuid van het "Field";
6. `CQL_FILTER=uuid=%27<topography_map_uuid>%27%3Buuid=%27<field_uuid>%27` bevat de UUIDs van het "Field" en de "TopographyMap" (OPMERKING: %27 is url-gecodeerd ‘ symbool);
7. `geopardApiKey=<geopard_api_key>` is gekoppeld aan de autorisatieoptie via API-sleutel.


---

# Agent Instructions: 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:

```
GET https://docs.geopard.tech/geopard-tutorials/nl/api-docs/geo-eindpunten-voor-toegang-tot-ruimtelijke-gegevens/wms-rasterafbeeldingen-van-ruimtelijke-gegevenslagen-ophalen/11.-topographymap-hoogte-in-absolute-getallen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
