msi2slstr.transform.preprocessing

Definining preprocessor classes that encapsulate complete data preparation workflows.

Classes

DataPreprocessor()

Class that encapsulates the algebraic manipulations of the data prior to their introduction to the model's feature space.

class msi2slstr.transform.preprocessing.DataPreprocessor[source]

Bases: object

Class that encapsulates the algebraic manipulations of the data prior to their introduction to the model’s feature space.

e.g. Nodata values handling, readjusting value ranges, etc.