<?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: Can network analyst return multiple routes between 2 locations? in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263094#M2631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a model to do this and iterate over it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2017 20:32:00 GMT</pubDate>
    <dc:creator>JaySandhu</dc:creator>
    <dc:date>2017-10-24T20:32:00Z</dc:date>
    <item>
      <title>Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263089#M2626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a project that requires a measure of "connectivity" between locations. This is for assessing accessibility of different parts of a city following a major earthquake, with damage inhibiting access in many routes. I need to be able to enter any two locations and gain a measure of how connected they are, i.e. how many alternative routes are there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for network analyst to return a list of many routes between points? e.g. the shortest, next shortest, next shortest etc. (and the time and distance of each route).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 21:25:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263089#M2626</guid>
      <dc:creator>FinnScheele</dc:creator>
      <dc:date>2017-10-23T21:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263090#M2627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting question... Network Analyst will normally return the best route by shortest distance or shortest travel time (depending on the type of transport). This could yield different routes, but still doesn't answer your question. What&amp;nbsp;defines a different route (which part in percentage should be different)?&amp;nbsp;Do you have a maximum travel time or distance, because you may have almost infinite routes between 2 points?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create obstacles on the first route to generate a second route a keep creating new route by including obstacles, but that does not (IMHO) indicate the number of routes possible between 2 points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 23:12:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263090#M2627</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-10-23T23:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263091#M2628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If memory serves Floyd's algorithm is well suited to this.&amp;nbsp; But in the absence of that one try switching the origin and destination since you haven't specified whether you must start at the same point to get two routes.&amp;nbsp; There is no guarantee that the route will be the same between two points given street directionality limitations and obstructions like restricted turns etc.&amp;nbsp; Barring that, move your start point one block away in the 4 cardinal directions if the block offset is small relative to the total distance.&amp;nbsp; You might be amazed at how much a one block difference can make&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 01:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263091#M2628</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-24T01:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263092#M2629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have answered this type of k-shortest path many times before by using the line barrier concept. That is, solve the shortest path. Then load that shortest path as a line barrier with a scaled cost of say 10 percent. Solve again. Keep on repeating this process of adding in the next shortest path with 10 percent scaled cost and generate more paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 17:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263092#M2629</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2017-10-24T17:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263093#M2630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies everyone. As I suspected, sounds like the process will require a fair bit of manual input. Great suggestions, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263093#M2630</guid>
      <dc:creator>FinnScheele</dc:creator>
      <dc:date>2017-10-24T20:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263094#M2631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a model to do this and iterate over it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263094#M2631</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2017-10-24T20:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263095#M2632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another important question here is what is a "different" path. If 90% of the segment are the same - is it different path?&lt;/P&gt;&lt;P&gt;When you do routing in google it gives you different paths.&lt;/P&gt;&lt;P&gt;I would try to select the longest segment in the path and block it but I am not sure what will be the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 05:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263095#M2632</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2017-10-25T05:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263096#M2633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time for a blog post Jay... or perhaps a reference within the help file tutorials would be good as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263096#M2633</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-25T15:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263097#M2634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mody,&lt;/P&gt;&lt;P&gt;You are right in that Google will give you "different" paths. That is very useful when one wants to use an alternative highway. But usually you get only a couple of alternatives. It all depends on the context. K-shortest paths can be very similar. That is why I have had good results with the scaled line barrier approach in generating a number of different routes that can be evaluated for further use.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:39:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263097#M2634</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2017-10-25T15:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can network analyst return multiple routes between 2 locations?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263098#M2635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, quite right about what constitutes a "different" path. I'll give the line barrier approach a go, thanks.&lt;/P&gt;&lt;P&gt;Failing all else I'll just use Google &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 01:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/can-network-analyst-return-multiple-routes-between/m-p/263098#M2635</guid>
      <dc:creator>FinnScheele</dc:creator>
      <dc:date>2017-10-26T01:02:58Z</dc:date>
    </item>
  </channel>
</rss>

