<?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: Create new feature point at minimum distance between numerous points in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452452#M15220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that gives me some to work with and experiment.&amp;nbsp;Just out of curiosity, in your experience have Thiessen polygons been employed in a similar context that a regularly spaced grid (fishnet or hexagon) have proven useful? I need look into the math for Thiessen polygons since it's been a while but I wonder if their are any constraints that could be used to develop a TIN type grid for minimum distance or optimizing point selection. Thanks again for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 16:26:12 GMT</pubDate>
    <dc:creator>CaseyCalamaio</dc:creator>
    <dc:date>2017-01-25T16:26:12Z</dc:date>
    <item>
      <title>Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452444#M15212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a tool or workflow that can create a feature at minimum distance or equal distance between several points? This is a general question but to clarify I've attached a couple images to show what I mean with three points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are a couple candidate points:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/308774_candidate_points.png" style="width: 364px; height: 295px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I've created a some Thiessen Polygons:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/308775_thiessen.png" style="height: 360px;" width="429" /&gt;&lt;/P&gt;&lt;P&gt;Then I convert the vertices of the Thiessen polygons to points and select the point at the center:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/308776_result.png" style="height: 355px;" width="384" /&gt;&lt;/P&gt;&lt;P&gt;This is just a simple example of what I'd like to learn how to do on a larger scale, e.g. to create more than one "minimum distance" points over an area containing a lot more candidate points. The goal is to automate this as well so the user doesn't have to go in and select the points located between the desired points and omit those on the edge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts, advice, or references to similar posts would be greatly appreciated. Thanks!&lt;/P&gt;&lt;P&gt;Case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:35:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452444#M15212</guid>
      <dc:creator>CaseyCalamaio</dc:creator>
      <dc:date>2017-01-25T15:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452445#M15213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-random-points.htm"&gt;CreateRandomPoints&amp;nbsp;&lt;/A&gt;and specify&amp;nbsp;minimum_allowed_distance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452445#M15213</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2017-01-25T15:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452446#M15214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also code in my GitHub that does similar assurances of &lt;A href="https://github.com/Dan-Patterson/numpy_samples/blob/master/geometry/scripts/n_spaced.py"&gt;n points not spaced closer than &lt;/A&gt;some threshold.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could create your own tool from the def if you wanted to.&lt;/P&gt;&lt;P&gt;It uses a complete random generation of points per cycle, this may differ from what esri's tool that Steve references (it isn't documented)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT&lt;/P&gt;&lt;P&gt;It only requires a Basic license and no SA or 3D... you just need numpy installed, which isn't a problem with new versions of ArcMap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452446#M15214</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-25T15:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452447#M15215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will play with the CreateRandomPoints tool but I'm not looking to restrict the distance to a specific value but rather the minimum distance between points. To give more context, I have a tool that outputs several candidate polygons, creates a point for their centroids, and then I'd like to create a new feature point between the centroids.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452447#M15215</guid>
      <dc:creator>CaseyCalamaio</dc:creator>
      <dc:date>2017-01-25T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452448#M15216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, I will check that out. Should it be a concern that I'm not looking to set a specific distance but simply the minimum travel distance with the tool you're referencing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452448#M15216</guid>
      <dc:creator>CaseyCalamaio</dc:creator>
      <dc:date>2017-01-25T15:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452449#M15217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So to clarify, you essentially want to build a sequence or net&amp;nbsp;of equilateral triangles then? (just to rule out a fishnet conversion to points ... since the diagonal wouldn't be equally spaced)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:53:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452449#M15217</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-25T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452450#M15218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe so, yes. I was going to establish a fishnet grid over my study area and simply select equidistant points from it but I'm not sure that would get the results I'd like in all scenarios, however that's what I am experimenting with now.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452450#M15218</guid>
      <dc:creator>CaseyCalamaio</dc:creator>
      <dc:date>2017-01-25T15:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452451#M15219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fishnet converted to points is an obvious candidate... there are several incarnations of hexagon generation on GeoNet... another candidate&lt;/P&gt;&lt;P&gt;I guess when you decide on a structure for your point patterns, it will be easy to generate what you need.&amp;nbsp; It is just your all points must be equally spaced only gives you the option of points on an equilateral triangle... even an isosceles or scalene isn't going to cut it, let alone any other regular geometry configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 16:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452451#M15219</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-25T16:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452452#M15220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that gives me some to work with and experiment.&amp;nbsp;Just out of curiosity, in your experience have Thiessen polygons been employed in a similar context that a regularly spaced grid (fishnet or hexagon) have proven useful? I need look into the math for Thiessen polygons since it's been a while but I wonder if their are any constraints that could be used to develop a TIN type grid for minimum distance or optimizing point selection. Thanks again for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 16:26:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452452#M15220</guid>
      <dc:creator>CaseyCalamaio</dc:creator>
      <dc:date>2017-01-25T16:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452453#M15221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you haven't read them already, decent discussions with some good links:&amp;nbsp; &lt;A href="http://stackoverflow.com/questions/8718086/algorithm-to-find-point-of-minimum-total-distance-from-locations"&gt;Algorithm to find point of minimum total distance from locations&lt;/A&gt; and &lt;A href="http://stackoverflow.com/questions/30299267/geometric-median-of-multidimensional-points"&gt;Geometric median of multidimensional points&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 18:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452453#M15221</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-01-25T18:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452454#M15222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 18:16:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452454#M15222</guid>
      <dc:creator>CaseyCalamaio</dc:creator>
      <dc:date>2017-01-25T18:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452455#M15223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to add the obvious:&amp;nbsp; &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-statistics-toolbox/median-center.htm"&gt;Median Center&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 18:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452455#M15223</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-01-25T18:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452456#M15224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent. Thanks for the link. This might be exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 18:24:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452456#M15224</guid>
      <dc:creator>CaseyCalamaio</dc:creator>
      <dc:date>2017-01-25T18:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452457#M15225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a Delaunay triangulation is the basis for a TIN... it connects points such that the circle formed by those points contains no other points. &amp;nbsp;It is another way of delineating space, and its 'dual' (aka sibling) is the Voronoi diagram. &amp;nbsp;Theissen is just another name, more often associated with climatologists... In short, you either connect the dots or form areas around the dots, but the guiding circle ensures everything behaves as designed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 18:31:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452457#M15225</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-25T18:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452458#M15226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The triangle centroid is then what you want&amp;nbsp;&lt;A class="link-titled" href="https://en.m.wikipedia.org/wiki/Centroid" title="https://en.m.wikipedia.org/wiki/Centroid"&gt;Centroid - Wikipedia&lt;/A&gt;&amp;nbsp; your only problem will be to form the triplets necessary for its calculation, if you are using existing points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 18:46:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452458#M15226</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-25T18:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create new feature point at minimum distance between numerous points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452459#M15227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, this helps a lot and makes good sense. I will see what I can do with these calculations and let you all know what results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 19:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-new-feature-point-at-minimum-distance/m-p/452459#M15227</guid>
      <dc:creator>CaseyCalamaio</dc:creator>
      <dc:date>2017-01-25T19:05:57Z</dc:date>
    </item>
  </channel>
</rss>

