<?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: Distance calculation between in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134159#M1314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thomas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your problem is simpler than I thought. For each area, you only need one route. You can use Overpelt Fabriek site as the start and end depot, and use the number of orders in the area as the MaxOrderCount for the route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the all orders in an area will be assigned to one route, solving the problem will take a while.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2012 17:36:11 GMT</pubDate>
    <dc:creator>NaAn</dc:creator>
    <dc:date>2012-04-02T17:36:11Z</dc:date>
    <item>
      <title>Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134148#M1303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try to explain my problem by means of a the figurethat I attached in this post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the figure you can see the study area. Each small dot represents a biomass collection location. As you can see, the dots are divided in three different colors in order to create 3 subareas which each are visited by a truck to collect the biomass. The blue lines represents the existing road network in the study area. The large blue dot is the central biomass plant location, which is currently not relevant for the explanation of the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For each of the 3 subareas, the biomass should be collected by a truck at each dot. This should be done in a way the distance to be traveled is as low as possible. Therefore, I would like to develop an algorithm which satisfies 2 important conditions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) After the first dot is visited, the next dot to be visited is the dot that is the closest to the first dot. The third dot, is the dot that is the clost to the second dot, and so on. In general, one could say that the next dot is the dot closest to the current dot, except dots that are already visited.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) The sequence of the dots that are visited should afterwards be consultable for further analysis, just like the total distance and the distance that is traveled between each dot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible, the distance over the existing road network should be calculated. However, since not all collection points are connected to a road network, Euclidian distance with also be satisfying.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope my explanation is clear !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas Voets&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 12:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134148#M1303</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-03-20T12:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134149#M1304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thomas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??m not sure why you need this rule:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1) After the first dot is visited, the next dot to be visited is the dot that is the closest to the first dot. The third dot, is the dot that is the clost to the second dot, and so on. In general, one could say that the next dot is the dot closest to the current dot, except dots that are already visited.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The lowest cost route does not necessarily visit orders in the sequence defined in your rule, unless you have some business requirement to do so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your objective is just to minimize the total travel distance, your problem should be solved with VRP solver.&amp;nbsp; Here is the way to setup your problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Introduce 3 routes (also called trucks) each corresponding to one subarea, i.e. R1, R2 and R3.&amp;nbsp; Assuming that trucks will return to the biomass plant location when finishing visit all biomass collection locations, you can introduce plant location as a Depot and use it as route end depot (setting it in Route �??EndDepotName�?�).&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Load all biomass collection locations as Orders.&amp;nbsp; For each order, set its correpsonding �??RouteName�?�, i.e.&amp;nbsp; all biomass collection locations to be visited by R1 will have RouteName set to R1 (you may open order attribute table, select a bunch of orders, right click RouteName field to open �??Field Calculator�?� and do a batch set ).&amp;nbsp; Set all order assignment rule to �??Preserve Route.�?�&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;The solver will return the low cost solution visiting all collection locations. You can find the route cost summary and other time and cost information in route properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please go through the help and tutorial doc for more details on VRP solver:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exercise_7_Servicing_a_set_of_orders_with_a_fleet_of_vehicles/004700000062000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exercise_7_Servicing_a_set_of_orders_with_a_fleet_of_vehicles/004700000062000000/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Vehicle_routing_problem_analysis/00470000004v000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Vehicle_routing_problem_analysis/00470000004v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 17:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134149#M1304</guid>
      <dc:creator>NaAn</dc:creator>
      <dc:date>2012-03-20T17:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134150#M1305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will go through the documents and keep you updated if I can solve my problem with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas Voets&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 09:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134150#M1305</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-03-21T09:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134151#M1306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here a short update of the status of my problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have very little experience with network analyst. So, when I was opening the 'Make Vehicle Routing Problem Layer', I had to add my input analysis network. Therefore, I first created a network dataset. When I wanted to load my network dataset as the input analysis network for the Vehicle Routing Problem Layer I get following message: "Network has no cost attributes." This is quite strange because I added a cost attribute (see figures attached in this post). Can somebody help me? Which (cost) attributes should I further add to my network dataset, based on the description of my problem mentioned above?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 11:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134151#M1306</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-03-28T11:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134152#M1307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thomas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VRP solver needs a time cost attribute. The time cost attribute is used to define the traversal time along the elements of the network. This attribute is required, since the vehicle routing problem solver minimizes time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please search for "Time Attribute" in VRP help page for more details:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Vehicle_routing_problem_analysis/00470000004v000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Vehicle_routing_problem_analysis/00470000004v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is more information for network attribute: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Understanding_the_network_attribute/00470000000m000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Understanding_the_network_attribute/00470000000m000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 15:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134152#M1307</guid>
      <dc:creator>NaAn</dc:creator>
      <dc:date>2012-03-28T15:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134153#M1308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot Anna, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've gone trough all this but I still get the same remark: " network has no cost attributes". However I added the 'meter' cost attribute&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created it like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the attribute 'Meters' with usage type 'cost', unites 'meters' and data type 'double'. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I createdn evaluator. It consists of 2 rows with 2 different sources:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Source 1: 'Road Segments', direction 'from-to', element 'edge', type 'field', value 'distance' (which refers to the column of the attribute table of the road segments in which the distance in meters is given)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Source 2: 'Road sgements', direction 'to-from', element 'edge', type 'field', value 'distance' (which refers to the column of the attribute table of the road segments in which the distance in meters is given)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any idea why it is still not working despite the fact I added this cost attribute? Should I add more of them for my problem in which I just want to visits different locations in a sequence that minimizes total transport distance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 08:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134153#M1308</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-03-29T08:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134154#M1309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thomas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need a "Time" cost attribute which has the unit of "seconds, minuts or hours." You may either add a new travel time field in the Road Segement feature class and use it as the time attribute source value, or just use a field evaluator to calculate the time value based on the distance field value, i.e. time = distance/60.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13112[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, I noticed that you open 'Make Vehicle Routing Problem Layer' to solve VRP. Unless you want to use the model builder or write your python script to call the solver, you don't need to use this tool. In ArcMap, you will need to click Network Analyst on the Network Analyst toolbar and click New Vehicle Routing Problem to create a VRP layer. Please read the tutorial for more details:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exercise_7_Servicing_a_set_of_orders_with_a_fleet_of_vehicles/004700000062000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exercise_7_Servicing_a_set_of_orders_with_a_fleet_of_vehicles/004700000062000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it still doesn't work, could you please post your the network dataset here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 17:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134154#M1309</guid>
      <dc:creator>NaAn</dc:creator>
      <dc:date>2012-03-29T17:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134155#M1310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But still not working...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are my data. The zipfile contains 5 different layers:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'Gebied A', 'Gebied B', 'Gebied C': the point layers with the locations where the biomass is collected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Study Area': shapefile layer of the study area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Overpelt Fabriek': the point layer which represents the location where the biomass is centrally processed. This is also the location where the transport vehicle start to collect the biomass.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Wegsegmenten': this means 'road segments'. This is the road network in the study area. The last column 'lengte' represents the 'length' of the different road segments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope these data are the data you are looking for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas Voets&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 12:46:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134155#M1310</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-03-30T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134156#M1311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thomas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at the data. You didn't add the time cost attribute. I added it for you which looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13153[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your data, each area includes more than 600 orders. Since you want one truck dedicated to each area, I would suggest you to create a VRP layer for each area and solve the three areas independently. Otherwise, you have to introduce the specialty to match orders with the dedicated vehicles (see VRP help to understand specialties). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, one truck cannot finish visiting all orders a day, so you have to introduce multiple routes with each representing a day to cover all orders. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, in your street segment data, there are some disconnected areas where duplicated junctions were created and each&amp;nbsp; is connected to a subset of adjacent edges. I used the Integrate tool to merge them. Solving problem on a disconnected network will cause some unassigned orders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find the network dataset (disconnected Dataset and fixed Dataset) and the corresponding test layers in the attachment and also watch this VRP vedio:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://video.arcgis.com/watch/686/vehicle-routing-problem-example-appliance-delivery"&gt;http://video.arcgis.com/watch/686/vehicle-routing-problem-example-appliance-delivery&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 20:06:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134156#M1311</guid>
      <dc:creator>NaAn</dc:creator>
      <dc:date>2012-03-30T20:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134157#M1312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will deal with it this afternoon and keep you updates. Many thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas Voets&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 06:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134157#M1312</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-04-02T06:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134158#M1313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I've gone throught it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I support your idea of creating a VRP for each subarea. However, I should first give some further explanation concerning the background of my model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The dots of the three subareas represent collecting locations of biomass. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The aim is now that a transport van with a mobile pyrolysis reactor on it, visits each collection location. The mobile pyrolysis reactor converts the biomass to oil, which is then 'tanked' into another van that transports the oil to the Overpelt Fabriek site. So, the van with the mobile pyrolysis reactor on it, does not return to the Overpelt Fabriek site but just visits each parcel after another, while the oil is brought to the Overpelt Site by the other van.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, for my analysis I would just like to get the distance of the van with the mobile pyrolysis reactor on it without returning each day to the Overpelt Fabriek site. So the transport distance per subarea consists of the distance from the Overpelt Fabriek site to the first collection location plus the distance that is travelled to visit all other collection locations and then finally the distance to return to the Overpelt Fabriek site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to explain how I should deal with this situation in ArcGIS ?&amp;nbsp; I hope my explanation is clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance, and sorry for keeping asking questions !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 08:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134158#M1313</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-04-02T08:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134159#M1314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thomas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your problem is simpler than I thought. For each area, you only need one route. You can use Overpelt Fabriek site as the start and end depot, and use the number of orders in the area as the MaxOrderCount for the route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the all orders in an area will be assigned to one route, solving the problem will take a while.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 17:36:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134159#M1314</guid>
      <dc:creator>NaAn</dc:creator>
      <dc:date>2012-04-02T17:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134160#M1315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;Your problem is simpler than I thought. For each area, you only need one route. You can use Overpelt Fabriek site as the start and end depot, and use the number of orders in the area as the MaxOrderCount for the route.&lt;BR /&gt;&lt;BR /&gt;Since the all orders in an area will be assigned to one route, solving the problem will take a while.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;anna&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again Anna!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, still 2 questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First question: when I want to use the Overpelt Fabriek site as the start and end depot, is it enough to just load it as a location for the Depots? You can see in attachment the example for route 1 for which I loaded 378 locations as the orders and the Overpelt Fabriek site as the Depot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second question: How can I add the number of orders in the area as the MaxOrderCount for each route?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks again! Problem is almost solved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 10:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134160#M1315</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-04-03T10:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134161#M1316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks again Anna!&lt;BR /&gt;&lt;BR /&gt;However, still 2 questions.&lt;BR /&gt;&lt;BR /&gt;First question: when I want to use the Overpelt Fabriek site as the start and end depot, is it enough to just load it as a location for the Depots? You can see in attachment the example for route 1 for which I loaded 378 locations as the orders and the Overpelt Fabriek site as the Depot.&lt;BR /&gt;&lt;BR /&gt;Second question: How can I add the number of orders in the area as the MaxOrderCount for each route?&lt;BR /&gt;&lt;BR /&gt;Many thanks again! Problem is almost solved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thomas&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Forgot attachment. It should now be included.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 13:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134161#M1316</guid>
      <dc:creator>ThomasVoets</dc:creator>
      <dc:date>2012-04-03T13:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Distance calculation between</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134162#M1317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;First question: when I want to use the Overpelt Fabriek site as the start and end depot, is it enough to just load it as a location for the Depots? You can see in attachment the example for route 1 for which I loaded 378 locations as the orders and the Overpelt Fabriek site as the Depot.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. Loading it once and use it for both start and end depot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Second question: How can I add the number of orders in the area as the MaxOrderCount for each route?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right click Routes NA class to open Route properties and set MaxOrderCount value there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see you opened ArcTool dialog in the screenshot which is not needed at all. I would highly recommend you to go through the tutorial because all those questions are answered there. Also you can open the layer I created for you in my previous attachment to get a good understanding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 15:13:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/distance-calculation-between/m-p/134162#M1317</guid>
      <dc:creator>NaAn</dc:creator>
      <dc:date>2012-04-03T15:13:16Z</dc:date>
    </item>
  </channel>
</rss>

