# Equation-based Analytics

## Intro

GeoPard Equation Analytics offers a powerful tool that allows you to apply mathematical theories through `Python` code to blend datasets and extract values. It supports both single and batch Equation Maps modes, enabling the scaling of agronomic logic across thousands of hectares or acres.

## Formulas Could Be Useful for

* Creating Rx maps
* Calculate [Fertilizer Use Efficiency](/geopard-tutorials/agronomy/nitrogen-use-efficiency-nue-and-nitrogen-uptake.md)
* ROI maps
* Change detection
* Analyze the Quality of VR operations (compare target vs applied).
* Check the blog article [Equation-based Analytics in PrecisionAg](<https://geopard.tech/blog/equation-based-analytics-precision/ >) for more examples.

## First Equation: Step-by-Step Guide (Interactive demo)

For the first Equation Map, let's calculate the total applied nitrogen from the three executed operations of the "Kalkamonsalpeter 27" product. In this tutorial, we will go through all the steps to create the map and understand the total applied nitrogen.

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

## Using Equation Maps in Equations (Sequnce of Equations)

Sometimes, there is a need to use already calculated Equation Maps or Zone Maps in an Equation. This is possible with GeoPard, and below is a step-by-step guide on how to do this.

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

An example of Equations sequencing: calculate NUE from yield, protein and as-applied datasets. Read more in the blog post: [NUE calculations using Grainsensing HarvestLab, Yield and As-Applied fertilizer data layers](https://geopard.tech/blog/nitrogen-use-efficiency-use-case-from-lva-john-deere-dealer-from-germany/).

<figure><img src="/files/ayaLNUqx01qp64AjE3Ql" alt=""><figcaption><p>An Example of equations sequencing -> calculate Nitrogen Use Efficiency &#x26; Surplus</p></figcaption></figure>


---

# Agent Instructions: 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/product-tour-web-app/equation-based-analytics.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.
