> 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/bg/agronomiya/vr-obrabotka-na-pochvata-spored-upltnyavaneto.md).

# VR обработка на почвата според уплътняването

{% hint style="success" %}
Началната точка е набор от данни за уплътняване на почвата (или еквивалент) с измервания взети на няколко дълбочини.
{% endhint %}

{% hint style="warning" %}
По-долу уроците поддържат множество езици. Изберете този, който най-добре ви подхожда, от иконата за език <img src="/files/ea5ab190c92394f214110cb0d39d0735bca6148d" alt="" data-size="line">.&#x20;
{% endhint %}

## Еднократна VR обработка на почвата

По-долу ще намерите многоезично интерактивно ръководство за създаване на VR приложение за обработка на почвата, използвайки данни за уплътняване на почвата за едно поле.

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

## Партидни VR карти за обработка на почвата

По-долу ще намерите интерактивен *многоезичен* ръководство, показващо как да се създаде VR карта за обработка на почвата, базирана на данни за уплътняване на почвата за партида от 3 полета.

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

## Използвано уравнение

По-долу е уравнението за изчисляване на дълбочината на обработка въз основа на стойността на уплътняване на 25 cm.&#x20;

Това уравнение (или вариант на него) може да се запази във вашата потребителска библиотека с уравнения на GeoPard.

```python
ако налягането < 15:
    дълбочина_на_обработка = 25
иначе ако налягането < 21:
    дълбочина_на_обработка = 27
else:
    дълбочина_на_обработка = 30
```


---

# 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/bg/agronomiya/vr-obrabotka-na-pochvata-spored-upltnyavaneto.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.
