class foxes.output.StateTurbineMap(foxes.output.Output)[source]

Creates heat maps with turbines on the one and states on the other axis.

Attributes

results: xarray.Dataset

The farm results

Public members

StateTurbineMap(farm_results)[source]

Constructor.

plot_map(variable, title=None, ax=None, figsize=None, **kwargs)[source]

Plot the heat map for the selected variable.

get_fpath(fname)[source]

Gets the total file path

write(file_name, data, format_col2var={}, format_dict={}, **kwargs)[source]

Writes data to file via pandas.

classmethod print_models()[source]

Prints all model names.

classmethod new(model_type, *args, **kwargs)[source]

Run-time output model factory.