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

geocoding improvements #22

Closed
3 of 8 tasks
cole-brokamp opened this issue Oct 3, 2024 · 6 comments
Closed
3 of 8 tasks

geocoding improvements #22

cole-brokamp opened this issue Oct 3, 2024 · 6 comments

Comments

@cole-brokamp
Copy link
Member

cole-brokamp commented Oct 3, 2024

@cole-brokamp cole-brokamp changed the title tiger range matching improvements geocoding improvements Oct 9, 2024
@cole-brokamp cole-brokamp pinned this issue Oct 9, 2024
@erikarasnick
Copy link
Member

2400 block of Colerain Ave was matched to the entire length of Colerain Ave. Upon further inspection, I don't think the 2400 block exists... the street is not continuous and jumps from 2100s to 2600s. When our desired outcome is a matched street range geography (as in xx_address) would we want a case like this to return missing? Or the nearest street range?

@cole-brokamp
Copy link
Member Author

cole-brokamp commented Oct 10, 2024

Returning the numerically nearest street range would be a good option to provide instead of the union when the street is matched but the ranges do not contain the street number.

edit: tracking this specific change in #29

@erikarasnick
Copy link
Member

I noticed when using addr_match_tiger_street_ranges some addrs are not getting matched even when the street does exist in the TIGER street ranges.

e.g.,

addr TIGER street name
2250 Westwood Northern Boulevard Westwood Northern Blvd
1050 William H Taft Road William Howard Taft Rd
2650 Richwill Court Richwill Ct

The street suffixes are abbreviated in TIGER and not addr, but this doesn't cause a problem for lots of other addresses. Could this be related to the "number of edits" matching?

I also don't see any interstates in the TIGER street ranges. Are those getting filtered out?

@cole-brokamp
Copy link
Member Author

Compare the address tags in those two cases. Maybe getting parsed incorrectly?

@erikarasnick
Copy link
Member

erikarasnick commented Oct 14, 2024

yes, so this is related to #27. will track there.

except the Taft one is just the difference in "H" vs "Howard"

@cole-brokamp
Copy link
Member Author

now that we have this broken up into more modular issues, closing tracking here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants