<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Java, GPS Receivers, and Geocaching: Vincenty’s Formula</title>
	<link>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/</link>
	<description>Mike Gavaghan blogs on Java, C#, .Net, and the software industry</description>
	<pubDate>Thu, 11 Mar 2010 08:30:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Javier</title>
		<link>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-76</link>
		<author>Javier</author>
		<pubDate>Mon, 26 Nov 2007 11:31:39 +0000</pubDate>
		<guid>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-76</guid>
					<description>Fantastic article about the application of Vincenty's formula. It can be very useful.</description>
		<content:encoded><![CDATA[<p>Fantastic article about the application of Vincenty&#8217;s formula. It can be very useful.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: paul</title>
		<link>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-208</link>
		<author>paul</author>
		<pubDate>Mon, 17 Nov 2008 17:05:48 +0000</pubDate>
		<guid>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-208</guid>
					<description>Hi,
  Yours is the only c# implementation of Vincenty's direct formula that I've come across on the net and I've a little problem that you might be able to help me with. Before I found this implementation I recoded the NGS downloadable fortan into c# myself and while both my and your implementations both work to give the same results, I'm finding them wrong and am wondering if you might know what the problem could be. I'm a PhD student in Ireland, Europe and if I enter the following simple values into either my or your implementation I get the same results to 10 decimal places, these are wrong though. However, if I enter these values into the NGS online calculator I get the correct results - http://www.ngs.noaa.gov/cgi-bin/Inv_Fwd/forward2.prl . Our implementations are producing an incorrect Longitude and I can't seem to isolate the problem.
Values:
Latitude: 53.387125N
Longitude: 6.58569W
Azimuth: 218.512579
Distance: 59.352571

Any help you might be able to offer would be greatly appreciated.
Thanks in advance.

Paul</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  Yours is the only c# implementation of Vincenty&#8217;s direct formula that I&#8217;ve come across on the net and I&#8217;ve a little problem that you might be able to help me with. Before I found this implementation I recoded the NGS downloadable fortan into c# myself and while both my and your implementations both work to give the same results, I&#8217;m finding them wrong and am wondering if you might know what the problem could be. I&#8217;m a PhD student in Ireland, Europe and if I enter the following simple values into either my or your implementation I get the same results to 10 decimal places, these are wrong though. However, if I enter these values into the NGS online calculator I get the correct results - <a href="http://www.ngs.noaa.gov/cgi-bin/Inv_Fwd/forward2.prl" rel="nofollow">http://www.ngs.noaa.gov/cgi-bin/Inv_Fwd/forward2.prl</a> . Our implementations are producing an incorrect Longitude and I can&#8217;t seem to isolate the problem.<br />
Values:<br />
Latitude: 53.387125N<br />
Longitude: 6.58569W<br />
Azimuth: 218.512579<br />
Distance: 59.352571</p>
<p>Any help you might be able to offer would be greatly appreciated.<br />
Thanks in advance.</p>
<p>Paul</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-209</link>
		<author>Paul</author>
		<pubDate>Tue, 18 Nov 2008 14:32:51 +0000</pubDate>
		<guid>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-209</guid>
					<description>My complete apologies, there is nothing wrong with either your or my code implementation. I'm just a brainless idiot who has spent far too long looking for a big problem when a minus sign should have been obvious. Sorry.

Paul</description>
		<content:encoded><![CDATA[<p>My complete apologies, there is nothing wrong with either your or my code implementation. I&#8217;m just a brainless idiot who has spent far too long looking for a big problem when a minus sign should have been obvious. Sorry.</p>
<p>Paul</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-231</link>
		<author>Peter</author>
		<pubDate>Thu, 20 Aug 2009 14:38:06 +0000</pubDate>
		<guid>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-231</guid>
					<description>Can I use this code to add a certain distance to a coordinate? So calculating a coordinate that is e.g. 100miles north of a given coordinate?</description>
		<content:encoded><![CDATA[<p>Can I use this code to add a certain distance to a coordinate? So calculating a coordinate that is e.g. 100miles north of a given coordinate?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jacky</title>
		<link>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-234</link>
		<author>Jacky</author>
		<pubDate>Fri, 02 Oct 2009 07:10:10 +0000</pubDate>
		<guid>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-234</guid>
					<description>This API is awesome. Very useful for me. Can I include this API in my system? Does any license I need follow?</description>
		<content:encoded><![CDATA[<p>This API is awesome. Very useful for me. Can I include this API in my system? Does any license I need follow?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-254</link>
		<author>Michael</author>
		<pubDate>Tue, 16 Feb 2010 20:04:25 +0000</pubDate>
		<guid>http://www.gavaghan.org/blog/2007/11/16/java-gps-receivers-and-geocaching-vincentys-formula/#comment-254</guid>
					<description>I tried the GeodeticCalculator for use with Nasa's open source WorldWindJava and after a quick set of tests that converted WorldWind Java's LatLon, Position and Angle to the correct input required by the GeodeticCalculator  the results were very accurate.</description>
		<content:encoded><![CDATA[<p>I tried the GeodeticCalculator for use with Nasa&#8217;s open source WorldWindJava and after a quick set of tests that converted WorldWind Java&#8217;s LatLon, Position and Angle to the correct input required by the GeodeticCalculator  the results were very accurate.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
