> 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/it/tour-del-prodotto-web-app/geopard-mcp/spiega-i-pattern-della-vegetazione.md).

# Spiega i pattern della vegetazione

In questo caso d’uso, valutiamo i dati della serie temporale NDVI per comprendere lo sviluppo e la variabilità della vegetazione su più campi. Utilizzando il connesso **GeoPard MCP**, un LLM recupera i valori NDVI nell’intervallo di date selezionato e sintetizza le tendenze per ciascun confine di campo. Questo aiuta a evidenziare le differenze nel vigore delle colture, individuare i periodi di stress e mettere in risalto i pattern spaziali che possono indicare fabbisogni nutrizionali, problemi di umidità, pressione di parassiti o differenze di gestione.

Le visualizzazioni risultanti mostrano la distribuzione NDVI e i confronti tramite boxplot campo per campo, consentendo un’interpretazione chiara fianco a fianco.

{% hint style="success" %}
Assicurati che GeoPard MCP sia connesso prima di eseguire questo workflow. I dettagli di configurazione sono forniti [qui](/geopard-tutorials/it/tour-del-prodotto-web-app/geopard-mcp/connetti-geopard-mcp.md).
{% endhint %}

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

Di seguito sono riportati i report e le spiegazioni.

<figure><img src="/files/6b78d09ef2e82fa0046dd5533f9598a39e191921" alt="NDVI Trend Comparison"><figcaption><p>Confronto dell’andamento NDVI</p></figcaption></figure>

<figure><img src="/files/414b9d621247968994272159b9c3db4dc189f797" alt="NDVI Distribution per Field"><figcaption><p>Distribuzione NDVI per campo</p></figcaption></figure>

<figure><img src="/files/077455cf3fa525b2541f567bf6abc1df7487329c" alt="NDVI Comparison per Field at Key Dates"><figcaption><p>Confronto NDVI per campo nelle date chiave</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/it/tour-del-prodotto-web-app/geopard-mcp/spiega-i-pattern-della-vegetazione.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.
