easysnowdata.processing.rgb#

easysnowdata.processing.rgb(ds: Dataset, bands: Sequence[str] = ('red', 'green', 'blue'), *, vmin: float | None = None, vmax: float | None = None, dim: str = 'band') DataArray[source]#

Stack three bands into a band-dimensioned float composite.

With vmin/vmax the values are linearly scaled to 0–1 and clipped.