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

Geocoder ambiguous results: check the street suffix #288

Open
slinkp opened this issue Sep 28, 2012 · 1 comment
Open

Geocoder ambiguous results: check the street suffix #288

slinkp opened this issue Sep 28, 2012 · 1 comment

Comments

@slinkp
Copy link
Contributor

slinkp commented Sep 28, 2012

Example:

>>> full_geocode('101 N Fourth St')
{'ambiguous': True, 'street_name': u'Fourth St', 'type': 'block', 'result': [<Block: 1-61 Fourth St>, <Block: 1-99 4th Ave>, <Block: 63-598 Fourth St>, <Block: 100-198 4th Ave>, <Block: 111-698 Fourth St>, <Block: 117-299 4th Ave>, <Block: 1-99 N. 4th St>, <Block: 600-699 N. 4th St>, <Block: 700-799 N. 4th St>, <Block: 800-899 N. 4th St>, <Block: 100-199 S. 4th St>, <Block: 500-615 S. 4th St>], 'block_number': u'101'}

Why is that bothering to return any blocks on 4th Ave?

@slinkp
Copy link
Contributor Author

slinkp commented Sep 28, 2012

Ticket imported from Trac:
http://developer.openblockproject.org/ticket/295
Reported by: slinkp

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

No branches or pull requests

1 participant