> 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/nor/produktomvisning-nettapp/geopard-mcp/rens-og-kalibrer-avlingsdata.md).

# Rens og kalibrer avlingsdata

I denne brukstilfellet jobber vi med avlingsdatasett for å forstå fordelingen og kvaliteten på innhøstede data over hele feltet. Ved hjelp av den tilkoblede GeoPard MCP henter en LLM statistiske sammendrag for det opprinnelige avlingsdatasettet, oppdager uregelmessigheter eller sensorstøy, og identifiserer hvor rensing eller kalibrering er nødvendig.

Når kvalitetskontrollene er fullført, starter LLM GeoPard MCP-arbeidsflyten for rensing og kalibrering med de optimale parameterne.

{% hint style="success" %}
Sørg for at GeoPard MCP er koblet til før du kjører denne arbeidsflyten. Oppsettinformasjon er tilgjengelig [her](/geopard-tutorials/nor/produktomvisning-nettapp/geopard-mcp/koble-til-geopard-mcp.md).
{% endhint %}

## Enkelt avlingsdatasett

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

### Før

<figure><img src="/files/1d35b11c5adc27f65346ae82db3a39e19a1b0f73" alt=""><figcaption></figcaption></figure>

### Etter

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

## Kalibrering av avlingsdatasett i batch

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

### Før

<figure><img src="/files/8154818c2429dc3304b3eb70c2a948607346a34a" alt=""><figcaption></figcaption></figure>

### Etter

<figure><img src="/files/bd74bf307283251efc6b0c43038236b0b24cdf27" 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/nor/produktomvisning-nettapp/geopard-mcp/rens-og-kalibrer-avlingsdata.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.
