# Объяснить закономерности вегетации

В этом сценарии использования мы анализируем данные временных рядов NDVI, чтобы понять развитие растительности и изменчивость по нескольким полям. Используя подключенный **GeoPard MCP** , LLM извлекает значения NDVI за выбранный диапазон дат и подводит итоги по трендам для каждого контура поля. Это помогает выявить различия в силе роста культур, обнаружить периоды стресса и выделить пространственные закономерности, которые могут указывать на потребность в питательных веществах, проблемы с влажностью, давление вредителей или различия в агротехнике.

Полученные визуализации показывают распределение NDVI и сравнение boxplot по каждому полю, обеспечивая наглядную поконтурную интерпретацию.

{% hint style="success" %}
Убедитесь, что GeoPard MCP подключен перед запуском этого рабочего процесса. Подробности настройки приведены [здесь](/geopard-tutorials/ru/obzor-produkta-veb-prilozhenie/geopard-mcp/podklyuchit-geopard-mcp.md).
{% endhint %}

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

Ниже представлены отчеты и пояснения.

<figure><img src="/files/85948682a6604d87ee953e691cc82e101832c065" alt="NDVI Trend Comparison"><figcaption><p>Сравнение тренда NDVI</p></figcaption></figure>

<figure><img src="/files/855f882a5587dc89f6512543a2b68bea3467149c" alt="NDVI Distribution per Field"><figcaption><p>Распределение NDVI по полю</p></figcaption></figure>

<figure><img src="/files/02d85b3707bf1201abf7f9f0799de05f7f99927f" alt="NDVI Comparison per Field at Key Dates"><figcaption><p>Сравнение NDVI по полю на ключевые даты</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/ru/obzor-produkta-veb-prilozhenie/geopard-mcp/obyasnit-zakonomernosti-vegetacii.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.
