> 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/it/agronomia/lavorazione-a-dose-variabile-dalla-compattazione-del-suolo.md).

# Lavorazione a dose variabile dalla compattazione del suolo

{% hint style="success" %}
Il punto di partenza è un dataset di Compattazione del Suolo (o equivalente) con misurazioni effettuate a più profondità.
{% endhint %}

{% hint style="warning" %}
I tutorial qui sotto supportano più lingue. Scegli quello più adatto a te dall'icona della lingua <img src="/files/ace63ae7e562956460e81deebc735e24ccd0156a" alt="" data-size="line">.&#x20;
{% endhint %}

## Applicazione di Lavorazione a Velocità Variabile (VR) singola

Di seguito troverai una guida interattiva multilingue per creare un'applicazione di lavorazione VR utilizzando i dati di Compattazione del Suolo per un unico Campo.

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

## Mappe di Lavorazione VR in Batch

Qui sotto troverai un *multilingue* guida che mostra come creare una mappa di lavorazione VR basata sui dati di Compattazione del Suolo per un batch con 3 campi.

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

## Equazione utilizzata

Di seguito è riportata l'equazione per calcolare la profondità di lavorazione in base al valore di compattazione a 25 cm.&#x20;

Questa equazione (o una sua variazione) può essere salvata nella tua libreria di equazioni personalizzate di GeoPard.

```python
se la pressione < 15:
    profondità_lavorazione = 25
elif la pressione < 21:
    profondità_lavorazione = 27
else:
    profondità_lavorazione = 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/it/agronomia/lavorazione-a-dose-variabile-dalla-compattazione-del-suolo.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.
