> 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/bg/agronomiya/vr-varuvane-na-baza-danni-za-ph-na-pochvata.md).

# VR варуване на база данни за pH на почвата

## Създайте предпписание за варуване с променлива норма (VRA) от почвеното рН

Преобразувайте данните за почвеното рН в машинно-готова карта за приложение на вар (Rx предпписание). Използвайте я, за да нанесете вар само там, където възвращаемостта на инвестицията е положителна.

### Интерактивно ръководство

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

### Икономически пример (VR срещу равномерно 7 000 lb/ac)

Този пример сравнява варуване с променлива норма с единна равномерна норма за целия блок. Използвайте го като бърза проверка за здрав разум преди експортиране на Rx.

| Артикул                               | Стойност                 |
| ------------------------------------- | ------------------------ |
| Площ на полето                        | **33.91 ха**             |
| Средна приложена норма                | **6,348.2 lb/ac**        |
| Цена на варта                         | $**0.02 / lb** (\~$40/t) |
| Общо вар (изчислено)                  | **523,853 lb**           |
| Разходи за материал (поле)            | $**10,477**              |
| Разходи за материал (на ха)           | **\~**$**309/ха**        |
| Спестяване спрямо 7 000 lb/ac (общо)  | $**441.9**               |
| Спестяване спрямо 7 000 lb/ac (на ха) | **\~**$**13.0/ха**       |

### Експортиране на Rx предпписание за вар

* Експортиране като ISOXML: [Експорт на VRA карта в ISOXML формат](/geopard-tutorials/bg/obikolka-na-produkta-ueb-prilozhenie/eksport-izteglyane/eksport-na-vra-karta-vv-format-isoxml.md)
* Други опции за експортиране (SHP и др.): [Експорт / Сваляне](/geopard-tutorials/bg/obikolka-na-produkta-ueb-prilozhenie/eksport-izteglyane.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/bg/agronomiya/vr-varuvane-na-baza-danni-za-ph-na-pochvata.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.
