earthkit.data.translators¶
Submodules¶
Classes¶
Base class for all objects in earthkit.data. |
Functions¶
|
Get the appropriate translator for the source based on the target cls. |
|
Executing wrapper for the get_translator class method. |
Package Contents¶
- class earthkit.data.translators.Translator(data, *args, **kwargs)¶
Bases:
earthkit.data.core.BaseBase class for all objects in earthkit.data.
- earthkit.data.translators.get_translator(source, cls, *args, **kwargs)¶
Get the appropriate translator for the source based on the target cls.
- earthkit.data.translators.transform(*args, **kwargs)¶
Executing wrapper for the get_translator class method.