earthkit.data.xr_engine.diff

Classes

Functions

check_coords(self, var_name, coord_name, coords, ...)

Module Contents

class earthkit.data.xr_engine.diff.DictDiff
static diff(vals1, vals2)
class earthkit.data.xr_engine.diff.DictDiffInfo(same, diff_dict={}, diff_text=str())
diff_dict
diff_text = ''
same
class earthkit.data.xr_engine.diff.ListDiff
TYPE_DIFF = 1
VALUE_DIFF = 0
static diff(vals1, vals2, name=str())
class earthkit.data.xr_engine.diff.ListDiffInfo(same, diff_type=None, diff_text=str(), diff_index=-1)
diff_index = -1
diff_text = ''
same
type = None
earthkit.data.xr_engine.diff.check_coords(self, var_name, coord_name, coords, ref_coords)