# 土壌締め固めに基づく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: 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:

```
GET https://docs.geopard.tech/geopard-tutorials/jpn/nong-xue/memenidzukuvr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
