What is the delta between two lat/lon pairs called? Delta degrees? Arcs?
Is it some quantity of distance but what is its unit of measurement?
And related: Can we use pythagoras to calculate this distance?
eg. d = (0, 3) and (4, 0) = 5?
|
What is the delta between two lat/lon pairs called? Delta degrees? Arcs? Is it some quantity of distance but what is its unit of measurement? And related: Can we use pythagoras to calculate this distance? eg. |
||||
|
|
|
You can't use the simple Pythagorean theorem as that one's for planes whereas the distances you are talking about now are on a curve. For that, you'll have to use spherical trigonometry. From Wikipedia:
It's called a great circle distance btw. |
|||||||
|
|
I've seen a Euler Pole plus an angular displacement used to describe "delta". This is used a lot in plate reconstruction, where these deltas are often referred to as "rotations", but I'm not sure if that is a formal definition.
|
||||
|
|