windkit.ltc.mcp.MCPRegressor.predict

MCPRegressor.predict(ds_ref, **kwargs)[source]

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