<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic XY to line/distance between matched points in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/xy-to-line-distance-between-matched-points/m-p/394042#M22546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to find the distance between matched points, or to somehow compare the results of one geocoding method with another to see how close the results are. I have tried the method using XY to line here: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fkb.mit.edu%2Fconfluence%2Fpages%2Fviewpage.action%3FpageId%3D11338190" rel="nofollow" target="_blank"&gt;http://kb.mit.edu/confluence/pages/viewpage.action?pageId=11338190&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using both a geographic coordinate system and a projected coordinate system. The unique ID field that I choose is never populated in the resulting attribute table, and one set of x and y fields is "&amp;lt;NULL&amp;gt;" -- which makes me think that I'm doing something wrong, but I have no idea what. Any suggestions would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 13:24:40 GMT</pubDate>
    <dc:creator>R_Acron</dc:creator>
    <dc:date>2013-01-08T13:24:40Z</dc:date>
    <item>
      <title>XY to line/distance between matched points</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-to-line-distance-between-matched-points/m-p/394042#M22546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to find the distance between matched points, or to somehow compare the results of one geocoding method with another to see how close the results are. I have tried the method using XY to line here: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fkb.mit.edu%2Fconfluence%2Fpages%2Fviewpage.action%3FpageId%3D11338190" rel="nofollow" target="_blank"&gt;http://kb.mit.edu/confluence/pages/viewpage.action?pageId=11338190&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using both a geographic coordinate system and a projected coordinate system. The unique ID field that I choose is never populated in the resulting attribute table, and one set of x and y fields is "&amp;lt;NULL&amp;gt;" -- which makes me think that I'm doing something wrong, but I have no idea what. Any suggestions would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 13:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-to-line-distance-between-matched-points/m-p/394042#M22546</guid>
      <dc:creator>R_Acron</dc:creator>
      <dc:date>2013-01-08T13:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: XY to line/distance between matched points</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-to-line-distance-between-matched-points/m-p/394043#M22547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Luke.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 19:07:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-to-line-distance-between-matched-points/m-p/394043#M22547</guid>
      <dc:creator>R_Acron</dc:creator>
      <dc:date>2013-01-15T19:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: XY to line/distance between matched points</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-to-line-distance-between-matched-points/m-p/394044#M22548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just adding, in case someone else runs into the same problem. I can't pinpoint exactly where I went wrong at this point, but the problem I had seemed to come from not converting between feature classes and/or consolidating my data correctly. I'm pretty new to ArcGIS...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I ended up doing was creating two shapefiles (each with their own X and Y coordinates), joining them on the unique id, and then exporting the attribute table resulting from the join to a .dbf before using "Run XY to Line", which seemed to produce reasonable results. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm planning to look into the Bivariate K function too though. I have only used R slightly + quite a while ago, so it will definitely be a challenge.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Robert,&lt;BR /&gt;&lt;BR /&gt;I would approach this problem with spatial analysis of point patterns. The first thing that comes to mind is the Bivariate K Function. This would test if the two point datasets are different or not. This link should be a starting point: &lt;A href="http://wiki.landscapetoolbox.org/doku.php/spatial_analysis_methods:ripley_s_k_and_pair_correlation_function"&gt;http://wiki.landscapetoolbox.org/doku.php/spatial_analysis_methods:ripley_s_k_and_pair_correlation_function&lt;/A&gt;. I do not believe that ArcGIS has a tool for Bivariate K Function, but you could use R and the package spatstat to do this analysis. You could also potentially program this in python, but using R I think would be simpler. You also might think about using kernel density estimation as well on both datasets. &lt;BR /&gt;&lt;BR /&gt;I hope this helps,&lt;BR /&gt;Cheers,&lt;BR /&gt;Luke Kaim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Luke Kaim&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Luke Kaim (SIE)&lt;BR /&gt;&lt;A href="mailto:Lucas.Kaim@maine.edu"&gt;Lucas.Kaim@maine.edu&lt;/A&gt;&lt;BR /&gt;(914)263-7866&lt;BR /&gt;"Don�??t complain. Just work harder" (Randy Pausch).&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 19:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-to-line-distance-between-matched-points/m-p/394044#M22548</guid>
      <dc:creator>R_Acron</dc:creator>
      <dc:date>2013-01-15T19:28:18Z</dc:date>
    </item>
  </channel>
</rss>

