← Catálogo de capas
ARI · Climatology

Índice de aridez

Índice de aridez P/PET del UNEP a partir de la cadena climática de sequía v2 (PET de Thornthwaite) · v0.1 · 2026-07

El índice de aridez del UNEP (P/PET) a partir de 85 años de climatología ERA5 — de hiperárido a húmedo en una única escala adimensional, con un intervalo de confianza por píxel. Un subproducto de la cadena del peligro de sequía v2, publicado a la resolución nativa real de ERA5. El paquete completo ocupa ~2 MB.

Vista previa de Índice de aridez
Índice de aridez P/PET global — climatología ERA5 de 85 años, 0.25° nativos

Qué incluye el paquete

3 GeoTIFF globales de ~0.25° (~28 km, ERA5 native) (~2 MB en total) más el conjunto completo de documentación. Todos los archivos son Cloud-Optimized GeoTIFF con teselado interno y pirámides de resolución: rápidos tanto para descarga masiva como para lecturas por ventana.

ArchivoDtypeUnidadesDescripción
aridity_index_0p25deg.tifuint16 (SCALE)P/PETÍndice de aridez del UNEP (adimensional)
aridity_class_0p25deg.tifuint8clase 1–6Clase del UNEP: de hiperárido a húmedo
aridity_index_ci_0p25deg.tifuint16 (SCALE)P/PETSemiamplitud del intervalo de confianza del 90%

Método

Entradas · Precipitación mensual + temperatura a 2 m de ERA5, 1940-2024 (climatología de 85 años)

Etiquetas de entrenamiento ·

Método · Índice de aridez P/PET del UNEP a partir de la cadena climática de sequía v2 (PET de Thornthwaite)

Documentación

Descarga

Gratis para uso académico, de investigación y otros usos no comerciales. Requiere una cuenta.

# $PETREL_API_KEY = your API key (tlk.…) from the dashboard — free tier works.

# 1. Fetch 1-hour signed URLs for every file in the bundle:
curl -s -H "X-API-Key: $PETREL_API_KEY" \
  https://api.petreldata.io/v1/layer/aridity/v0.1/bundle > bundle.json

# 2. Download the full layer (~2 MB):
mkdir -p aridity_v0.1
jq -r '.files[] | [.url, .name] | @tsv' bundle.json | \
  while IFS=$'\t' read -r url name; do
    curl -s "$url" -o "aridity_v0.1/$name"
  done
Regístrate gratisLeer la documentación de la API

Licencia y cita

Licencia: CC-BY-NC-4.0. Gratis para uso académico, de investigación y otros usos no comerciales. Para licencias comerciales, escribe a petreldata.io@gmail.com.

Cita:

Petrel (2026). Petrel Aridity Index v0.1.
https://petreldata.io/layers/aridity
CC-BY-NC-4.0

Historial de versiones

Qué cambió entre versiones: las mismas notas que se publican con los datos. De más reciente a más antigua.
v0.1
2026
not yet live. Initial release under preparation; publishes once the global build and previews are signed off.
  • Initial release. The long-term aridity index — mean precipitation divided by mean potential evapotranspiration (P/PET) — computed from ERA5 1940–2024, with PET from Thornthwaite (temperature-only, so it spans the full 85-year record). Ships three layers at native ~28 km (0.25°): the aridity index itself, the five-class UNEP classification (hyper-arid / arid / semi-arid / dry-subhumid / humid), and a 90% block-bootstrap confidence-interval half-width so users can see where the index is well constrained.
  • Native resolution, honestly named. Ships at the ERA5 grid rather than an interpolated 90 m — the climatology doesn't support finer output, so the filenames carry the true _0p25deg resolution.
  • Free, non-commercial Layer. Distributed under CC-BY-NC-4.0; a derived input data product rather than a paid Hazard. Commercial use is licensed separately.

Descarga Aridity Index con una clave gratuita.

Ver precios →