huracanpy.tc.saffir_simpson_category#
- huracanpy.tc.saffir_simpson_category(wind, convention='Saffir-Simpson', wind_units='m s-1')[source]#
Function to determine the Saffir-Simpson Hurricane Scale (SSHS) category.
- Parameters:
- Returns:
The category series. You can append it to your tracks by running tracks[“sshs”] = get_sshs_cat(tracks.wind)
- Return type:
array_like