Skip to content
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

Add support for an address history file #262

Closed
mraross opened this issue Nov 15, 2017 · 2 comments
Closed

Add support for an address history file #262

mraross opened this issue Nov 15, 2017 · 2 comments
Labels

Comments

@mraross
Copy link
Contributor

mraross commented Nov 15, 2017

An address history file contains a table of mappings between a previous address its current address. For example, Abbotsford Middle School at 2222 Ware St, Abbotsford, BC was torn down and a new one built in its place with a new address of 33231 Bevan Ave, Abbotsford, BC. Another example is the house at 238 Leon Ave, Kelowna, BC paid to have its civic number changed to 240.

The address history file for these two examples would look like this:
oldAddress,newAddress
"2222 Ware St, Abbotsford,BC","33231 Bevan Ave, Abbotsford, BC"
"238 Leon Ave, Kelowna, BC","240 Leon Ave, Kelowna, BC"

An address can have more than one previous addresses but each oldAddress requires a separate row.

The address history file is to be used during geocoding like an alias address table, attempting to find a match to an old address and returning the new one.

@cmhodgson
Copy link
Collaborator

cmhodgson commented Nov 22, 2017

Some concerns about this:

  • There would need to be some way to make it clear to the user what is going on (I guess a fault could explain it)
  • What if the old address has been reused?
  • What if the old address is no longer valid, eg. there is no road segment with an address range including the old civic number? And/or the street name has changed? The "old" addresses would need to be attached to some street segment somewhere in order to be found at all.

For renumbering cases, the linear approximation is going to be pretty close to the right address anyway, for case involving moving the access to a different street it seems awfully confusing and again, the old address will get you to the right place, you may just need to turn the corner to get to the access ... if you are looking for a business then the named-based lookup will give you the current address

@mraross
Copy link
Contributor Author

mraross commented Oct 22, 2019

Issue moved to bcgov/ols-geocoder #45 via ZenHub

@mraross mraross closed this as completed Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants