> 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/pt-br/agronomia/aplicacao-de-cal-em-taxa-variavel-com-base-em-dados-de-ph-do-solo.md).

# Aplicação de cal em taxa variável com base em dados de pH do solo

## Crie um mapa de prescrição de calagem em taxa variável (VRA) a partir do pH do solo

Transforme dados de pH do solo em um mapa de aplicação de calagem pronto para máquinas (prescrição Rx). Use-o para aplicar calcário apenas onde o ROI é positivo.

### Tutorial interativo

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

### Exemplo econômico (VR vs taxa fixa 7.000 lb/ac)

Este exemplo compara calagem em taxa variável com uma taxa fixa única em toda a área do campo. Use-o como uma checagem rápida de sanidade antes de exportar a Rx.

| Item                             | Valor                    |
| -------------------------------- | ------------------------ |
| Área do campo                    | **33,91 ha**             |
| Taxa média aplicada              | **6.348,2 lb/ac**        |
| Preço do calcário                | $**0,02 / lb** (\~$40/t) |
| Calcário total (cálculo)         | **523.853 lb**           |
| Custo do material (campo)        | $**10,477**              |
| Custo do material (por ha)       | **\~**$**309/ha**        |
| Economia vs 7.000 lb/ac (total)  | $**441.9**               |
| Economia vs 7.000 lb/ac (por ha) | **\~**$**13,0/ha**       |

### Exporte a prescrição Rx de calcário

* Exportar como ISOXML: [Exportar mapa VRA no formato ISOXML](/geopard-tutorials/pt-br/tour-do-produto-aplicativo-web/exportar-baixar/exportar-mapa-vra-em-formato-isoxml.md)
* Outras opções de exportação (SHP e mais): [Exportar / Baixar](/geopard-tutorials/pt-br/tour-do-produto-aplicativo-web/exportar-baixar.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/pt-br/agronomia/aplicacao-de-cal-em-taxa-variavel-com-base-em-dados-de-ph-do-solo.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.
