> 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/fr/agronomie/application-de-chaux-a-dose-variable-basee-sur-les-donnees-de-ph-du-sol.md).

# Application de chaux à dose variable basée sur les données de pH du sol

## Créer une carte d'application de chaux à taux variable (Rx VRA) à partir du pH du sol

Transformer les données de pH du sol en une carte d'application de chaux prête pour machine (ordonnance Rx). Utilisez-la pour appliquer la chaux uniquement là où le retour sur investissement est positif.

### Parcours interactif

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

### Exemple économique (TV vs taux fixe 7 000 lb/ac)

Cet exemple compare la chaux à taux variable à un taux unique et fixe sur l'ensemble de la parcelle. Servez-vous-en comme contrôle de cohérence rapide avant d'exporter la Rx.

| Élément                           | Valeur                      |
| --------------------------------- | --------------------------- |
| Surface de la parcelle            | **33,91 ha**                |
| Taux moyen appliqué               | **6 348,2 lb/ac**           |
| Prix de la chaux                  | $**0,02 $ / lb** (\~40 $/t) |
| Total de chaux (calcul)           | **523 853 lb**              |
| Coût du matériau (par parcelle)   | $**10,477**                 |
| Coût du matériau (par ha)         | **\~**$**309 $/ha**         |
| Économies vs 7 000 lb/ac (total)  | $**441.9**                  |
| Économies vs 7 000 lb/ac (par ha) | **\~**$**13,0 $/ha**        |

### Exporter l'ordonnance de chaux Rx

* Exporter en ISOXML : [Exporter la carte VRA au format ISOXML](/geopard-tutorials/fr/visite-du-produit-application-web/exporter-telecharger/exporter-la-carte-vra-au-format-isoxml.md)
* Autres options d'export (SHP et plus) : [Exporter / Télécharger](/geopard-tutorials/fr/visite-du-produit-application-web/exporter-telecharger.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/fr/agronomie/application-de-chaux-a-dose-variable-basee-sur-les-donnees-de-ph-du-sol.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.
