You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
KDBush already has a
range
method, butgeokdbush
should have a wrapper around it that handles the date line wrapping.The text was updated successfully, but these errors were encountered: