<?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 Create polygons that group certain number of points in ArcGIS in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121220#M4189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have about 20000 points and I want to create polygons where each polygon contain 200 points, so there should be 20000/200=100 polygons. I want to do that with ArcGIS 10.4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2018 12:13:01 GMT</pubDate>
    <dc:creator>SlobodanKomatina1</dc:creator>
    <dc:date>2018-06-12T12:13:01Z</dc:date>
    <item>
      <title>Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121220#M4189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have about 20000 points and I want to create polygons where each polygon contain 200 points, so there should be 20000/200=100 polygons. I want to do that with ArcGIS 10.4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121220#M4189</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-06-12T12:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121221#M4190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What rules are you using for the grouping?&lt;/P&gt;&lt;P&gt;some possibilities...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;split the points based on sequential number&lt;/LI&gt;&lt;LI&gt;spatially sort the points then group by sorted idea&lt;/LI&gt;&lt;LI&gt;group based on a distance (this is difficult because getting 200 exactly is nearly impossible, so you would have to iterate and subdivide.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:19:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121221#M4190</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-12T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121222#M4191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just want these groups to contain 200 points and to touch&amp;nbsp;boundaries like on the example bellow.&lt;IMG alt="polygons" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/411194_example.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:34:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121222#M4191</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-06-12T12:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121223#M4192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I guess that this idea is that what I need:&amp;nbsp;&lt;/P&gt;&lt;UL style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px;"&gt;spatially sort the points then group by sorted idea&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121223#M4192</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-06-12T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121224#M4193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The quickest way to do that is to use the selector tool, highlight a selection that you have done, use the field calculator to put in a 'key' value (ie week1, week 2 etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any event, you are going to have to draw the boundary.&amp;nbsp; If you had to reuse this boundary, then you could produce the boundary layer, then do a select by attribute or spatial join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need them as separate files, then use the Split layer tool if you and advance license... or since you are using an old arcmap &lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5" title="https://www.arcgis.com/home/item.html?id=15ca63aebb4647a4b07bc94f3d051da5"&gt;Split Layer By Attribute&lt;/A&gt; works for all license levels&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121224#M4193</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-12T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121225#M4194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as for sorting, a standard spatial sort isn't going to help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;A radial sort around area centroids might help you identify the closest, but given your layout of the zones you are working with... you would be done doing it manually before you finished fine-tuning that.&lt;/P&gt;&lt;P&gt;I do have tools for radial sort but they are for ArcGIS Pro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sounds similar to one of your other unclosed threads&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/206712-how-to-merge-adjacent-polygons-to-one-which-sum-of-attribute-values-is-between-10000-and-20000000"&gt;https://community.esri.com/thread/206712-how-to-merge-adjacent-polygons-to-one-which-sum-of-attribute-values-is-between-10000-and-20000000&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 13:01:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121225#M4194</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-12T13:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121226#M4195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This related post might contain some additional relevant info:&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/message/687863-re-group-every-near-50-points-together?commentID=687863#comment-687372" title="https://community.esri.com/message/687863-re-group-every-near-50-points-together?commentID=687863#comment-687372"&gt;https://community.esri.com/message/687863-re-group-every-near-50-points-together?commentID=687863#comment-687372&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 13:07:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121226#M4195</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-06-12T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121227#M4196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be worth looking at &lt;A class="link-titled" href="https://gis.stackexchange.com/questions/173412/creating-polygons-based-on-point-count-in-arcgis-for-desktop/173430#173430" title="https://gis.stackexchange.com/questions/173412/creating-polygons-based-on-point-count-in-arcgis-for-desktop/173430#173430"&gt;Creating Polygons Based on Point Count in ArcGIS for Desktop? - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 13:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121227#M4196</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-06-12T13:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121228#M4197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/geostatistical-analyst/generate-subset-polygons.htm"&gt;Generate Subset Polygons&lt;/A&gt; was launched&amp;nbsp;in ArcGIS Pro 2.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 13:46:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121228#M4197</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2018-06-12T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121229#M4198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! That works. Now I just want to create polygons that contain points based on attribute value of each point. Also I need these polygons just to touch boundaries, not to overlap each other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 14:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121229#M4198</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-06-12T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121230#M4199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice, I wasn't aware of that addition, will have to check it out soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 14:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121230#M4199</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-06-12T14:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121231#M4200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also look at &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-statistics/an-overview-of-the-mapping-clusters-toolset.htm"&gt;Mapping Clusters&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&amp;nbsp;tools&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 14:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121231#M4200</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2018-06-12T14:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121232#M4201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sadly... 10.4 is being used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 23:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/121232#M4201</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-12T23:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create polygons that group certain number of points in ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/1228535#M26574</link>
      <description>&lt;P&gt;I think I found exactly what you're wanting. Generate subset polygons lets you set minimum and maximum constraints for number of points per polygon. They draw crazy and have almost no spatial connection, but it will divide up your points into polygons of equal number.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 21:21:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-polygons-that-group-certain-number-of/m-p/1228535#M26574</guid>
      <dc:creator>KevinTaylorSpire</dc:creator>
      <dc:date>2022-11-03T21:21:48Z</dc:date>
    </item>
  </channel>
</rss>

