<?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: Multiple Routes to one destination in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160285#M1641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I need to determine the distance from a single point to several thousand points, both Euclidean&amp;nbsp;and Manhattan. For Euclidean I have used the Near tool. For the Manhattan distance, instead of using Closest Facility, I created a Make Closest Facility. I did this to avoid credit usage. Can I achieve the same thing using Make Closest Facility? We have StreetMap Premium and its routing layer. Or is there another tool I can use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2019 23:53:39 GMT</pubDate>
    <dc:creator>LeonKincy</dc:creator>
    <dc:date>2019-01-22T23:53:39Z</dc:date>
    <item>
      <title>Multiple Routes to one destination</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160281#M1637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have multiple address that need routes to end at one location. I need one route going from Point A to B (B= End Location) , a route going from Point C to B, Point D to B, etc. I have used the "new route" option in network analysis, is there a way to have multiple routes under the "new route" option. There are no time variables in this dataset. It will only allow me to do one route at a time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 02:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160281#M1637</guid>
      <dc:creator>CamW</dc:creator>
      <dc:date>2011-11-16T02:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Routes to one destination</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160282#M1638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the Closest Facility instead of the Route solver. Load all your destinations as Facilities and your start location as an Incident. Bring up the properties of the layer and on the Analysis tab set the number of facilities to find equal to your destinations and solve. You will get N routes. More info here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Closest_facility_analysis/00470000004n000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Closest_facility_analysis/00470000004n000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 13:34:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160282#M1638</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2011-11-16T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Routes to one destination</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160283#M1639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since your case is special, in that you have only a single destination but many possible origins, I would suggest loading your many origins as Facilities and your single destination as Incidents. Then set your travel direction in the Closest Facility solver to be "travel from facility to incident".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason for this suggestion is that the Closest Facility solver always performs a unique search from each incident until either the target number of facilities is found, or until the cutoff is reached. Even in cases where you have specified that the travel direction should be from facility to incident, the search is still done from each incident (for these cases, the solver just searches in the backward travel direction along each edge instead of in the forward direction, thus achieving the desired travel direction).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, if you load your N origins as incidents and your single destination as a facility (with travel direction = from incident to facility), then this results in N unique searches, one for each of your many origins. If you instead load your single destination as an incident and your N origins as facilities (with travel direction = from facility to incident), then this results in only 1 unique (backward) search from your incident. The resulting output of the final paths are equivalent between these two setups (assuming you are solving for all paths with no limiting target facility count), but since each unique search incurs some additional overhead, it generally pays to go with the approach that results in the fewest number of unique searches. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It�??s a subtle distinction, I know, but it is a crucial one that can significantly impact performance if not properly addressed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 18:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160283#M1639</guid>
      <dc:creator>MichaelRice</dc:creator>
      <dc:date>2011-11-16T18:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Routes to one destination</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160284#M1640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys! Very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 23:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160284#M1640</guid>
      <dc:creator>JustinBrown4</dc:creator>
      <dc:date>2017-10-25T23:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Routes to one destination</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160285#M1641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I need to determine the distance from a single point to several thousand points, both Euclidean&amp;nbsp;and Manhattan. For Euclidean I have used the Near tool. For the Manhattan distance, instead of using Closest Facility, I created a Make Closest Facility. I did this to avoid credit usage. Can I achieve the same thing using Make Closest Facility? We have StreetMap Premium and its routing layer. Or is there another tool I can use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 23:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160285#M1641</guid>
      <dc:creator>LeonKincy</dc:creator>
      <dc:date>2019-01-22T23:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Routes to one destination</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160286#M1642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can definitely use your local StreetMap premium data and the OD Cost Matrix Solver (will work faster than the Closest Facility if you do not need the actual route geometry returned). However these network analyst solvers return back the shortest path distance. They do not return back Euclidean or Manhattan distances as those are based on the coordinates of the locations and not on the street network.&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 00:21:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160286#M1642</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2019-01-25T00:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Routes to one destination</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160287#M1643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Jay. I may have misspoke when I said Manhattan. What I need is the network or routing distance from each of about 2500&amp;nbsp;destinations to a single origin. What I am getting now when I use OD Cost Matrix or Closest Facility is the distance from the destinations to the network. Perhaps I am inputting information incorrectly. &lt;/P&gt;&lt;P&gt;In other words I need to knw the distance from point A to point B, point A to point C, point A to point D....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 17:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160287#M1643</guid>
      <dc:creator>LeonKincy</dc:creator>
      <dc:date>2019-01-25T17:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Routes to one destination</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160288#M1644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to update this thread, Leon was able to successfully solve the OD Cost Matrix Layer and get the distance results he needed.&lt;/P&gt;&lt;P&gt;Jay Sandhu&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 19:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/multiple-routes-to-one-destination/m-p/160288#M1644</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2019-01-28T19:11:26Z</dc:date>
    </item>
  </channel>
</rss>

