<?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 How to maximize distance between points? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-maximize-distance-between-points/m-p/1111976#M47281</link>
    <description>&lt;P&gt;I have these 12 sites mapped on ArcGIS Pro. I am trying to set up an experiment that has 4 treatments. Since I have 12 sites I was hoping to allocate 3 sites per treatment so 3 replicates per treatment.&lt;/P&gt;&lt;P&gt;I want each replicate per treatment to be as far as possible from one another. Is it possible to calculate this on ArcGIS?&lt;/P&gt;&lt;P&gt;To clarify I am trying to say: Treatment 1 has 3 replicates. From these 12 calculate the three points furthest from each other. For Treatment 2 use the remaining 9 points to calculate the three points furthest from eachother and so forth.&lt;/P&gt;&lt;P&gt;Any help or guidance is greatly appreciated!&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 03:11:40 GMT</pubDate>
    <dc:creator>Nico_coral</dc:creator>
    <dc:date>2021-10-28T03:11:40Z</dc:date>
    <item>
      <title>How to maximize distance between points?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-maximize-distance-between-points/m-p/1111976#M47281</link>
      <description>&lt;P&gt;I have these 12 sites mapped on ArcGIS Pro. I am trying to set up an experiment that has 4 treatments. Since I have 12 sites I was hoping to allocate 3 sites per treatment so 3 replicates per treatment.&lt;/P&gt;&lt;P&gt;I want each replicate per treatment to be as far as possible from one another. Is it possible to calculate this on ArcGIS?&lt;/P&gt;&lt;P&gt;To clarify I am trying to say: Treatment 1 has 3 replicates. From these 12 calculate the three points furthest from each other. For Treatment 2 use the remaining 9 points to calculate the three points furthest from eachother and so forth.&lt;/P&gt;&lt;P&gt;Any help or guidance is greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 03:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-maximize-distance-between-points/m-p/1111976#M47281</guid>
      <dc:creator>Nico_coral</dc:creator>
      <dc:date>2021-10-28T03:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to maximize distance between points?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-maximize-distance-between-points/m-p/1111991#M47283</link>
      <description>&lt;P&gt;Here is one way.&lt;/P&gt;&lt;P&gt;1. First, create a copy of the feature class (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/feature-class-to-feature-class.htm" target="_blank"&gt;Feature Class To Feature Class (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;2. Select one feature from your original feature class (any corner feature). e.g. MAG-73-9&lt;/P&gt;&lt;P&gt;3. Use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/near.htm" target="_blank"&gt;Near (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input Feature: The Copy Feature Class&lt;/P&gt;&lt;P&gt;Near Features: The original Feature Class&lt;/P&gt;&lt;P&gt;Method: Geodesic&lt;/P&gt;&lt;P&gt;4. New field will be added to "FC_Copy". &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/sort.htm" target="_self"&gt;Sort&lt;/A&gt; the records based on the Distance Field.&lt;/P&gt;&lt;P&gt;Once sorted, assign values to a class field in multiple of 4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;say T-1, T2, T-3, T4, T-1, T-2... repeat.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1635403652051.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26386iDF1290EC3F5DF50A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1635403652051.png" alt="JayantaPoddar_0-1635403652051.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 06:47:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-maximize-distance-between-points/m-p/1111991#M47283</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-10-28T06:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to maximize distance between points?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-maximize-distance-between-points/m-p/1112018#M47284</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/generate-near-table.htm" target="_blank"&gt;Generate Near Table (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;provides a rank as well.&amp;nbsp; Once you have identified the candidate sites from the table you can go from there since your data set is small (based on the image)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 09:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-maximize-distance-between-points/m-p/1112018#M47284</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-10-28T09:07:40Z</dc:date>
    </item>
  </channel>
</rss>

