<?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: How to draw polygons around points? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419019#M14122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those polygons are referred to as &lt;STRONG&gt;concave hulls . &amp;nbsp;&lt;/STRONG&gt;One implementation exists based on &lt;A _jive_internal="true" href="https://community.esri.com/blogs/richard_fairhurst/2015/06/11/bruce-harolds-concave-hull-estimator-tool-enhanced"&gt;Bruce Harolds Concave Hull Estimator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other hulls like convex hulls are easier to generate and can be done with existing ArcMap tools or external tools like &lt;A href="http://www.arcgis.com/home/item.html?id=564e2949763943e3b9fb4240bab0ca2f"&gt;Bounding Containers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/cartography-toolbox/aggregate-points.htm"&gt;Aggregate points&lt;/A&gt;&amp;nbsp;is a similar option and possibility&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2017 11:10:40 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-07-11T11:10:40Z</dc:date>
    <item>
      <title>How to draw polygons around points?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419018#M14121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there;&lt;/P&gt;&lt;P&gt;I simply loaded 2 snapshots, can anyone advice if I can automate to draw polygons around the group of points?&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 10:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419018#M14121</guid>
      <dc:creator>GokhanNAS</dc:creator>
      <dc:date>2017-07-11T10:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw polygons around points?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419019#M14122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those polygons are referred to as &lt;STRONG&gt;concave hulls . &amp;nbsp;&lt;/STRONG&gt;One implementation exists based on &lt;A _jive_internal="true" href="https://community.esri.com/blogs/richard_fairhurst/2015/06/11/bruce-harolds-concave-hull-estimator-tool-enhanced"&gt;Bruce Harolds Concave Hull Estimator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other hulls like convex hulls are easier to generate and can be done with existing ArcMap tools or external tools like &lt;A href="http://www.arcgis.com/home/item.html?id=564e2949763943e3b9fb4240bab0ca2f"&gt;Bounding Containers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/cartography-toolbox/aggregate-points.htm"&gt;Aggregate points&lt;/A&gt;&amp;nbsp;is a similar option and possibility&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 11:10:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419019#M14122</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-11T11:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw polygons around points?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419020#M14123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we not simply use the Buffer tool with the dissolve option for the selected points? I am just thinking of a more simplified approach, most likely not the right way to go about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 07:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419020#M14123</guid>
      <dc:creator>shan_sarkar</dc:creator>
      <dc:date>2017-07-12T07:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw polygons around points?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419021#M14124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with a simple buffer, is that it would only be useful if the Interpoint spacing were uniform to prevent the possibility of holes developing within the resultant during the dissolve process. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Convex hull generation would be the optimum, but often a concave hull will suffice if the perceived exterior bounds are not too tortuous.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 08:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-draw-polygons-around-points/m-p/419021#M14124</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-12T08:35:22Z</dc:date>
    </item>
  </channel>
</rss>

