BaseLoadFiles#

class caput.pipeline.tasklib.io.BaseLoadFiles[source]#

Bases: SelectionsMixin, caput.pipeline.tasklib.base.ContainerTask

Base class for loading containers from a file on disk.

Provides the capability to make selections along axes.

Attributes:
distributedbool

Whether the file should be loaded distributed across ranks. Default is True.

convert_stringsbool

Convert strings to unicode when loading. Default is True.

redistributestr | None

An optional axis name to redistribute the container over after it has been read. Default is None.