MySQL Forums
Forum List  »  GIS

Re: What returns from distance function?
Posted by: Mike McCutcheon
Date: May 11, 2010 06:21PM

I have tested the distance() function on:
1. points on the same line of longitude
2. points on the same line of latitude
and compared the results with the Google Earth ("GE") measuring tool.

distance() and GE *seem* to:
- agree when the points are on the same line of longitude but
- disagree when the points are on the same line of latitude (or any other line).

For example, if 2 points are one degree of longitude apart on the same line of latitude, the distance() function wrongly says that the distance is 60 nautical miles (whatever the latitude). Obviously this isn't true as lines of longitude converge at the poles.

I really hope I'm wrong, in which case I apologize; I find it hard to believe that distance() wouldn't allow for the latitude and bearing of the line between the points.

But if distance() *is* wrong:
- what do we have to do to get it corrected ?
- meanwhile, what formula must we use to process the result of distance() to allow for the latitude and bearing of the line between 2 points ?

Options: ReplyQuote


Subject
Views
Written By
Posted
5144
April 18, 2010 06:01AM
4790
April 18, 2010 11:13AM
Re: What returns from distance function?
3199
May 11, 2010 06:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.