> 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/svn/pregled-izdelka-spletna-aplikacija/geopard-mcp/ocisti-in-kalibriraj-podatke-o-pridelku.md).

# Očisti in kalibriraj podatke o pridelku

V tem primeru uporabe delamo z nabori podatkov o pridelku, da bi razumeli porazdelitev in kakovost požetih podatkov po polju. Z uporabo povezanega GeoPard MCP LLM pridobi statistične povzetke za izvirni nabor podatkov o pridelku, zazna nepravilnosti ali šum tipal ter ugotovi, kje je potrebno čiščenje ali kalibracija.

Ko so preverjanja kakovosti končana, LLM sproži potek dela GeoPard MCP za čiščenje in kalibracijo z optimalnimi parametri.

{% hint style="success" %}
Pred zagonom tega poteka dela se prepričajte, da je GeoPard MCP povezan. Podrobnosti o nastavitvi so na voljo [tukaj](/geopard-tutorials/svn/pregled-izdelka-spletna-aplikacija/geopard-mcp/povezi-geopard-mcp.md).
{% endhint %}

## Posamezen nabor podatkov o pridelku

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

### Pred

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

### Po

<figure><img src="/files/5925003438d69ec411db19e347279b6e20c4794a" alt=""><figcaption></figcaption></figure>

## Kalibracija paketnega nabora podatkov o pridelku

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

### Pred

<figure><img src="/files/6f6cf2d537d0798c8eb24011292cf5bc736cec5d" alt=""><figcaption></figcaption></figure>

### Po

<figure><img src="/files/aa4a1c8ece8ff1d318b7055e2ee4890575d4e058" 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/svn/pregled-izdelka-spletna-aplikacija/geopard-mcp/ocisti-in-kalibriraj-podatke-o-pridelku.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.
