> 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/jpn/tsu-webapuri/geopard-mcp/dtawokurenjingushitekyariburshonsuru.md).

# 収量データをクレンジングしてキャリブレーションする

このユースケースでは、収量データセットを用いて、圃場全体における収穫データの分布と品質を把握します。接続済みの GeoPard MCP を使うことで、LLM は元の収量データセットの統計要約を取得し、異常値やセンサーノイズを検出し、クリーニングやキャリブレーションが必要な箇所を特定します。

品質チェックが完了すると、LLM は最適なパラメータで GeoPard MCP のクリーニングおよびキャリブレーションのワークフローを起動します。

{% hint style="success" %}
このワークフローを実行する前に、GeoPard MCP が接続されていることを確認してください。セットアップの詳細は [こちら](/geopard-tutorials/jpn/tsu-webapuri/geopard-mcp/geopard-mcpwosuru.md).
{% endhint %}

## 単一収量データセット

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

### 前

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

### 後

<figure><img src="/files/72f240694b66d0a32fc283efbfd57fc83c464bef" alt=""><figcaption></figcaption></figure>

## バッチ収量データセットのキャリブレーション

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

### 前

<figure><img src="/files/67545ad80fd3266fc9a1b8ae61a4282b0971a76b" alt=""><figcaption></figcaption></figure>

### 後

<figure><img src="/files/a61d9beb84712e62a548e7000dd860c5b413ee1d" 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/jpn/tsu-webapuri/geopard-mcp/dtawokurenjingushitekyariburshonsuru.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.
