Hi, I have a large dataset of points on the order of hundreds of millions of points and a dataset of lines that is on the order of millions of lines. I was looking for a method in apache sedona to do the following: For every point in my dataset find the distance to the nearest line.
I think somehow using spatial knn to loop over every point would work but I dont see any function that does that in the documentation. In the documentation spatial knn does it for one query point and a feature dataset. Thanks, Richard
