<?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: Polyline around cluster of points in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1559171#M90175</link>
    <description>&lt;P&gt;I did not want to install any extra plugins so I described my problem to Copilot (chatgpt). He suggested firstly to use tool "Aggregate Points", then tool "Buffer" and then "Polygon to Line", deleted some unwanted lines and finally using "Dissolve" to make the multi polyline to single polyline.&lt;BR /&gt;&lt;BR /&gt;There is a tool "Minimum Bounding Geometry" which has Convex Hull, but unfortunaltely no Concave Hull that I needed, so skipped that tool.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 14:55:10 GMT</pubDate>
    <dc:creator>fred7</dc:creator>
    <dc:date>2024-11-15T14:55:10Z</dc:date>
    <item>
      <title>Polyline around cluster of points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1557438#M90023</link>
      <description>&lt;P&gt;I have csv file with sea surface temperature values. Each value has its coordinates. I am trying to interpolate the temperature values using "Spline with barriers". For that reason (barrier) I have to make new shapefile and draw polyline around these points. Is there more professional way to create barrier around cluster of points? For example somekind of buffer around points with certain distance from point.&lt;BR /&gt;&lt;BR /&gt;Please look at the picture I added to this post.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 12:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1557438#M90023</guid>
      <dc:creator>fred7</dc:creator>
      <dc:date>2024-11-12T12:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline around cluster of points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1557454#M90028</link>
      <description>&lt;P&gt;That is a "concave hull" which has not direct implementation in Pro.&lt;/P&gt;&lt;P&gt;There are a number of python implementations out there.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-blog/concave-hulls-the-elusive-container/ba-p/902545" target="_blank"&gt;Concave Hulls ... the elusive container - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for more discussion.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 12:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1557454#M90028</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-11-12T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline around cluster of points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1557620#M90057</link>
      <description>&lt;P&gt;In the Spline with Barriers GP tool, if you click the Environments tab at the top of the tool, you can set the Extent parameter based upon another layer, a graphic polygon and more to limit the processing extent of the output raster dataset.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spline_with_barriers_env.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119304iA03BDDF2603AE517/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spline_with_barriers_env.JPG" alt="spline_with_barriers_env.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 16:43:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1557620#M90057</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-11-12T16:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline around cluster of points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1557848#M90070</link>
      <description>&lt;P&gt;You can build concave or just convex hulls grouping input points, maybe with added buffer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://xtools.pro/en/features/analysis-tools/concave-hull/" target="_blank"&gt;https://xtools.pro/en/features/analysis-tools/concave-hull/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://xtools.pro/en/features/analysis-tools/convex-hull/" target="_blank"&gt;https://xtools.pro/en/features/analysis-tools/convex-hull/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 02:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1557848#M90070</guid>
      <dc:creator>SeaRM</dc:creator>
      <dc:date>2024-11-13T02:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline around cluster of points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1559171#M90175</link>
      <description>&lt;P&gt;I did not want to install any extra plugins so I described my problem to Copilot (chatgpt). He suggested firstly to use tool "Aggregate Points", then tool "Buffer" and then "Polygon to Line", deleted some unwanted lines and finally using "Dissolve" to make the multi polyline to single polyline.&lt;BR /&gt;&lt;BR /&gt;There is a tool "Minimum Bounding Geometry" which has Convex Hull, but unfortunaltely no Concave Hull that I needed, so skipped that tool.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 14:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1559171#M90175</guid>
      <dc:creator>fred7</dc:creator>
      <dc:date>2024-11-15T14:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline around cluster of points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1560112#M90304</link>
      <description>&lt;P&gt;You can run the XTools Pro Concave Hull online tool, it's free if your archived data is not more than 10 Mb.&lt;/P&gt;&lt;P&gt;&lt;A href="https://xtoolspro.online/" target="_blank"&gt;https://xtoolspro.online/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://online.xtools.pro/portal/tools/ConcaveHull" target="_blank"&gt;https://online.xtools.pro/portal/tools/ConcaveHull&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 06:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-around-cluster-of-points/m-p/1560112#M90304</guid>
      <dc:creator>SeaRM</dc:creator>
      <dc:date>2024-11-19T06:03:30Z</dc:date>
    </item>
  </channel>
</rss>

