earthkit.data.readers.text

Attributes

Classes

TextReader

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

Functions

is_text(path[, prob_lines, probe_size])

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

Module Contents

earthkit.data.readers.text.READER
class earthkit.data.readers.text.TextReader(source, path)

Bases: earthkit.data.readers.Reader

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

property appendable
property binary
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(**kwargs)
to_target(target, *args, **kwargs)
earthkit.data.readers.text.is_text(path, prob_lines=1000, probe_size=4096)
earthkit.data.readers.text.reader(source, path, *, magic=None, deeper_check=False, **kwargs)