foxes.output.RosePlotOutput.get_data(sectors, var, var_bins, wd_var='AMB_WD', turbine=None, point=None, start0=False)[source]

Get pandas DataFrame with wind rose data.

Parameters

sectors: int

The number of wind direction sectors

var: str

The data variable name

var_bins: list of float

The variable bin seperation values

wd_var: str, optional

The wind direction variable name

turbine: int, optional

Only relevant in case of farm results. If None, mean over all turbines. Else, data from a single turbine

point: int, optional

Only relevant in case of point results. If None, mean over all points. Else, data from a single point

start0: bool

Flag for starting the first sector at zero degrees instead of minus half width

Returns

pd.DataFrame:

The wind rose data