earthkit.data.utils.compute

Attributes

Classes

Functions

apply_ufunc(func, *args)

get_method(method)

wrap_maths(cls)

Module Contents

earthkit.data.utils.compute.COMP_BINARY
earthkit.data.utils.compute.COMP_UNARY
class earthkit.data.utils.compute.Compute
abstractmethod binary_op(oper, y)
abstractmethod unary_op(oper)
class earthkit.data.utils.compute.LoopCompute

Bases: Compute

static apply_ufunc(func, ref, *args, template=None)
static binary_op(oper, x, y)
static create_fieldlist(ref, x)
static unary_op(oper, x)
earthkit.data.utils.compute.apply_ufunc(func, *args)
earthkit.data.utils.compute.get_method(method)
earthkit.data.utils.compute.methods
earthkit.data.utils.compute.wrap_maths(cls)