pvlib.forecast.ForecastModel.uv_to_speed

ForecastModel.uv_to_speed(data)[source]

Computes wind speed from wind components.

Parameters

data (DataFrame) – Must contain the columns ‘wind_speed_u’ and ‘wind_speed_v’.

Returns

wind_speed (Series)