# Rs Change Detection Satellite

> Usa a detectar cambios satelitales con earthchange.

- Skill: `ntizar/rs-change-detection-satellite` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ntizar/rs-change-detection-satellite`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ntizar/rs-change-detection-satellite/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ntizar (https://skillmd.com/u/ntizar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ntizar/rs-change-detection-satellite

---


# Change Detection satelital — `earthchange`

> ⚠️ Corrección 2026-09-05 (auditoría): el paquete PyPI se llama **`earthchange`** (`pip install earthchange[all]`) y su interfaz principal es la **CLI** (`earthchange -s ... --map`), no solo snippets de índices/STAC.

**Repo:** `https://github.com/firmanhadi21/rs-change-detection` (Python, ~4⭐).

## When to Use

- Cuando pidas **detectar cambios satelitales** entre dos fechas (índices, STAC, mapas de diferencia) con `earthchange`.

## Uso (CLI real)

```bash
pip install "earthchange[all]"
earthchange -s <start_date> --map   # comprobar flags en el README
```

## Pitfalls

- Paquete: **`earthchange`** (no otro nombre).
- Interfaz principal es la **CLI**; verificar flags en el README.

## Verificación

- `earthchange` sobre dos fechas de una zona y comprobar que produce un mapa de cambio.

