> 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/cze/agronomie/variabilni-zpracovani-pudy-podle-utuzeni-pudy.md).

# Variabilní zpracování půdy podle utužení půdy

{% hint style="success" %}
Výchozím bodem je dataset o zhutnění půdy (nebo ekvivalent) s měřeními provedenými v několika hloubkách.
{% endhint %}

{% hint style="warning" %}
Níže uvedené návody podporují více jazyků. Vyberte si ten, který vám nejlépe sedí, kliknutím na ikonu jazyka <img src="/files/c60a9d4d30606e3f4d9f7d7ff57aa467dc9e1a23" alt="" data-size="line">.&#x20;
{% endhint %}

## Jednotná variabilní aplikace setí/obrábění (VR)

Níže najdete vícejazyčný interaktivní návod, jak vytvořit VR aplikaci zpracování půdy pomocí dat o zhutnění půdy pro jedno pole.

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

## Hromadné VR mapy obrábění

Níže najdete interaktivní *vícejazyčný* návod ukazující, jak vytvořit VR mapu obrábění založenou na datech o zhutnění půdy pro sadu 3 polí.

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

## Použitá rovnice

Níže je rovnice pro výpočet hloubky obrábění na základě hodnoty zhutnění v 25 cm.&#x20;

Tuto rovnici (nebo její variantu) lze uložit do vaší knihovny vlastních rovnic v GeoPard.

```python
pokud tlak < 15:
    hloubka_orby = 25
elif tlak < 21:
    hloubka_orby = 27
else:
    hloubka_orby = 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/cze/agronomie/variabilni-zpracovani-pudy-podle-utuzeni-pudy.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.
