earthkit.data.readers.unknown¶
Classes¶
Base class for all objects that can be loaded using a loader. |
|
Base class for all objects that can be loaded using a loader. |
|
Base class for all objects that can be loaded using a loader. |
|
Base class for all objects that can be loaded using a loader. |
Module Contents¶
- class earthkit.data.readers.unknown.UnknownMemoryReader(source, data, **kwargs)¶
Bases:
UnknownReaderBaseBase class for all objects that can be loaded using a loader.
- property appendable¶
- property binary¶
- content_type = None¶
- property filter¶
- ignore()¶
Indicates to ignore this source in concatenation/merging.
- Return type:
bool
- magic = None¶
- property merger¶
- mutate()¶
- mutate_source()¶
- property parts¶
- path¶
- skip_warning = False¶
- property source¶
- source_filename¶
- property stream¶
- to_data_object()¶
- to_target(target, *args, **kwargs)¶
- class earthkit.data.readers.unknown.UnknownReader(source, path, **kwargs)¶
Bases:
UnknownReaderBaseBase class for all objects that can be loaded using a loader.
- property appendable¶
- property binary¶
- content_type = None¶
- property filter¶
- ignore()¶
Indicates to ignore this source in concatenation/merging.
- Return type:
bool
- magic = None¶
- property merger¶
- mutate()¶
- mutate_source()¶
- property parts¶
- path¶
- skip_warning = False¶
- property source¶
- source_filename¶
- property stream¶
- to_data_object()¶
- to_target(target, *args, **kwargs)¶
- class earthkit.data.readers.unknown.UnknownReaderBase(source, path='', magic=None, content_type=None, skip_warning=False, **kwargs)¶
Bases:
earthkit.data.readers.ReaderBase class for all objects that can be loaded using a loader.
- property appendable¶
- property binary¶
- content_type = None¶
- property filter¶
- ignore()¶
Indicates to ignore this source in concatenation/merging.
- Return type:
bool
- magic = None¶
- property merger¶
- mutate()¶
- mutate_source()¶
- property parts¶
- path¶
- skip_warning = False¶
- property source¶
- source_filename¶
- property stream¶
- to_data_object()¶
- to_target(target, *args, **kwargs)¶
- class earthkit.data.readers.unknown.UnknownStreamReader(source, data, **kwargs)¶
Bases:
UnknownReaderBaseBase class for all objects that can be loaded using a loader.
- property appendable¶
- property binary¶
- content_type = None¶
- property filter¶
- ignore()¶
Indicates to ignore this source in concatenation/merging.
- Return type:
bool
- magic = None¶
- property merger¶
- mutate()¶
- mutate_source()¶
- property parts¶
- path¶
- skip_warning = False¶
- property source¶
- source_filename¶
- property stream¶
- to_data_object()¶
- to_target(target, *args, **kwargs)¶