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

Range method that handles date line wrapping #2

Open
mourner opened this issue Mar 18, 2017 · 2 comments
Open

Range method that handles date line wrapping #2

mourner opened this issue Mar 18, 2017 · 2 comments

Comments

@mourner
Copy link
Owner

mourner commented Mar 18, 2017

KDBush already has a range method, but geokdbush should have a wrapper around it that handles the date line wrapping.

@sthomp
Copy link

sthomp commented Sep 8, 2017

I would also love to see this

@DanLatimer
Copy link

I would love this too. For now as I don't need an exact orthogonal range (I'm only using this to reduce the set of items I need to process for efficiency) I'm changing my bounding box into a bounding circle by calculating the distance between my southWest and northEast points dividing by two and using that as my radius for the "around" function.

Just putting this comment here in case this workaround might be of help to others.

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

3 participants