From a8b2aefa281845633bcd62a8f83ec2d70f06ffb2 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 21 Oct 2025 22:31:57 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/locationdata.py b/modules/locationdata.py index 6ac82e5..3fad995 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -324,6 +324,7 @@ def abbreviate_noaa(data=""): "between four and five inches possible": "4-5in", "between five and six inches possible": "5-6in", "between six and eight inches possible": "6-8in", + "gusts as high as": "gusts to", } # Single words (no spaces) word_replacements = { @@ -369,6 +370,7 @@ def abbreviate_noaa(data=""): "temperature": "temp:", "amounts": "amts:", "afternoon": "Aftn", + "around": "~", "evening": "Eve", }