Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » Applications created with U++ » Distance - geodesic - Vincenty - very accurate
Re: Distance - geodesic - Vincenty - very accurate [message #25947 is a reply to message #25944] Sun, 21 March 2010 10:41 Go to previous messageGo to previous message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
Mindtraveller wrote on Sun, 21 March 2010 08:44

Cool.
What is the accuracy/drift of your calculations?


The Vincenty formulas are VERY accurate. With the Python code running it through a series of locations using the
Inverse formula and the returned values input to the Direct formula the result coincided usually to 10 decimal places
but did not exceed +/- 1 in the 9th decimal place. 9 decimal places is one billionth of a meter. The accuracy will not be
affected by the calculations. The accuracy of data input for locations, distance and starting angle, for all intent and
purposes, will determine the accuracy of the output.

The calculations are just math, no drift. Any "drift" would come from the input data.

Here is data on Tectonic Plate velocity or "drift"
http://hypertextbook.com/facts/ZhenHuang.shtml
using 5 cm per year
.05 / (365 * 24 * 60 * 60) = meters per second so the code
Distance<<=Format("m/sec %.9f", .05 / (365 * 24 * 60 * 60));
returns m/sec 0.000000002
2 in the 9th decimal place so it would take only 5 sec to make a
change in the 8th decimal place. 8 decimal places is the highest I have in the Distance app.

[Updated on: Sun, 21 March 2010 10:43]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Google Translator
Next Topic: How to load dll
Goto Forum:
  


Current Time: Sat Apr 27 11:32:04 CEST 2024

Total time taken to generate the page: 0.05560 seconds