-
foxes.models.turbine_models.LookupTable(data_source, input_vars, output_vars, varmap=
{}
, pd_file_read_pars={}
, xr_interp_args={}
, interpn_args={}
, **kwargs)[source] Constructor.
ParametersΒΆ
- data_source: str or pandas.DataFrame
The lookup-table data
- input_vars: list of str
The foxes input variables
- output_vars: list of str
The foxes output variables
- varmap: dict
Mapping from foxes variable names to column names in the data_source
- pd_file_read_pars: dict
Parameters for pandas file reading
- xr_interp_args: dict
Parameters for xarray interpolation method
- interpn_args: dict
Parameters for scipy intern or interp1d
- kwargs: dict, optional
Additional parameters, added as default values if not in data