pvlib.forecast.HRRR.gust_to_speed

HRRR.gust_to_speed(data, scaling=0.7142857142857143)

Computes standard wind speed from gust. Very approximate and location dependent.

Parameters

data (DataFrame) – Must contain the column ‘wind_speed_gust’.

Returns

wind_speed (Series)