Custom data types#

SFHandle.custom_types.Interp_kind#

Allowed values for interpolation with interp1d.

alias of Literal[‘linear’, ‘nearest’, ‘nearest-up’, ‘zero’, ‘slinear’, ‘quadratic’, ‘cubic’, ‘previous’, ‘next’]

SFHandle.custom_types.Numpy_float: TypeAlias = numpy.float16 | numpy.float32 | numpy.float64 | numpy.longdouble#

All floating types handled by numpy