Last active
April 27, 2018 09:17
-
-
Save zhisme/718dc44cb2b507949f034c5c958550a4 to your computer and use it in GitHub Desktop.
Mapping from abbreviation to full street type.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ALY": "Alley", | |
"AVE": "Avenue", | |
"BLVD": "Boulevard", | |
"CSWY": "Causeway", | |
"CIR": "Circle", | |
"CT": "Court", | |
"CV": "Cove", | |
"CRES": "CRES", | |
"DR": "Drive", | |
"HWY": "Highway", | |
"LN": "Lane", | |
"LOOP": "Loop", | |
"MHP": "MHP", | |
"PARK": "Park", | |
"PKWY": "Parkway", | |
"PL": "Place", | |
"RD": "Road", | |
"SQ": "Square", | |
"ST": "Street", | |
"TER": "Terrace", | |
"TRL": "Trail", | |
"WAY": "Ways" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment