SelMethod type

Xarray indexing method to use for inexact matches
KnownSelMethod can be used interchangeably with SelMethod, this enum contains the known values that the service supports.

Known values supported by the service

nearest: Nearest neighbor method
linear: Linear interpolation
bilinear: Bilinear interpolation
cubic: Cubic interpolation
cubic_spline: Cubic spline interpolation
lanczos: Lanczos interpolation
area: Area-weighted interpolation
mode: Mode (most common) value

type SelMethod = string