ezekielf
(Zeke Farwell)
22
Certainly, if it were true that the city name used in an address was always the same as the containing municipality name (setting aside those in unincorporated areas) then an addr:city tag containing that name would be redundant. However, as this discussion shows, this is not the case. Populating addr:city in the many cases where the address city name differs from the municipality name is clearly beneficial, but even when they do happen to match I’d argue there is still a benefit.
The municipality of Fayston, VT is covered by two different zip codes - 05673, and 05660. For each of these zip codes, the USPS calls out Fayston and North Fayston as city names to avoid. For the 05673 area of Fayston, the city name Waitsfield is used instead and for the 05660 area, Moretown is used. A data consumer doing a spatial query for the containing municipality name here would end up with the non-preferred city name of Fayston. The 05673 zip code also fully covers the neighboring municipality of Waitsfield. There a spatial query would give the preferred address city name since it happens to match the municipality name. Querying for the containing municipality name is a good fallback when addr:city is not tagged, but in this case there is no way for a data consumer to know whether it is the preferred city name for addressing or not. Despite being redundant, if addr:city=Waitsfield is explicitly tagged within the municipality of Waitsfield this indicates that indeed the preferred city name for addressing matches the municipality name, unlike neighboring Fayston where it does not.
The reason I started this thread is that (in my state at least) the state E911 database and US National Address Database (NAD) do not contain the postal city name, only the containing municipality name. Addresses from these data sets are being added via MapWithAI/Rapid and are populating non-preferred city names in these edge case rural areas. While these city names clearly aren’t exactly “wrong”, they will likely not be what locals expect or search for when attempting to find an address.
1 Like