Kontinuation commented on issue #124:
URL: https://github.com/apache/sedona-db/issues/124#issuecomment-3338198757

   This is a valid concern. `geo` crate already has 
[Haversine](https://docs.rs/geo/latest/geo/algorithm/line_measures/metric_spaces/constant.Haversine.html)
 and 
[Geodesic](https://docs.rs/geo/latest/geo/algorithm/line_measures/metric_spaces/static.Geodesic.html)
 for point <-> point distance computation.
   
   There's another patch required by sedona-db's KNN join: 
https://github.com/wherobots/geo-index/pull/5. I have also suggested defining 
DistanceMetric more flexibly for that patch: 
https://github.com/apache/sedona-db/pull/53#pullrequestreview-3208589822.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to