alsdb.utils.viz_raster.plot_lai#
- alsdb.utils.viz_raster.plot_lai(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 effective LAI from store.
- Parameters:
store –
ALSZarrStorecontaining a"lai"variable.resolution – Resolution group in metres.
year – Survey year.
cmap – Matplotlib colormap (default
"YlGn").vmax (vmin /) – Colour scale limits.
vmaxdefaults to the 98th percentile.ax – Matplotlib axes.
- Return type: