<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert Rijksdriehoeksco&#246;rdinaten to latitude/longitude</title>
	<atom:link href="http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/</link>
	<description>Because I know too much</description>
	<lastBuildDate>Fri, 02 Dec 2011 15:13:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Siebe Bosch</title>
		<link>http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/comment-page-1/#comment-4051</link>
		<dc:creator>Siebe Bosch</dc:creator>
		<pubDate>Fri, 02 Dec 2011 15:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.god-object.com/?p=180#comment-4051</guid>
		<description>A very nice posting indeed!

Does anyone also have code for the conversion the other way around?

Thanks,
Siebe</description>
		<content:encoded><![CDATA[<p>A very nice posting indeed!</p>
<p>Does anyone also have code for the conversion the other way around?</p>
<p>Thanks,<br />
Siebe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webpatser</title>
		<link>http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/comment-page-1/#comment-2979</link>
		<dc:creator>webpatser</dc:creator>
		<pubDate>Fri, 16 Sep 2011 06:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.god-object.com/?p=180#comment-2979</guid>
		<description>@Keizer Thanks for the fix. I updated the code in the post.</description>
		<content:encoded><![CDATA[<p>@Keizer Thanks for the fix. I updated the code in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keizer</title>
		<link>http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/comment-page-1/#comment-2961</link>
		<dc:creator>keizer</dc:creator>
		<pubDate>Wed, 14 Sep 2011 13:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.god-object.com/?p=180#comment-2961</guid>
		<description>by applying the fix the accuracy would be very high</description>
		<content:encoded><![CDATA[<p>by applying the fix the accuracy would be very high</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keizer</title>
		<link>http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/comment-page-1/#comment-2960</link>
		<dc:creator>keizer</dc:creator>
		<pubDate>Wed, 14 Sep 2011 13:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.god-object.com/?p=180#comment-2960</guid>
		<description>there&#039;s a bug in the script (calculation of $SomN).
 $dX ^ 2 should be pow($dX, 2)

proper code would be:
$SomN = (3235.65389 * $dY) + (- 32.58297 * pow($dX, 2)) + (- 0.2475 *
         pow($dY, 2)) + (- 0.84978 * pow($dX, 2) *
         $dY) + (- 0.0655 * pow($dY, 3)) + (- 0.01709 *
         pow($dX, 2) * pow($dY, 2)) + (- 0.00738 *
         $dX) + (0.0053 * pow($dX, 4)) + (- 0.00039 *
         pow($dX, 2) * pow($dY, 3)) + (0.00033 * pow($dX, 4) * $dY) + (- 0.00012 * $dX * $dY);</description>
		<content:encoded><![CDATA[<p>there&#8217;s a bug in the script (calculation of $SomN).<br />
 $dX ^ 2 should be pow($dX, 2)</p>
<p>proper code would be:<br />
$SomN = (3235.65389 * $dY) + (- 32.58297 * pow($dX, 2)) + (- 0.2475 *<br />
         pow($dY, 2)) + (- 0.84978 * pow($dX, 2) *<br />
         $dY) + (- 0.0655 * pow($dY, 3)) + (- 0.01709 *<br />
         pow($dX, 2) * pow($dY, 2)) + (- 0.00738 *<br />
         $dX) + (0.0053 * pow($dX, 4)) + (- 0.00039 *<br />
         pow($dX, 2) * pow($dY, 3)) + (0.00033 * pow($dX, 4) * $dY) + (- 0.00012 * $dX * $dY);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webpatser</title>
		<link>http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/comment-page-1/#comment-955</link>
		<dc:creator>webpatser</dc:creator>
		<pubDate>Thu, 09 Sep 2010 19:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.god-object.com/?p=180#comment-955</guid>
		<description>The algorithm is based on the steps written in the &lt;a href=&quot;http://nl.wikipedia.org/wiki/Rijksdriehoekscoördinaten&quot; rel=&quot;nofollow&quot;&gt;wikipedia page&lt;/a&gt;.

I tested it in real life and was it was accurate enough for my application.</description>
		<content:encoded><![CDATA[<p>The algorithm is based on the steps written in the <a href="http://nl.wikipedia.org/wiki/Rijksdriehoekscoördinaten" rel="nofollow">wikipedia page</a>.</p>
<p>I tested it in real life and was it was accurate enough for my application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/comment-page-1/#comment-953</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 09 Sep 2010 15:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.god-object.com/?p=180#comment-953</guid>
		<description>Does the programmer or anybody knows how accurate this function is?</description>
		<content:encoded><![CDATA[<p>Does the programmer or anybody knows how accurate this function is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.god-object.com/2009/10/23/convert-rijksdriehoekscordinaten-to-latitudelongitude/comment-page-1/#comment-468</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 28 Apr 2010 08:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.god-object.com/?p=180#comment-468</guid>
		<description>This is really useful, thanks for posting it!</description>
		<content:encoded><![CDATA[<p>This is really useful, thanks for posting it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

