> 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/dnk/produktgennemgang-webapp/geopard-mcp/rens-og-kalibrer-udbyttedata.md).

# Rens og kalibrér udbyttedata

I denne use case arbejder vi med udbyttedatasæt for at forstå fordelingen og kvaliteten af de høstede data på tværs af marken. Ved hjælp af den tilsluttede GeoPard MCP henter en LLM statistiske oversigter for det oprindelige udbyttedatasæt, opdager uregelmæssigheder eller sensorsstøj og identificerer, hvor der er behov for rensning eller kalibrering.

Når kvalitetskontrollerne er afsluttet, udløser LLM’en GeoPard MCPs rense- og kalibreringsworkflow med de optimale parametre.

{% hint style="success" %}
Sørg for, at GeoPard MCP er tilsluttet, før du kører dette workflow. Opsætningsdetaljer findes [her](/geopard-tutorials/dnk/produktgennemgang-webapp/geopard-mcp/forbind-geopard-mcp.md).
{% endhint %}

## Enkelt udbyttedatasæt

{% @arcade/embed url="<https://app.arcade.software/share/Zjf8Hpwf0Ykij1Dl5r4L>" flowId="Zjf8Hpwf0Ykij1Dl5r4L" %}

### Før

<figure><img src="/files/f96d87a259740dab08afe92179e987b8fabe9e4a" alt=""><figcaption></figcaption></figure>

### Efter

<figure><img src="/files/9ea1f0865925f140043d9670bf11c469693d0b19" alt=""><figcaption></figcaption></figure>

## Batch-kalibrering af udbyttedatasæt

{% @arcade/embed url="<https://app.arcade.software/share/bibREyFI1hqQvPk7rBFq>" flowId="bibREyFI1hqQvPk7rBFq" %}

### Før

<figure><img src="/files/2a1daae3852bbbc6b6e1b64b88b1adb79e9dede9" alt=""><figcaption></figcaption></figure>

### Efter

<figure><img src="/files/f716adb0935d42cf10d6ec4786fea182603f90f3" alt=""><figcaption></figcaption></figure>


---

# 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/dnk/produktgennemgang-webapp/geopard-mcp/rens-og-kalibrer-udbyttedata.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.
