<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to AlgorithmFilterXY</title><link>https://sourceforge.net/p/mcclidar/wiki/AlgorithmFilterXY/</link><description>Recent changes to AlgorithmFilterXY</description><atom:link href="https://sourceforge.net/p/mcclidar/wiki/AlgorithmFilterXY/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 04 Dec 2013 16:48:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mcclidar/wiki/AlgorithmFilterXY/feed" rel="self" type="application/rss+xml"/><item><title>AlgorithmFilterXY modified by Rupesh Shrestha</title><link>https://sourceforge.net/p/mcclidar/wiki/AlgorithmFilterXY/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,4 @@
-Filtering Out Points at Same X,Y #PointsAtSameXY
+Filtering Out Points at Same X,Y
 ============
 Interpolation of a raster surface requires that no two points have the same x and y coordinates (it causes problems mathematically).  If two or more points are at the same x,y location, then all the points except the lowest point (i.e., with minimum z coordinate) must be non-ground.  So those higher points can be classified and removed from the list of unclassified points.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rupesh Shrestha</dc:creator><pubDate>Wed, 04 Dec 2013 16:48:23 -0000</pubDate><guid>https://sourceforge.net7c3dbf7c6fd0e0f1422d7339d3eb78ca50fc42ed</guid></item><item><title>AlgorithmFilterXY modified by Rupesh Shrestha</title><link>https://sourceforge.net/p/mcclidar/wiki/AlgorithmFilterXY/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="filtering-out-points-at-same-xy-pointsatsamexy"&gt;Filtering Out Points at Same X,Y #PointsAtSameXY&lt;/h1&gt;
&lt;p&gt;Interpolation of a raster surface requires that no two points have the same x and y coordinates (it causes problems mathematically).  If two or more points are at the same x,y location, then all the points except the lowest point (i.e., with minimum z coordinate) must be non-ground.  So those higher points can be classified and removed from the list of unclassified points.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;for each x,y location in U&lt;sub&gt;0&lt;/sub&gt; with two or points:&lt;/li&gt;
&lt;li&gt;. . z&lt;sub&gt;lowest&lt;/sub&gt; = minimum z coordinate of the points at x,y&lt;/li&gt;
&lt;li&gt;. . for each point P&lt;sub&gt;j&lt;/sub&gt; at x,y:&lt;/li&gt;
&lt;li&gt;. . . . if z&lt;sub&gt;j&lt;/sub&gt; &amp;gt; z&lt;sub&gt;lowest&lt;/sub&gt; then&lt;/li&gt;
&lt;li&gt;. . . . . . classify P&lt;sub&gt;j&lt;/sub&gt; as non-ground and remove it from U&lt;sub&gt;0&lt;/sub&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rupesh Shrestha</dc:creator><pubDate>Wed, 04 Dec 2013 16:48:02 -0000</pubDate><guid>https://sourceforge.net21e07267bcee2752e4d66f5d14c9a67106ffaabb</guid></item></channel></rss>