earthkit.data.readers.tar

Attributes

Classes

TarReader

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

Functions

reader(source, path, *[, magic, deeper_check])

Module Contents

earthkit.data.readers.tar.READER
class earthkit.data.readers.tar.TarReader(source, path, compression=None)

Bases: earthkit.data.readers.archive.ArchiveReader

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

property appendable
property binary
check(member)
expand(archive, members, **kwargs)
property filter
ignore()

Indicates to ignore this source in concatenation/merging.

Return type:

bool

property merger
mutate()
mutate_source()
property parts
path
property source
source_filename
property stream
to_data_object()
to_target(target, *args, **kwargs)
earthkit.data.readers.tar.reader(source, path, *, magic=None, deeper_check=False, **kwargs)