This check flags Edges, Points, Lines, Nodes, Areas & Relations that have an addr:street
tag containing abbreviated Road Type.
According to OSM Good Practice, address name
abbreviations must be spelled out in full. Check is currently supporting English road types only.
Official USPS street suffix abbreviation Street Suffix wiki
Please note that examples below might be fixed already.
- Way id:157966536 has an
addr:street
value of 3rd Ave NW with abbreviated road type Avenue. - Way id:344801116 has an
addr:street
value of Division St with abbreviated road type Street.
In Atlas, OSM elements are represented as Edges, Points, Lines, Nodes, Areas & Relations;
Our first goal is to validate the incoming Atlas Object.
- Must be a valid Atlas Entity
- Must have
addr:street
Our second goal is to analyze the addr:street
to ensure that road type is not abbreviated and fully spelled out.
To learn more about the code, please look at the comments in the source code for the check.
AbbreviatedAddressStreetCheck