alsdb.utils.viz_raster.plot_gap#

alsdb.utils.viz_raster.plot_gap(store: ALSZarrStore, resolution: float = 10.0, year: int | None = None, cmap: str = 'RdYlGn_r', vmin: float = 0.0, vmax: float = 1.0, ax=None)[source]#

Plot gap fraction from store.

Parameters:
  • storeALSZarrStore containing a "gap" variable.

  • resolution – Resolution group in metres.

  • year – Survey year.

  • cmap – Matplotlib colormap (default "RdYlGn_r").

  • vmax (vmin /) – Colour scale limits (default 0–1).

  • ax – Matplotlib axes.

Return type:

matplotlib.axes.Axes