> 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/tr/urun-turu-web-uygulamasi/geopard-mcp/verim-verilerini-temizleme-ve-kalibre-etme.md).

# Verim Verilerini Temizleme ve Kalibre Etme

Bu kullanım senaryosunda, tarladaki hasat verilerinin dağılımını ve kalitesini anlamak için verim veri kümeleriyle çalışıyoruz. Bağlı GeoPard MCP kullanılarak bir LLM, orijinal verim veri kümesi için istatistiksel özetleri getirir, düzensizlikleri veya sensör gürültüsünü tespit eder ve temizlik ya da kalibrasyon gereken yerleri belirler.

Kalite kontrolleri tamamlandıktan sonra LLM, en uygun parametrelerle GeoPard MCP temizleme ve kalibrasyon iş akışını başlatır.

{% hint style="success" %}
Bu iş akışını çalıştırmadan önce GeoPard MCP’nin bağlı olduğundan emin olun. Kurulum ayrıntıları [burada](/geopard-tutorials/tr/urun-turu-web-uygulamasi/geopard-mcp/geopard-mcpyi-baglayin.md).
{% endhint %}

## Tekli Verim Veri Kümesi

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

### Önce

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

### Sonra

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

## Toplu Verim Veri Kümesi Kalibrasyonu

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

### Önce

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

### Sonra

<figure><img src="/files/b1205dfbcbbf291fe6605a3b7d53cffce31c79a2" 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/tr/urun-turu-web-uygulamasi/geopard-mcp/verim-verilerini-temizleme-ve-kalibre-etme.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.
