← Catálogo de capas
FUE · Fire drivers

Capa de combustible

Tabla de equivalencias FM40 determinista: cobertura del suelo × clima de Köppen → clase de modelo de combustible de Scott & Burgan · v1.0 · 2026-08

Qué alimenta un incendio de superficie: la clase de modelo de combustible FM40 de Scott & Burgan, asignada de forma determinista a partir de cobertura del suelo × clima (pasto, matorral, hojarasca forestal, sotobosque forestal, no combustible). Alimenta el peligro Petrel Wildfire (Cell2Fire) y funciona de forma autónoma para la cartografía de combustibles. La v1.0 sustituye a la anterior línea de combustible por aprendizaje automático con licencia CC-BY-NC: una tabla de equivalencias de clase única, limpia para uso comercial, bajo CC-BY-4.0.

Vista previa de Capa de combustible
Familias de combustible FM40 globales — ESA WorldCover × Köppen, ~270 m nativos

Qué incluye el paquete

1 GeoTIFF globales de ~270 m (9 arc-second) (~322 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
fuel_model_class_270m.tifuint8código de clase FM40Clase de modelo de combustible de superficie FM40 de Scott y Burgan (categórica; 255 = sin datos)

Método

Entradas · Cobertura del suelo ESA WorldCover 2021, clima Köppen-Geiger de Beck — ambas fuentes son permisivas, por lo que la Layer derivada es CC-BY-4.0 (uso comercial permitido)

Etiquetas de entrenamiento ·

Método · Tabla de equivalencias FM40 determinista: cobertura del suelo × clima de Köppen → clase de modelo de combustible de Scott & Burgan

Documentación

Descarga

Gratis para cualquier uso, incluido el comercial, con atribución. 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/fuel/v1.0/bundle > bundle.json

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

Licencia y cita

Licencia: CC-BY-4.0. Gratis para cualquier uso, incluido el comercial, con atribución.

Cita:

Petrel (2026). Petrel Fuel Layer v1.0.
https://petreldata.io/layers/fuel
CC-BY-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.
v1.0
2026-08
actual
  • Initial release. A global Scott & Burgan FM40 surface fuel-model class raster at native ~270 m (9 arcsec), assigned deterministically from ESA WorldCover 2021 land cover × Beck Köppen-Geiger climate: land cover sets the fuel family (non-burnable / grass / grass-shrub / shrub / timber-understory / timber-litter) and climate refines it (e.g. Mediterranean shrub → SH5, tropical forest → TL9, boreal forest → TU5). Feeds the surface-fuel grid of the Petrel Wildfire Hazard (Cell2Fire), and works standalone for fuels mapping and fire-behavior work.
  • Free and commercial-clean (CC-BY-4.0). This is the whole point of v1.0: it derives only from CC-BY-4.0 sources — no Meta canopy (CC-BY-NC), no LANDFIRE, no share-alike inputs — so it is fully commercially redistributable with attribution. It replaces the earlier CC-BY-NC ML fuel line (fuel_v0.1/v0.2_global_ml) as the free fuel layer.
  • Globally consistent by construction. The crosswalk applies the same rules everywhere, fixing the US-trained ML line's abroad errors — Mediterranean shrub read as grass, tropical/boreal forest families confused, and open water read as grass are all corrected.
  • Class only in v1.0. Ships the FM40 class raster; the four canopy attributes (cover, stand height, canopy base height, bulk density) are a documented v1.1 item (real per-pixel values from the CC-BY ETH global canopy-height layer). Validation is biome plausibility plus US LANDFIRE family agreement — not a per-pixel accuracy score.

Descarga Fuel Layer con una clave gratuita.

Ver precios →