WV_VI#

WV_VI(bands: dict) xarray.core.dataarray.DataArray[source]#

WorldView-Vegetation (WV-VI)

Useful for detecting vegetation and assessing vegetation health

WV_VI = ((B8-B5)/(B8+B5))

Parameters

bands (dict) – Bands as {band_name: xr.DataArray}

Returns

Computed index

Return type

xr.DataArray