We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Ticket imported from Trac: http://developer.openblockproject.org/ticket/295 Reported by: slinkp
Sorry, something went wrong.
No branches or pull requests
Example:
Why is that bothering to return any blocks on 4th Ave?
The text was updated successfully, but these errors were encountered: