PyDSS.storage_filters#

Classes

StorageAll(hdf_store, path, prop, num_steps, ...)

Store values at every time point, optionally filtered.

StorageFilterBase(hdf_store, path, prop, ...)

Base class for storage containers.

StorageMax(*args, **kwargs)

Stores the max value across time points.

StorageMin(*args, **kwargs)

Stores the min value across time points.

StorageMovingAverage(*args, **kwargs)

Stores a moving average across time points.

StorageMovingAverageMax(*args, **kwargs)

Stores the max value of a moving average across time points.

StorageSum(*args, **kwargs)

Keeps a running sum of all values and records the total.