> 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/nl/producttour-webapp/vergelijkingsgebaseerde-analyses.md).

# Vergelijkingsgebaseerde analyses

## Intro

GeoPard Equation Analytics biedt een krachtige tool waarmee je wiskundige theorieën kunt toepassen via `Python` code om datasets samen te voegen en waarden te extraheren. Het ondersteunt zowel de modus met enkele Equation Map als batch Equation Maps, waardoor agronomische logica kan worden opgeschaald over duizenden hectares of acres.

## Formules kunnen nuttig zijn voor

* Het maken van Rx-kaarten
* Berekenen [Efficiëntie van meststofgebruik](/geopard-tutorials/nl/agronomie/stikstofbenuttingsefficientie-nue-and-stikstofopname.md)
* ROI-kaarten
* Veranderingsdetectie
* Analyseer de kwaliteit van VR-bewerkingen (vergelijk doelwaarde vs. toegepast).
* Bekijk het blogartikel [Op vergelijkingen gebaseerde analyses in PrecisionAg](<https://geopard.tech/blog/equation-based-analytics-precision/ >) voor meer voorbeelden.

## Eerste vergelijking: stapsgewijze handleiding (interactieve demo)

Voor de eerste Equation Map gaan we de totaal toegediende stikstof berekenen uit de drie uitgevoerde bewerkingen van het product "Kalkamonsalpeter 27". In deze tutorial doorlopen we alle stappen om de kaart te maken en de totaal toegediende stikstof te begrijpen.

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

## Equation Maps gebruiken in vergelijkingen (reeks van vergelijkingen)

Soms is er behoefte om al berekende Equation Maps of Zone Maps in een vergelijking te gebruiken. Dit is mogelijk met GeoPard, en hieronder staat een stapsgewijze handleiding voor hoe je dit doet.

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

Een voorbeeld van het opeenvolgen van vergelijkingen: bereken NUE uit opbrengst-, eiwit- en as-applied-datasets. Lees meer in het blogbericht: [NUE-berekeningen met Grainsensing HarvestLab, opbrengst- en as-applied kunstmest-datalagen](https://geopard.tech/blog/nitrogen-use-efficiency-use-case-from-lva-john-deere-dealer-from-germany/).

<figure><img src="/files/65f8b7682abce95563fe50ea1730d566b8394ca3" alt=""><figcaption><p>Een voorbeeld van het opeenvolgen van vergelijkingen -> bereken stikstofgebruiksefficiëntie en overschot</p></figcaption></figure>


---

# 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/nl/producttour-webapp/vergelijkingsgebaseerde-analyses.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.
