alsdb.utils.viz_raster.plot_metrics#

alsdb.utils.viz_raster.plot_metrics(store: ALSZarrStore, resolution: float = 10.0, year: int | None = None, variables: list[str] | None = None, figsize: tuple[float, float] = (24, 16), title: str | None = None)[source]#

Multi-panel overview of LiDAR structural metrics.

Plots all 16 standard metrics by default: height percentiles (h50, h75, h95, hmax, hmean), canopy structure (cc, density, fhd, vci, crr), and height-stratum proportions (pv_0_2 … pv_above40). Variables missing from the store are silently skipped.

Parameters:
  • storeALSZarrStore.

  • resolution – Resolution group in metres (default 10 m).

  • year – Survey year.

  • variables – Subset of metric names to plot. Defaults to all 16 standard metrics.

  • figsize – Figure size in inches (default (20, 10) — increase for 16 panels).

  • title – Optional suptitle.

Return type:

matplotlib.figure.Figure