> 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/fr/agronomie/travail-du-sol-a-dose-variable-a-partir-de-la-compaction-du-sol.md).

# Travail du sol à dose variable à partir de la compaction du sol

{% hint style="success" %}
Le point de départ est un jeu de données de compaction du sol (ou équivalent) avec des mesures prises à plusieurs profondeurs.
{% endhint %}

{% hint style="warning" %}
Les tutoriels ci-dessous prennent en charge plusieurs langues. Choisissez celui qui vous convient le mieux à partir de l’icône de langue <img src="/files/192bcd45aa7df27e2522af41f2f733dd471b3a8e" alt="" data-size="line">.&#x20;
{% endhint %}

## Application de travail du sol VR unique

Ci‑dessous, vous trouverez un guide interactif multilingue sur la création d'une application de travail du sol VR utilisant des données de compaction du sol pour un seul champ.

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

## Cartes de travail du sol VR par lot

Ci‑dessous, vous trouverez un *multilingue* guide montrant comment créer une carte de travail du sol VR basée sur des données de compaction du sol pour un lot de 3 parcelles.

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

## Équation utilisée

Ci‑dessous se trouve l'équation pour calculer la profondeur de travail du sol basée sur la valeur de compaction à 25 cm.&#x20;

Cette équation (ou une variation de celle‑ci) peut être enregistrée dans votre bibliothèque d'équations personnalisées GeoPard.

```python
si pression < 15 :
    profondeur_de_working = 25
sinon si pression < 21 :
    profondeur_de_working = 27
sinon :
    profondeur_de_working = 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/fr/agronomie/travail-du-sol-a-dose-variable-a-partir-de-la-compaction-du-sol.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.
