earthkit.data.readers.geotiff.reader

Classes

GeoTIFFReader

Base class for all sources.

Module Contents

class earthkit.data.readers.geotiff.reader.GeoTIFFReader(source, path)

Bases: earthkit.data.sources.Source, earthkit.data.readers.geotiff.core.GeoTIFFReaderBase

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

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

The parent source, if any.

property parts
path
rioxarray_read(rioxarray_open_rasterio_kwargs=None, **kwargs)
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)