> 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/swe/produktvisning-webbapp/geopard-mcp/rensa-och-kalibrera-skordedata.md).

# Rensa och kalibrera skördedata

I det här användningsfallet arbetar vi med skördedata för att förstå fördelningen och kvaliteten på den insamlade datan över fältet. Med den anslutna GeoPard MCP hämtar en LLM statistiska sammanfattningar för den ursprungliga skördedatan, upptäcker oregelbundenheter eller sensorsus och identifierar var rensning eller kalibrering behövs.

När kvalitetskontrollerna är klara triggar LLM:en GeoPard MCP:s arbetsflöde för rensning och kalibrering med de optimala parametrarna.

{% hint style="success" %}
Se till att GeoPard MCP är ansluten innan du kör detta arbetsflöde. Instruktioner för konfigureringen finns [här](/geopard-tutorials/swe/produktvisning-webbapp/geopard-mcp/anslut-geopard-mcp.md).
{% endhint %}

## Enskild skördedataset

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

### Före

<figure><img src="/files/21a6486d79997608c4bf8259f0bda417fbd8c55f" alt=""><figcaption></figcaption></figure>

### Efter

<figure><img src="/files/0ad9ffc4af3645a2632f36a520bb0986e627a33e" alt=""><figcaption></figcaption></figure>

## Kalibrering av batchskördedataset

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

### Före

<figure><img src="/files/951d942a419095f375f868ced7621206bda6d47d" alt=""><figcaption></figcaption></figure>

### Efter

<figure><img src="/files/a9e09642e29041cb9c673ee295b79ce3323999bf" 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/swe/produktvisning-webbapp/geopard-mcp/rensa-och-kalibrera-skordedata.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.
