<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How far is it&#8230;</title>
	<link>http://mappinghacks.com/2006/03/13/how-far-is-it/</link>
	<description>by Schuyler Erle, Rich Gibson and Jo Walsh</description>
	<pubDate>Wed, 20 Aug 2008 02:04:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: seth</title>
		<link>http://mappinghacks.com/2006/03/13/how-far-is-it/#comment-13</link>
		<pubDate>Sat, 15 Apr 2006 00:58:43 +0000</pubDate>
		<guid>http://mappinghacks.com/2006/03/13/how-far-is-it/#comment-13</guid>
					<description>I have some python code that deals with GPX tracklogs and does various things, including distance computation.  There's more than one way to compute distance, and some methods are more prone to roundoff error over small distances, which is relevant for tracklogs.

My code is at http://www.aigeek.com/geophoto/
and more about distance formulas are in the Wikipedia: http://en.wikipedia.org/wiki/Great-circle_distance</description>
		<content:encoded><![CDATA[<p>I have some python code that deals with GPX tracklogs and does various things, including distance computation.  There&#8217;s more than one way to compute distance, and some methods are more prone to roundoff error over small distances, which is relevant for tracklogs.</p>
<p>My code is at <a href='http://www.aigeek.com/geophoto/' rel='nofollow'>http://www.aigeek.com/geophoto/</a><br />
and more about distance formulas are in the Wikipedia: <a href='http://en.wikipedia.org/wiki/Great-circle_distance' rel='nofollow'>http://en.wikipedia.org/wiki/Great-circle_distance</a>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
