Given two arcs (defined by start and end points with latitude and longitude) how to check if there is intersection (cross point) and if there is -- how to calculate it?
Calculate "manually" -- i.e. I am looking for low-level code, like JS, C#, Python or appropriate equations, nothing high-level, like compute_intersection(a,b,c,d).