foxes.models.turbine_models.TableFactors(data_source, row_var, col_var, output_vars, pd_file_read_pars={}, **ipars)[source]

Constructor.

ParametersΒΆ

data_source: str or pandas.DataFrame

Either path to a file or data

row_var: str

The row-wise variable

col_var: str

The column-wise variable

output_vars: list of str

The variables onto which the factors are multiplied

pd_file_read_pars: dict

Parameters for pandas file reading

ipars: dict, optional

Parameters for scipy.interpolate.interpn