Spell out CR as County Road in Florida

This commit is contained in:
Will Bradley 2023-12-30 00:28:54 +00:00
parent 38f6c28787
commit 87e5e1713a

View File

@ -28,13 +28,13 @@ def formatstreetname(name):
# Weird names like 123D we keep upper
if re.search("[0-9]+[A-Z]+", name):
return name
# Prefixes we want to keep uppercase
# Highway/etc prefixes
if name == "US":
return "US"
if name == "SR":
return "SR"
if name == "CR":
return "CR"
return "County Road"
if name == "C":
return "C"
# Directions