> 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/tr/agronomi/toprak-ph-verisine-dayali-vr-kirec-uygulamasi.md).

# Toprak pH Verisine Dayalı VR Kireç Uygulaması

## Toprak pH'ından değişken oranlı (VRA) kireç reçetesi haritası oluşturun

Toprak pH verilerini makineye hazır kireç uygulama haritasına (Rx reçetesi) dönüştürün. Yatırım getirisi pozitif olan yerlere kireç uygulamak için kullanın.

### Etkileşimli adım adım rehber

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

### Ekonomi örneği (VR vs sabit 7.000 lb/ak)

Bu örnek, tarlanın tamamında tek bir sabit oranla karşılaştırıldığında değişken oranlı kireci gösterir. Rx'i dışa aktarmadan önce hızlı bir mantık kontrolü olarak kullanın.

| Kalem                                                     | Değer                      |
| --------------------------------------------------------- | -------------------------- |
| Tarla alanı                                               | **33,91 ha**               |
| Uygulanan ortalama oran                                   | **6.348,2 lb/ak**          |
| Kireç fiyatı                                              | $**0,02 / lb** (\~$40/ton) |
| Toplam kireç (hesap)                                      | **523.853 lb**             |
| Malzeme maliyeti (tarla)                                  | $**10,477**                |
| Malzeme maliyeti (ha başına)                              | **\~**$**309/ha**          |
| 7.000 lb/ak ile karşılaştırıldığında tasarruf (toplam)    | $**441.9**                 |
| 7.000 lb/ak ile karşılaştırıldığında tasarruf (ha başına) | **\~**$**13,0/ha**         |

### Kireç Rx reçetesini dışa aktar

* ISOXML olarak dışa aktar: [VRA haritasını ISOXML formatında dışa aktar](/geopard-tutorials/tr/urun-turu-web-uygulamasi/disa-aktar-indir/vra-haritasini-isoxml-formatinda-disa-aktar.md)
* Diğer dışa aktarma seçenekleri (SHP ve daha fazlası): [Bölge Haritaları ve Analitik](/geopard-tutorials/tr/urun-turu-web-uygulamasi/disa-aktar-indir.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/tr/agronomi/toprak-ph-verisine-dayali-vr-kirec-uygulamasi.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.
