# मिट्टी कड़ापन से VR जुताई

{% hint style="success" %}
शुरुआती बिंदु एक मिट्टी संकुचन (Soil Compaction) डेटासेट (या समकक्ष) है जिसमें कई गहराइयों पर नापें ली गई हैं।
{% endhint %}

{% hint style="warning" %}
नीचे दिए ट्यूटोरियल कई भाषाओं का समर्थन करते हैं। भाषा आइकन से वह चुनें जो आपके लिए सबसे उपयुक्त हो। <img src="/files/c7ad5962769e711c8b49d9decf8f1923bcce258b" alt="" data-size="line">.&#x20;
{% endhint %}

## एकल VR जुताई आवेदन

नीचे, आप एकल खेत के लिए मिट्टी संकुचन डेटा का उपयोग करके VR जुताई आवेदन बनाने पर एक बहुभाषी इंटरैक्टिव गाइड पाएँगे।

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

## बैच VR जुताई मानचित्र

निचे, आप एक इंटरैक्टिव पाएँगे *बहु-भाषी* गाइड जो दिखाता है कि 3 खेतों वाले बैच के लिए मिट्टी संकुचन डेटा के आधार पर VR जुताई मानचित्र कैसे बनाया जाए।

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

## उपयोग की गई समीकरण

नीचे 25 सेमी संकुचन मान के आधार पर जुताई गहराई की गणना के लिए समीकरण दिया गया है।&#x20;

यह समीकरण (या इसका कोई रूपांतरण) आपके GeoPard कस्टम समीकरण पुस्तकालय में सहेजा जा सकता है।

```python
यदि दबाव < 15:
    जुताई_गहराई = 25
elif दबाव < 21:
    जुताई_गहराई = 27
else:
    जुताई_गहराई = 30
```


---

# 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/agronomy/vr.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.
