windkit.ltc.mcp.VarRatMCP.predict

VarRatMCP.predict(ds_ref, **kwargs)

Predict the wind speed and direction from the reference data by looping through the sectors and predicting with the model for that sector.

Parameters:

ds_ref (xarray.Dataset) – Time series wind climate dataset

Returns:

ds_pred – Predicted wind speeds and directions

Return type:

xarray.Dataset