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

Spatial join does not find all points within polygon #69

Closed
john-min opened this issue Mar 24, 2017 · 2 comments
Closed

Spatial join does not find all points within polygon #69

john-min opened this issue Mar 24, 2017 · 2 comments
Assignees

Comments

@john-min
Copy link

The spatial join does not find all points within a set of polygons.
I take the unmatched points, and subsequently join them with the same polygons, and find more (incomplete) matches.

@jiayuasu
Copy link
Member

Hi @john-min , thanks for letting me know. Recently I have received several reports from users. Trying to look into that. A new patch will be out very soon.

@jiayuasu jiayuasu self-assigned this Mar 28, 2017
@jiayuasu
Copy link
Member

jiayuasu commented Apr 3, 2017

The description of this bug is: In GeoSpark 0.5.2 and before, if two spatial objects have the same spatial coordinates but different non-spatial attributes (stored in UserData), GeoSpark think they are same and will only keep one object randomly.

This bug has been fixed in GeoSpark 0.5.3 and later. Duplicate spatial objects will be remove only if they have same spatial coordinates and non-spatial attribute (UserData).

@jiayuasu jiayuasu closed this as completed Apr 4, 2017
Kontinuation added a commit to Kontinuation/sedona that referenced this issue Oct 11, 2024
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

2 participants