-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up NonHouseAddress #162
Comments
@nomadaisy @pkoms Can you weigh in on the need for |
Closed by #161. |
I'm working with Wisconsin on their 5.1 upgrade and we're running in to some issues with the (now deprecated) prefix and suffix fields for house number. These were fields which were used by Wisconsin in their 3.0 feed, and I keep seeing reference to these fields in these older Github issues (#161 (comment), #161 (comment)). I'm assuming that those comments linked above are referring to Google's v5 ingestion process. If that's true, then were those prefix and suffix fields for House Number recognized in the 3.0 ingestion pipeline? I have Wisconsin's 3.0 feed from 2018 awaiting ingestion to the 4102 EID so it can be reviewed. @jdmgoogle feel free to weigh in! I think this will be something we can discuss during the 5.2 meeting if we don't have any more clarity by then. |
It is common is some parts of the US, including Fair Lawn, NJ; Queens, NY and Delafield, WI (below) where non-integer characters are included in the house number to accurately identify an address. In the 3.0 specification VIP supported these fields with a house number prefix and suffix, but these have been deprecated in 5.1. Without a character field for house number prefix and suffix Wisconsin and other states will be unable to provide a full address list that validates with the 5.1 specification.
|
So we could potentially include this, but I'm not sure how we'd be able to use this in address ranges in any meaningful way. For example, is "W313N1076" between "W313N1001" and "W314N1111"? Is "N313W1075" between "W313N1001" and "W314N1111"? Is "N313W1076" odd or even? How do we create meaningful street segments/ranges? |
Wondering if we could include a requirement similar to what is done for StreetSegment.UnitNumber:
Wisconsin, which is most affected by these fields being removed in v5, is presently providing a point file rather than ranges and so would comply if the spec mandated address points when prefix and suffix are used. |
Are there any other states which (a) would use prefix/suffix fields, and (b) is not currently providing a point file? |
Gentle ping on the above question. |
We should be able to find this by a review of the 3.0 2018 VIP data. Will report back. |
In 2018 the following States and Counties provided 3.0 VIP feeds with either
Of these, only Florida and Pennsylvania provided non-point segments with |
We have returned |
Remove duplicate elements that are part of the
NonHouseAddress
element within theStreetSegment
. Right now we (Google) don't and have never done anything with the Prefix and Suffix parts of theHouseNumber
inNonHouseAddress
. Plus theApartment
andHouseNumber
elements inNonHouseAddress
duplicate (or have been replaced) by theUnit
andStartHouseNumber
andEndHouseNumber
elements inStreetSegment
.The text was updated successfully, but these errors were encountered: