earthkit.data.core.order¶
Classes¶
Functions¶
|
|
|
Module Contents¶
- class earthkit.data.core.order.Patch(proc, name, patch)¶
Bases:
dictdict() -> 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:
dictdict() -> 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)¶