spatial4j icon indicating copy to clipboard operation
spatial4j copied to clipboard

Implementing Intersection between two Geodesics

Open rfalford12 opened this issue 11 years ago • 2 comments
trafficstars

Compute the intersection between two line segments (geodesics).

rfalford12 avatar Feb 17 '14 21:02 rfalford12

Are there any example implementations for this?

anurag1paul avatar Nov 08 '16 05:11 anurag1paul

The "geodesic" (surface of a sphere) work done a couple years ago was incomplete. However, over the past year a little-known "geo3d" module in Apache Lucene has appeared that does this. I think it makes sense to use that. Alternatively, see s2-geometry.

dsmiley avatar Nov 08 '16 06:11 dsmiley