src.toolbox.steps.custom.gen_data#

Step for generating synthetic data for testing pipelines

Classes#

GenerateData

Step for generating synthetic data for testing pipelines.

Module Contents#

class src.toolbox.steps.custom.gen_data.GenerateData(name, parameters=None, diagnostics=False, context=None)[source]#

Bases: src.toolbox.steps.base_step.BaseStep

Step for generating synthetic data for testing pipelines.

Example config setup:

step_name = 'Generate Data'[source]#
required_variables = [][source]#
provided_variables = ['TIME', 'LATITUDE', 'LONGITUDE', 'PRES', 'TEMP', 'CNDC'][source]#
run()[source]#

To be implemented by subclasses.