earthkit.data.readers.geotiff.core

Attributes

Classes

GeoTIFFReaderBase

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

Module Contents

earthkit.data.readers.geotiff.core.DEFAULT_XARRAY_KWARGS
class earthkit.data.readers.geotiff.core.GeoTIFFReaderBase(source, path, **kwargs)

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()
to_target(target, *args, **kwargs)