> 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/12.-razas-datu-kopu-karte.md).

# 12. Ražas datu kopu karte

Katra "YieldDataset" sastāv no objektiem ar prefiksiem, piemēram `noklusējums`, `raw_`, un `processed_` iekš `lauks` -> `yieldDatasets` -> `geoMaps` atribūts. Atribūts `geoMaps` -> **`url`** tiek izmantots karšu attēlošanai kā WMS slānim. Stils nes `noklusējums` prefikss sniedz informāciju par ģeometriju atrašanās vietām vai izplatību. No otras puses, stili ar `raw_` prefiksu attēlo sākotnējās, neskartās ģeometrijas (tādas, kādas tās ir), savukārt `processed_` attiecas uz interpolēto rasterizēto attēlojumu, radot vienmērīgu virsmu.

Atbalstītajās ģeometrijās ietilpst punkti un daudzstūri. Izmantotais tips ir atkarīgs no konkrētajām ģeometrijām, kas saglabātas augšupielādētajā Yield Dataset.

### Yield URL GeoMap piemērs (par Raw Dry Yield atribūtu):

{% hint style="info" %}
Jums nav jāģenerē URL — GeoPard to jau ir sagatavojusi (izlasiet augstāk, kā to iegūt no GraphQL API)
{% 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" %}
Kā ievaddatus atbalsta punkti un poligoni.
{% endhint %}

{% hint style="info" %}
"YieldDataset" jāaugšupielādē iepriekš.&#x20;
{% endhint %}

<figure><img src="https://lh5.googleusercontent.com/tst2_Da84NX8KuYoGuibLagVU-R_f1IlD6qRoejQblOpY05PCPwpUy93eKskaxuwjuoUzoCQg3C6WiS0-bNeHQ562UdksIsQvsOcRp8Xr5w0zARoS1oxvgSaGEcnEz4QAhKEU0vA4maLkPPFNeX3qQ" alt=""><figcaption><p><em>Neapstrādāta ražas apjoma atribūts kā daudzstūri (noklusējuma skats)</em></p></figcaption></figure>

<figure><img src="https://lh3.googleusercontent.com/WBCud2rGye_1uB6xctlFKBsfXaqKEgM2H8ro5mdMsn_P8hrfzMVTEdydBM-FIh9q3332LMHk1pOpoeNclsVKTqf8uQ-ccHW9ChbpSOXcgHKZ1AalLJYAf7LMkbVrrFCRkuIwVrKh3QcRJcJ9aV1FWQ" alt=""><figcaption><p><em>Neapstrādāta ražas apjoma atribūts kā punkti (Raw)</em></p></figcaption></figure>

<figure><img src="https://lh6.googleusercontent.com/NvPkyHraSDSSWSumJ7YY-fGk3w2NkWkQEQ6ONidfT1eFVOY4ttYaJRVjy-pxaOPzI3Xla8owdAg8rKb7DeCxt9Wb6oZ-vKpO4pyngtZY__8tWsLoclKxIoyGteXFinh4iRuaJ2sZt4P2nl6WB4Tv7g" alt=""><figcaption><p><em>Apstrādāta ražas apjoma atribūts kā daudzstūri (Processed)</em></p></figcaption></figure>

<br>


---

# 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/12.-razas-datu-kopu-karte.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.
