foxes.input.yaml.windio.read_windio_dict(wio_dict, verbosity=1, **algo_kwargs)[source]

Translate windio data to foxes input data

Parameters

wio_dict: foxes.utils.Dict

The windio data

ret_algo: bool

Whether to return the algorithm object, otherwise return its parameters

verbosity: int

The verbosity level, 0 = silent

algo_kwargs: dict, optional

Additional keyword arguments for the algorithm

Returns

idict: foxes.utils.Dict or dict

The foxes input data dictionary

algo: foxes.core.Algorithm

The algorithm

odir: pathlib.Path

The output directory