> 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/de/agronomie/variable-kalkapplikation-auf-basis-von-boden-ph-daten.md).

# Variable Kalkapplikation auf Basis von Boden-pH-Daten

## Erstellen Sie eine variabel dosierte (VRA) Kalkdüngung (Rx) Karte aus Boden-pH

Verwandeln Sie Boden-pH-Daten in eine maschinenlesbare Kalkausbringungskarte (Rx-Verschreibung). Verwenden Sie sie, um Kalk nur dort auszubringen, wo der ROI positiv ist.

### Interaktiver Durchgang

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

### Wirtschaftsbeispiel (VR vs. einheitlich 7.000 lb/acre)

Dieses Beispiel vergleicht variabel dosierten Kalk mit einer einzelnen einheitlichen Normdosis über das Feld. Verwenden Sie es als kurze Plausibilitätsprüfung vor dem Export der Rx.

| Posten                                | Wert                      |
| ------------------------------------- | ------------------------- |
| Feldfläche                            | **33,91 ha**              |
| Durchschnittliche ausgebrachte Menge  | **6.348,2 lb/acre**       |
| Kalkpreis                             | $**0,02 / lb** (\~40 $/t) |
| Gesamtkalk (berechnet)                | **523.853 lb**            |
| Materialkosten (Feld)                 | $**10,477**               |
| Materialkosten (pro ha)               | **\~**$**309/ha**         |
| Einsparung vs. 7.000 lb/acre (gesamt) | $**441.9**                |
| Einsparung vs. 7.000 lb/acre (pro ha) | **\~**$**13,0/ha**        |

### Exportieren Sie die Kalk-Rx-Verschreibung

* Als ISOXML exportieren: [VRA-Karte im ISOXML-Format exportieren](/geopard-tutorials/de/produkttour-web-app/export-download/vra-karte-im-isoxml-format-exportieren.md)
* Andere Exportoptionen (SHP und mehr): [Export / Herunterladen](/geopard-tutorials/de/produkttour-web-app/export-download.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:

```
GET https://docs.geopard.tech/geopard-tutorials/de/agronomie/variable-kalkapplikation-auf-basis-von-boden-ph-daten.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
