earthkit.data.readers.pp.reader

Classes

PPReader

Base class for all sources.

Module Contents

class earthkit.data.readers.pp.reader.PPReader(source, path, **kwargs)

Bases: earthkit.data.sources.Source, earthkit.data.readers.pp.core.PPReaderBase

Base class for all sources.

property appendable
property binary
property filter
graph(depth=0)
ignore()

Indicates to ignore this source in concatenation/merging.

Return type:

bool

classmethod merge(sources)
Abstractmethod:

property merger
mutate()
mutate_source()
name = None
property parent

The parent source, if any.

property parts
path
property source
source_filename = None
property stream
to_data_object()

Convert this source into a data object, if possible.

to_fieldlist(*args, **kwargs)
to_target(target, *args, **kwargs)
to_xarray(**kwargs)