Skip to content

Instantly share code, notes, and snippets.

@zhisme
Last active April 27, 2018 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhisme/718dc44cb2b507949f034c5c958550a4 to your computer and use it in GitHub Desktop.
Save zhisme/718dc44cb2b507949f034c5c958550a4 to your computer and use it in GitHub Desktop.
Mapping from abbreviation to full street type.
{
"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