> 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/tr/urun-turu-web-uygulamasi/geopard-mcp/vejetasyon-desenlerini-aciklayin.md).

# Vejetasyon Desenlerini Açıklayın

Bu kullanım senaryosunda, bitki gelişimini ve birden fazla tarla genelindeki değişkenliği anlamak için NDVI zaman serisi verilerini değerlendiriyoruz. Bağlı **GeoPard MCP** aracılığıyla bir LLM, seçilen tarih aralığındaki NDVI değerlerini alır ve her bir tarla sınırı için eğilimleri özetler. Bu, ürün canlılığındaki farklılıkları ortaya çıkarmaya, stres dönemlerini tespit etmeye ve besin ihtiyacı, nem sorunları, zararlı baskısı veya yönetim farklılıklarına işaret edebilecek mekânsal desenleri öne çıkarmaya yardımcı olur.

Ortaya çıkan görselleştirmeler, NDVI dağılımını ve kutu grafiği karşılaştırmalarını tarla bazında göstererek net bir yan yana yorumlama sağlar.

{% hint style="success" %}
Bu iş akışını çalıştırmadan önce GeoPard MCP'nin bağlı olduğundan emin olun. Kurulum ayrıntıları [burada](/geopard-tutorials/tr/urun-turu-web-uygulamasi/geopard-mcp/geopard-mcpyi-baglayin.md).
{% endhint %}

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

Aşağıda raporlar ve açıklamalar yer almaktadır.

<figure><img src="/files/e180d16c2ba8433d46b0d399feb17ee135ec2fa0" alt="NDVI Trend Comparison"><figcaption><p>NDVI Eğilim Karşılaştırması</p></figcaption></figure>

<figure><img src="/files/95c96f9c6cccf442dc00925e8679077272bf61f2" alt="NDVI Distribution per Field"><figcaption><p>Tarla Bazında NDVI Dağılımı</p></figcaption></figure>

<figure><img src="/files/350ac0386a172b0b9f0216d74e77f7be54834905" alt="NDVI Comparison per Field at Key Dates"><figcaption><p>Önemli Tarihlerde Tarla Bazında NDVI Karşılaştırması</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/tr/urun-turu-web-uygulamasi/geopard-mcp/vejetasyon-desenlerini-aciklayin.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.
