class foxes.output.StatesRosePlotOutput(foxes.output.RosePlotOutput)[source]

Class for rose plot creation directly from states

Public members

StatesRosePlotOutput(states, point, mbook=None, ...)[source]

Constructor.

classmethod get_data_info(dname)[source]

Returns default description for a variable.

get_data(wd_sectors, ws_var, ws_bins, wd_var='AMB_WD', ...)[source]

Generates the plot data

get_figure(wd_sectors, ws_var, ws_bins, wd_var='AMB_WD', ...)[source]

Creates the figure

write_figure(file_name, *args, ret_data=False, **kwargs)[source]

Write rose plot to file

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(output_type, *args, **kwargs)[source]

Run-time output model factory.