<?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 Helicopter shortest path. in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301629#M13119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have approximately 180 points we need to view from the air with a helicopter.&amp;nbsp; The points cover about 200,000 acres.&amp;nbsp; Could anyone help me with the process of creating a line file that attaches the points in the shortest distance possible?&amp;nbsp; I would like to create a model for this so when future projects come up we can just drop the new point data into the model and run it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2019 17:22:35 GMT</pubDate>
    <dc:creator>AndrewBivins</dc:creator>
    <dc:date>2019-12-19T17:22:35Z</dc:date>
    <item>
      <title>Helicopter shortest path.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301629#M13119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have approximately 180 points we need to view from the air with a helicopter.&amp;nbsp; The points cover about 200,000 acres.&amp;nbsp; Could anyone help me with the process of creating a line file that attaches the points in the shortest distance possible?&amp;nbsp; I would like to create a model for this so when future projects come up we can just drop the new point data into the model and run it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2019 17:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301629#M13119</guid>
      <dc:creator>AndrewBivins</dc:creator>
      <dc:date>2019-12-19T17:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Helicopter shortest path.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301630#M13120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like a Network Analyst origin/destination matrix.&amp;nbsp; See&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/en-us/arcgis/products/arcgis-network-analyst/features" title="https://www.esri.com/en-us/arcgis/products/arcgis-network-analyst/features"&gt;ArcGIS Network Analyst | Features&lt;/A&gt;&amp;nbsp;towards the bottom of the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2019 17:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301630#M13120</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-12-19T17:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Helicopter shortest path.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301631#M13121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/382776"&gt;Ben Turrell&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 01:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301631#M13121</guid>
      <dc:creator>ShaneMiles</dc:creator>
      <dc:date>2019-12-20T01:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Helicopter shortest path.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301632#M13122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/xy-table-to-point.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/xy-table-to-point.htm"&gt;XY Table To Point—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;to get the data in.&lt;/P&gt;&lt;P&gt;The rest really depends on the pattern of your locations.&amp;nbsp; The first thought that comes to mind is that you have a number of areas that you want to visit and you want to minimize the flying time between them.&amp;nbsp; The locations need not be in a linear pattern but can be spread out in all directions.&amp;nbsp; You might have a preferred start point, but the visitation order isn't important.&amp;nbsp; This type of approach can be dealt with using a 'minimum spanning tree' (MST) which is basically showing you the shorted path or paths needed to visit all the sites.&amp;nbsp; Do note that spanning trees can retrace their steps since retracing steps may actually be shorter than a typical network travelling salesman problem.&lt;/P&gt;&lt;P&gt;There are tools to do both, I presume that you have already looked at the Network Analyst as a possible solution, but you may not be familiar with MST - ish implementations&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-cost-connectivity-works.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-cost-connectivity-works.htm"&gt;How the Cost Connectivity tool works—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;of course there are other ways to approach the question that may be better tuned to you on-ground situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 03:47:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/helicopter-shortest-path/m-p/301632#M13122</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-01-30T03:47:22Z</dc:date>
    </item>
  </channel>
</rss>

