huracanpy.info.beaufort_category#

huracanpy.info.beaufort_category(wind, wind_units='m s-1')[source]#

Beaufort Wind Scale category

Parameters:
  • wind (array_like) – 10-minutes averaged 10m wind

  • wind_units (str, default="m s-1") – The units of the input array if they are not already provided by the attributes

Returns:

The category series. You can append it to your tracks by running tracks[“sshs”] = get_sshs_cat(tracks.wind)

Return type:

array_like