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

# 土壌pHデータに基づく可変石灰施用

## 土壌pHから可変施用率（VRA）石灰処方（Rx）マップを作成する

土壌pHデータを機械対応の石灰施用マップ（Rx処方）に変換します。投資対効果が正の場所にのみ石灰を施用するために使用してください。

### インタラクティブウォークスルー

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

### 経済例（可変率 vs 均一7,000 lb/英畝）

この例は、フィールド全体に単一の均一施用率を行う場合と可変施用率の石灰散布を比較します。Rxをエクスポートする前の簡単な妥当性確認として使用してください。

| 項目                        | 値                         |
| ------------------------- | ------------------------- |
| 圃場面積                      | **33.91 ha**              |
| 平均施用率                     | **6,348.2 lb/英畝**         |
| 石灰価格                      | $**0.02 / lb** （約 $40/トン） |
| 総石灰量（計算）                  | **523,853 lb**            |
| 資材費（圃場合計）                 | $**10,477**               |
| 資材費（ヘクタール当たり）             | **\~**$**309/ha**         |
| 7,000 lb/英畝との差額（合計）       | $**441.9**                |
| 7,000 lb/英畝との差額（ヘクタール当たり） | **\~**$**13.0/ha**        |

### 石灰Rx処方をエクスポートする

* ISOXMLとしてエクスポート： [VRAマップをISOXML形式でエクスポート](/geopard-tutorials/jpn/tsu-webapuri/ekusuptodaunrdo/vramappuwoisoxmldeekusupto.md)
* その他のエクスポートオプション（SHPなど）： [エクスポート／ダウンロード](/geopard-tutorials/jpn/tsu-webapuri/ekusuptodaunrdo.md)


---

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