> 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/it/agronomia/applicazione-vra-di-calce-basata-sui-dati-di-ph-del-suolo.md).

# Applicazione VRA di calce basata sui dati di pH del suolo

## Crea una mappa di prescrizione di calce a dose variabile (VRA) da pH del suolo

Trasforma i dati di pH del suolo in una mappa di applicazione della calce pronta per la macchina (prescrizione Rx). Usala per applicare la calce solo dove il ROI è positivo.

### Guida interattiva

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

### Esempio economico (VR vs dose fissa 7.000 lb/ac)

Questo esempio confronta la calce a dose variabile con un'unica dose fissa su tutto il campo. Usalo come controllo di sanità veloce prima di esportare la Rx.

| Voce                              | Valore                   |
| --------------------------------- | ------------------------ |
| Area del campo                    | **33,91 ha**             |
| Dose media applicata              | **6.348,2 lb/ac**        |
| Prezzo della calce                | $**0,02 / lb** (\~$40/t) |
| Calce totale (calcolo)            | **523.853 lb**           |
| Costo materiale (campo)           | $**10,477**              |
| Costo materiale (per ha)          | **\~**$**309/ha**        |
| Risparmio vs 7.000 lb/ac (totale) | $**441.9**               |
| Risparmio vs 7.000 lb/ac (per ha) | **\~**$**13,0/ha**       |

### Esporta la prescrizione Rx della calce

* Esporta come ISOXML: [Esporta mappa VRA in formato ISOXML](/geopard-tutorials/it/tour-del-prodotto-web-app/esporta-scarica/esporta-mappa-vra-in-formato-isoxml.md)
* Altre opzioni di esportazione (SHP e altro): [Esporta / Scarica](/geopard-tutorials/it/tour-del-prodotto-web-app/esporta-scarica.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/it/agronomia/applicazione-vra-di-calce-basata-sui-dati-di-ph-del-suolo.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.
