pyopia.pipeline

pyopia.pipeline#

Module for managing the PyOpia processing pipeline

Refer to the Pipeline class documentation for examples of how to process datasets and images

Functions

build_repr(toml_steps, step_name)

Build a callable object from settings, which can be used to construct the pipeline steps dict

build_steps(toml_steps)

Build a steps dictionary, ready for pipeline use, from a TOML-formatted steps dict

steps_to_string(steps)

Deprecated.

Classes

Data

Data dictionary which is passed between pyopia.pipeline steps.

FilesToProcess([glob_pattern])

Build file list from glob pattern if specified.

Pipeline(settings[, initial_steps])

The processing pipeline class