> 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/esp/agronomia/detectar-arcilla-y-arena-con-sbi.md).

# Detectar arcilla y arena con SBI

## Caso de negocio

La textura del suelo influye en la capacidad de retención de agua, la disponibilidad de nutrientes y la estabilidad del rendimiento.&#x20;

Los mapas tradicionales son costosos y se quedan obsoletos con bastante rapidez.&#x20;

Con GeoPard, puedes:

* Marcar **arcilla (más oscura)** vs. **arena (más clara)** áreas rápidamente
* Enfocar el muestreo de suelo donde importa
* Crear **tasa variable** zonas de siembra, riego y fertilización
* Actualizar conocimientos cada año con un esfuerzo mínimo

## Tutorial dinámico

Los resultados coinciden con **escaneos de suelo de campos alemanes** que miden contenido de arena y arcilla.&#x20;

Algunas muestras de campo dirigidas ayudan a afinar los umbrales.

{% hint style="warning" %}
El tutorial a continuación admite varios idiomas. Elige el que mejor te convenga desde el icono de idioma <img src="/files/05f817458f63f96bb1fc24bebd35b072fc8772ec" alt="" data-size="line">.&#x20;
{% endhint %}

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

## Solución

Cómo funciona:

* **SBI (Índice de Brillo del Suelo)** aumenta con la reflectancia de la superficie (rojo + NIR).
* **Arcilla**: partículas más finas, más humedad/óxidos → **SBI más bajo** (más oscuro).
* **Arena**: más gruesa, más seca, mayor albedo → **SBI más alto** (más claro).

Flujo de trabajo en GeoPard:

1. **Recopilar capas de SBI** de fechas de suelo desnudo (varias por año).
2. **Normalizar cada escena** (elimina sesgos de iluminación/adquisición).
3. **Promediar a lo largo del tiempo** (reduce ruidos aleatorios).
4. **Agrupar espacialmente** en **0,25-0,5 ha (0,5-1 ac)** zonas (reduce el moteado de píxeles).
5. **Clasificar** la distribución:
   * SBI más bajo → **tendencia a arcilla**
   * SBI más alto → **tendencia a arena**
6. **Exportar** zonas para rastreo y prescripciones VR.

Normalización + promediado multi-fecha + pequeños grupos hacen del SBI un **proxy estable** para la textura y mejoran la separabilidad entre áreas más oscuras (arcilla) y más claras (arena).


---

# 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/esp/agronomia/detectar-arcilla-y-arena-con-sbi.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.
