Tagged Questions
0
votes
1answer
45 views
Rhumb lines intersection
I looking for algorithm how to find out whether two rhumb lines given by point1 with azimuth1 and point2 with azimuth2 have intersecting point. Have anyone idea how to find intersection ?
For ...
1
vote
1answer
144 views
Lat Long line intersecting with circle
Can anyone help me what's the algorythm to calculate points of intersection whet is given one point p1 [lat,long] , bearing x (let say 137 degrees), arc center [lat,long] and radius?
I woulde like to ...
4
votes
1answer
273 views
Line intersection with circle on a sphere (globe or earth)
How can I find the intersection point of a line and a circle on a sphere (on earth)
Please, if any one knows a good solution help.
Thanks in response :)
3
votes
2answers
412 views
How do I find the points of intersection between a small circle and a great circle?
I only actually need to intersect a great circle arc i.e. the shortest path between two points, with a given small circle.
I found this tutorial for intersecting two great circle arcs, but ...
5
votes
1answer
164 views
Intermediate points on a small circle
I need to interpolate lat/lon points along a small circle, with a given centre and radius. I've successfully used these formulas for great circles. What is the equivalent for small circles?
5
votes
1answer
792 views
How do I find the intersections of 2 circles on earths surface?
I have the circles' center in lat & long, as well as the radius in meters. How do I find the circles intersections?
Edit: EXAMPLE:
Circle 1: Center on Earth's surface (43.564627,-116.220524) ...