# 12. YieldDatasetsMap

Elke "YieldDataset" bestaat uit objecten met voorvoegsels zoals `standaard`, `raw_`, en `processed_` binnen de `perceel` -> `yieldDatasets` -> `geoMaps` attribuut. Het attribuut `geoMaps` -> **`url`** wordt gebruikt om kaarten weer te geven als een WMS-laag. De stijl met het `standaard` voorvoegsel geeft inzicht in de locaties of verdelingen van de geometrieën. Aan de andere kant vertegenwoordigen stijlen met het `raw_` voorvoegsel de originele, onaangeroerde geometrieën (zoals ze zijn), terwijl `processed_` verwijst naar de geïnterpoleerde, gerasterde weergave, die een glad oppervlak creëert.

Onder de ondersteunde geometrieën bevinden zich punten en polygonen. Het gebruikte type hangt af van de specifieke geometrieën die in de geüploade Yield Dataset zijn opgeslagen.

### Voorbeeld Yield URL GeoMap (voor Raw Dry Yield attribuut):

{% hint style="info" %}
U hoeft geen URL te genereren, GeoPard heeft deze al voor u klaargezet (lees hierboven hoe u deze uit de GraphQL API kunt halen)
{% endhint %}

{% code overflow="wrap" fullWidth="false" %}

```url
https://api.geopard.tech/geo/map?WIDTH=512&HEIGHT=512&exceptions=application/vnd.ogc.se_inimage&REQUEST=GetMap&SRS=EPSG:3857&BBOX=3200591.760857104,6321371.206203958,3202575.9372663186,6322354.217755303&VERSION=1.1.1&SERVICE=WMS&TRANSPARENT=true&LAYERS=yield_raw_map_view&STYLES=yield_raw_point&VIEWPARAMS=uuid:339d9f27-c79a-4b7a-ae3e-38e50f3e8b95;attribute:VRYIELDMAS;total:45261&env=v1:3.427;v2:6.637;v3:9.847;v4:12.776;v5:15.705&FORMAT=image/png&
```

{% endcode %}

{% hint style="info" %}
Punten en polygonen worden ondersteund als invoergegevens.
{% endhint %}

{% hint style="info" %}
De "YieldDataset" moet vooraf geüpload zijn.&#x20;
{% endhint %}

<figure><img src="https://lh5.googleusercontent.com/tst2_Da84NX8KuYoGuibLagVU-R_f1IlD6qRoejQblOpY05PCPwpUy93eKskaxuwjuoUzoCQg3C6WiS0-bNeHQ562UdksIsQvsOcRp8Xr5w0zARoS1oxvgSaGEcnEz4QAhKEU0vA4maLkPPFNeX3qQ" alt=""><figcaption><p><em>Ruw opbrengstvolume-attribuut als polygonen (standaardweergave)</em></p></figcaption></figure>

<figure><img src="https://lh3.googleusercontent.com/WBCud2rGye_1uB6xctlFKBsfXaqKEgM2H8ro5mdMsn_P8hrfzMVTEdydBM-FIh9q3332LMHk1pOpoeNclsVKTqf8uQ-ccHW9ChbpSOXcgHKZ1AalLJYAf7LMkbVrrFCRkuIwVrKh3QcRJcJ9aV1FWQ" alt=""><figcaption><p><em>Ruw opbrengstvolume-attribuut als punten (Ruw)</em></p></figcaption></figure>

<figure><img src="https://lh6.googleusercontent.com/NvPkyHraSDSSWSumJ7YY-fGk3w2NkWkQEQ6ONidfT1eFVOY4ttYaJRVjy-pxaOPzI3Xla8owdAg8rKb7DeCxt9Wb6oZ-vKpO4pyngtZY__8tWsLoclKxIoyGteXFinh4iRuaJ2sZt4P2nl6WB4Tv7g" alt=""><figcaption><p><em>Verwerkt opbrengstvolume-attribuut als polygonen (Verwerkt)</em></p></figcaption></figure>

<br>


---

# 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/12.-yielddatasetsmap.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.
