> 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/reiy.md).

# レイヤー比較

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

使用する **レイヤーを比較** 同期した分割表示で2つの圃場レイヤーを並べて比較します。これにより、精密農業の判断を下す前に、衛星画像、収量マップ、土壌データ、ゾーンマップ、地形、その他の圃場分析で同じパターンが見られるかを検証できます。

ズームや圃場の移動をしても、両方の地図は同期したままです。表示を離れずにレビュー中にレイヤーを切り替えられるため、農学的なパターンをすばやく比較し、管理判断を確認できます。

### できること

* 衛星画像、収量、土壌、ゾーンの各レイヤーを並べて比較する
* 圃場のばらつきを確認しながら、2つの地図表示を同期したままにする
* 分析中にレイヤーを追加、切り替え、または削除する

{% stepper %}
{% step %}

### レイヤーを比較を開く

圃場を開いてから、クリック **レイヤーを比較** 右上隅にある

<figure><img src="https://lh3.googleusercontent.com/7V3vBqt659pDn5_32KM6ZZowbS6g4v2hP2Y8bdw1bA4_8VYszzyFcisus4OZa3vMVjw7Fi-00PJSO_niT_c3AU6iXMLLd2s3CxOXAXdDkqLe6ZuBWvjORurS-OyBWgqt71c-Y4s7" alt="Field page with the Compare Layers button in the top-right corner"><figcaption><p>圃場ページから［レイヤーを比較］を開きます。</p></figcaption></figure>
{% endstep %}

{% step %}

### レイヤーを選択する

左側のツリーで比較したいレイヤーを選択し、次にクリック **レイヤーを比較**.

<figure><img src="https://lh5.googleusercontent.com/IjUSQjfoP1425KAE014Pc278LJsDPtcx48L0O31e3IlxL6ZQOiHs6y5gdMgeucfj9LI82ujCcovRBuCoDLNKc79L2ulPJLLoO32BqW45q6DU0uLUjDjPEpKyaIuuyK4JOyKjKUfl" alt="Layer selection panel with the Compare Layers action"><figcaption><p>比較したいレイヤーを選択します。</p></figcaption></figure>
{% endstep %}

{% step %}

### 結果を確認する

両方のレイヤーを並べて分析します。新しいレイヤーを追加したり、既存のレイヤーを切り替えたり、必要に応じてレイヤーを削除したりして、複数のデータセット間でパターンが一致するかを確認します。

<figure><img src="https://lh5.googleusercontent.com/hqGRjO71RjJU6pnMvAyitnlqJDjrbVvldDnJpPjvMS1xDdsScScIzp8eNaVJ8NiUOvn3UrRLEBr887fwcU360o5MVYgVOmEH1vFKPDwmwimQL3cyQatrskPtJxCwQIDaCAmW6QpH" alt="Split view comparing two field layers side by side"><figcaption><p>同期した分割表示で両方のレイヤーを確認します。</p></figcaption></figure>
{% endstep %}

{% step %}

### 表示を閉じる

クリック **閉じる** 完了したら、画面上部で。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
ゾーンを作成したり、可変レート処方を作成したり、試験結果を確認したりする前に、［レイヤーを比較］を使って圃場のパターンを確認します。
{% endhint %}


---

# 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/reiy.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.
