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

KNNQuery for two PointRDD #43

Closed
Tsarazin opened this issue Jan 4, 2017 · 1 comment
Closed

KNNQuery for two PointRDD #43

Tsarazin opened this issue Jan 4, 2017 · 1 comment

Comments

@Tsarazin
Copy link

Tsarazin commented Jan 4, 2017

Could you make a KNNQuery function which would take two PointRDD in parameters and would do a basic KNNQuery for every points of one RDD with the other PointRDD?
For the moment we can only do a KNNQuery between one point and one PointRDD. I would like to do the same operation with a lot of Points on the same PointRDD. For every point of the first PointRDD I want to find the KNN points from the second PointRDD. I can do a loop of course but I would like to find a optimal way to do it because I am dealing with big datas.

@jiayuasu
Copy link
Member

jiayuasu commented Jan 5, 2017

Hi @Tsarazin ,

Thanks for this suggestion. We will find a proper KNN join algorithm and add it into GeoSpark soon.

Thanks,
Jia

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