> 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/nong-xue/memenidzukuvr.md).

# 土壌締め固めに基づくVR耕起

{% hint style="success" %}
出発点は、複数深度で測定が行われた土壌圧密（ソイルコンパクション）データセット（または同等のデータ）です。
{% endhint %}

{% hint style="warning" %}
以下のチュートリアルは複数言語に対応しています。言語アイコンからご自身に最も適したものを選んでください。 <img src="/files/68450558623f16a7f59985b53d44d657907773c7" alt="" data-size="line">.&#x20;
{% endhint %}

## 単一可変施肥（VR）耕うん適用

以下は、単一圃場の土壌圧密データを使用してVR（可変率）耕うんアプリケーションを作成するための多言語インタラクティブガイドです。

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

## バッチVR耕うんマップ

以下に、対話式の *多言語* 3つの圃場を含むバッチに対して土壌圧密データに基づくVR耕うんマップを作成する方法を示すガイドです。

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

## 使用された式

以下は、25 cmの圧密値に基づいて耕深を計算するための式です。&#x20;

この式（またはその変形）は、GeoPardのカスタム式ライブラリに保存できます。

```python
もし圧力 < 15 の場合：
    耕深 = 25
それ以外で圧力 < 21 の場合：
    耕深 = 27
else:
    耕深 = 30
```


---

# 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/nong-xue/memenidzukuvr.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.
