# वनस्पति पैटर्न समझाएँ

इस उपयोग मामले में, हम NDVI समय-श्रृंखला डेटा का मूल्यांकन करते हैं ताकि कई खेतों में फसल/वनस्पति के विकास और बदलाव को समझा जा सके। जुड़े हुए **GeoPard MCP**का उपयोग करते हुए, एक LLM चुनी गई तारीख सीमा के दौरान NDVI मान निकालता है और हर खेत की सीमा के लिए रुझानों का सार देता है। इससे फसल की ताकत में फर्क, तनाव के दौर, और ऐसे स्थानिक पैटर्न सामने आते हैं जो पोषक तत्वों की जरूरत, नमी की समस्या, कीट दबाव, या प्रबंधन के अंतर का संकेत दे सकते हैं।

बनने वाले विज़ुअलाइज़ेशन खेत-दर-खेत NDVI का वितरण और बॉक्सप्लॉट तुलना दिखाते हैं, जिससे साफ़-साफ़ आमने-सामने तुलना करना आसान हो जाता है।

{% hint style="success" %}
यह वर्कफ़्लो चलाने से पहले सुनिश्चित करें कि GeoPard MCP जुड़ा हुआ है। सेटअप की जानकारी दी गई है [यहाँ](/geopard-tutorials/in/product-tour-web-app/geopard-mcp/geopard-mcp.md).
{% endhint %}

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

नीचे रिपोर्ट और उनकी व्याख्याएँ दी गई हैं।

<figure><img src="/files/d2397981e0d75cc41227becd87f74e3ec6e65ea2" alt="NDVI Trend Comparison"><figcaption><p>NDVI रुझान तुलना</p></figcaption></figure>

<figure><img src="/files/2d73d23526c1c509e2b04bd8eb3f0cb370848541" alt="NDVI Distribution per Field"><figcaption><p>प्रत्येक खेत के लिए NDVI वितरण</p></figcaption></figure>

<figure><img src="/files/a8b58ba1d430c24c316881805bb5c390b393ed51" 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/in/product-tour-web-app/geopard-mcp/explain-vegetation-patterns.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.
