alsdb.utils.viz_raster.plot_agb#

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

Plot Above-Ground Biomass (AGB) from store.

Parameters:
  • storeALSZarrStore containing a "biomass" variable.

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

  • year – Survey year.

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

  • vmax (vmin /) – Colour scale limits. vmax defaults to the 98th percentile.

  • ax – Matplotlib axes.

Return type:

matplotlib.axes.Axes