earthkit.data.core.order

Classes

Patch

dict() -> new empty dictionary

Remapping

dict() -> new empty dictionary

Functions

build_remapping(mapping[, patch, forced_build])

normalise_order_by(*args, **kwargs)

Module Contents

class earthkit.data.core.order.Patch(proc, name, patch)

Bases: dict

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s

(key, value) pairs

dict(iterable) -> new dictionary initialized as if via:

d = {} for k, v in iterable:

d[k] = v

dict(**kwargs) -> new dictionary initialized with the name=value pairs

in the keyword argument list. For example: dict(one=1, two=2)

as_dict()
name
proc
class earthkit.data.core.order.Remapping(remapping)

Bases: dict

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s

(key, value) pairs

dict(iterable) -> new dictionary initialized as if via:

d = {} for k, v in iterable:

d[k] = v

dict(**kwargs) -> new dictionary initialized with the name=value pairs

in the keyword argument list. For example: dict(one=1, two=2)

as_dict()
components(name)
exec(func, key, **kwargs)
lists
substitute(name, joiner, **kwargs)
earthkit.data.core.order.build_remapping(mapping, patch=None, forced_build=True)
earthkit.data.core.order.normalise_order_by(*args, **kwargs)