alsdb.utils.viz.plot_overview#
- alsdb.utils.viz.plot_overview(df: DataFrame, resolution: float = 1.0, figsize: tuple[float, float] = (16, 14), title: str | None = None)[source]#
Four-panel overview figure: DSM with hillshade, RGB, intensity, classification.
- Parameters:
df – Point-cloud DataFrame as returned by
ALSProvider.resolution – Grid resolution in metres.
figsize – Figure size in inches.
title – Optional suptitle. Auto-generated from the coordinate range if None.
- Return type: