alsdb.utils.viz_raster.plot_products#

alsdb.utils.viz_raster.plot_products(store: ALSZarrStore, resolution: float = 1.0, year: int | None = None, figsize: tuple[float, float] = (18, 6), hillshade: bool = True, title: str | None = None)[source]#

Three-panel overview: DTM | DSM | CHM.

Parameters:
  • storeALSZarrStore containing "dtm", "dsm", and "chm" at resolution.

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

  • year – Survey year.

  • figsize – Figure size in inches.

  • hillshade – Apply hillshade to DTM and DSM panels (default True).

  • title – Optional suptitle.

Return type:

matplotlib.figure.Figure