<?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 Re: Comparing points through a scatterplot in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112656#M25956</link>
    <description>&lt;P&gt;No key since the green points were produced separately from the yellow ground truths. And the green points out number the yellow ones as well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I feel like I should be able to still compare them though…either by converting to raster or somehow in vector format but everything I’ve tried so far hasn’t worked.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Oct 2021 20:22:01 GMT</pubDate>
    <dc:creator>JMik</dc:creator>
    <dc:date>2021-10-30T20:22:01Z</dc:date>
    <item>
      <title>Comparing points through a scatterplot</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112632#M25954</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have two features I want to compare by making a scatterplot to show the relationship between them. One is a set of ground truth waypoints of trees and another are points that I classified through image processing and converted to waypoints. I would like to see if there is a relationship between the two of them but am having troubling figuring out how to do so.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached a screenshot of my situation...the yellow points are ground truths and the green are what I produced. I would like to see how closely related (spatially) the two are to each other. Any workflows on how to do this are greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArcPro Help.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26493i48751A5018DB0A5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ArcPro Help.jpg" alt="ArcPro Help.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, I would like to produce something like this...with each axis representing the two waypoints I have.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Esri help 2.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26494i0D704D2022A121BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Esri help 2.jpg" alt="Esri help 2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 12:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112632#M25954</guid>
      <dc:creator>JMik</dc:creator>
      <dc:date>2021-10-30T12:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing points through a scatterplot</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112643#M25955</link>
      <description>&lt;P&gt;Any chance that you have a common identifying key that allows you to associate the green points with their respective yellow point?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 16:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112643#M25955</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-10-30T16:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing points through a scatterplot</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112656#M25956</link>
      <description>&lt;P&gt;No key since the green points were produced separately from the yellow ground truths. And the green points out number the yellow ones as well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I feel like I should be able to still compare them though…either by converting to raster or somehow in vector format but everything I’ve tried so far hasn’t worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 20:22:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112656#M25956</guid>
      <dc:creator>JMik</dc:creator>
      <dc:date>2021-10-30T20:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing points through a scatterplot</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112657#M25957</link>
      <description>&lt;P&gt;you can plot X, vs Y coordinates of both sets using a separate color for each.&lt;/P&gt;&lt;P&gt;the problem is that along the X-Y graph you can't confirm that a yellow point plotted in a cluster of green points around it is representing the same-ish spatial location.&amp;nbsp; If you had a "key" field, like an ID field then you could make that conclusion&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 20:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112657#M25957</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-10-30T20:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing points through a scatterplot</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112694#M25958</link>
      <description>&lt;P&gt;Thanks for the suggestion. I'll see if I can come up with something based on that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Oct 2021 14:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-points-through-a-scatterplot/m-p/1112694#M25958</guid>
      <dc:creator>JMik</dc:creator>
      <dc:date>2021-10-31T14:29:07Z</dc:date>
    </item>
  </channel>
</rss>

