earthkit.data.readers.unknown

Classes

UnknownMemoryReader

Base class for all objects that can be loaded using a loader.

UnknownReader

Base class for all objects that can be loaded using a loader.

UnknownReaderBase

Base class for all objects that can be loaded using a loader.

UnknownStreamReader

Base class for all objects that can be loaded using a loader.

Module Contents

class earthkit.data.readers.unknown.UnknownMemoryReader(source, data, **kwargs)

Bases: UnknownReaderBase

Base 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: UnknownReaderBase

Base 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.Reader

Base 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: UnknownReaderBase

Base 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)