mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-26 13:01:03 +02:00
Update locationdata.py
This commit is contained in:
@@ -326,7 +326,6 @@ def abbreviate_noaa(data=""):
|
||||
"south": "S",
|
||||
"east": "E",
|
||||
"west": "W",
|
||||
"moderate": "mod.",
|
||||
"accumulation": "accum",
|
||||
"visibility": "vis",
|
||||
"precipitation": "precip",
|
||||
@@ -350,11 +349,11 @@ def abbreviate_noaa(data=""):
|
||||
"degrees": "°",
|
||||
"percent": "%",
|
||||
"department": "Dept.",
|
||||
"temperatures": "temps.",
|
||||
"temperature": "temp.",
|
||||
"amounts": "amts.",
|
||||
"afternoon": "Aftn.",
|
||||
"evening": "Eve.",
|
||||
"temperatures": "temps:",
|
||||
"temperature": "temp:",
|
||||
"amounts": "amts:",
|
||||
"afternoon": "Aftn",
|
||||
"evening": "Eve",
|
||||
}
|
||||
|
||||
text = data
|
||||
|
||||
Reference in New Issue
Block a user