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 neighbors function #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

uname-yang
Copy link

@uname-yang uname-yang commented Jun 8, 2016

use Geohash.neighbors('ezs42e44yx96') to find the 8 blocks around the 'ezs42e44yx96'
like this:

>>> import Geohash
>>> Geohash.neighbors('ezs42e44yx96')
['ezs42e44yx99', 'ezs42e44yx9d', 'ezs42e44yx9e', 'ezs42e44yx93', 'ezs42e44yx96', 'ezs42e44yx97', 'ezs42e44yx91', 'ezs42e44yx94', 'ezs42e44yx95']

use `Geohash.neighbors('ezs42e44yx96')` to find the 8 blocks around the
'ezs42e44yx96'
@dimoes
Copy link

dimoes commented Jan 29, 2018

Are there any issues with this pull request? If no can someone merge it?

@uname-yang
Copy link
Author

Hi , could you please help merge this ? i open it for years

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

Successfully merging this pull request may close these issues.

2 participants