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:
store –
ALSZarrStorecontaining a"biomass"variable.resolution – Resolution group in metres (default 10 m).
year – Survey year.
cmap – Matplotlib colormap (default
"YlGn").vmax (vmin /) – Colour scale limits.
vmaxdefaults to the 98th percentile.ax – Matplotlib axes.
- Return type: