<?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: Whole City Drive Question in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1645702#M9127</link>
    <description>&lt;P&gt;The find best route option, also known as the Travelling Salesperson Problem, is meant for discreate points you want to visit. When you give it a high density of locations, i.e., on every street mid-point, it may not give you the most optimal looking solution. One change you could do is to make sure the stops are loaded, the Curb Approach property is set to Right side of the Vehicle. This will provide a better sequence of visiting the edges.&lt;/P&gt;&lt;P&gt;However, I would suggest that you do not use the Route solver for this, rather use the Waste Collection solver. This is geared towards visiting edges in an area. More details here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/waste-collection-analysis-layer.htm" target="_blank"&gt;Waste collection analysis layer—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and you can try out a tutorial to understand it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/waste-collection.htm" target="_blank"&gt;Optimize municipal waste collection routes—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BTW, what is your use case for optimizing the visit to every edge in the city?&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;</description>
    <pubDate>Tue, 26 Aug 2025 16:37:51 GMT</pubDate>
    <dc:creator>JaySandhu</dc:creator>
    <dc:date>2025-08-26T16:37:51Z</dc:date>
    <item>
      <title>Whole City Drive Question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1645625#M9125</link>
      <description>&lt;P&gt;Hello all, I am currently on Enterprise 11.5 and using a local dataset for my routing so the number of stops are not a problem.&lt;/P&gt;&lt;P&gt;I am attempting to create a Route using our data that will traverse every road segment within out City and am having troubles with the route navigation.&lt;/P&gt;&lt;P&gt;The workflow I have established is to create a Stops layer that was developed from using the Feature to Point on the Road dataset used in the Network dataset, however when using the Preserve 1st and Last stop (so they start at City Hall and return back to it) the route that is created is very erratic. Within the ND I have also included Turn penalties, and set to calculate U-Turns at dead-ends &amp;amp; Intersections (originally made for 1st responders). I might need to create a new Travel Mode? Is there something else I need to consider when creating this?&lt;/P&gt;&lt;P&gt;The video below shows the erratic behavior of the path it wants to take. (This is a test using 'Find Best') option. The small red dot is the travel path.&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6377432218112w664h360r400" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6377432218112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6377432218112w664h360r400');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6377432218112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 14:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1645625#M9125</guid>
      <dc:creator>amarcz_cc</dc:creator>
      <dc:date>2025-08-26T14:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Whole City Drive Question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1645702#M9127</link>
      <description>&lt;P&gt;The find best route option, also known as the Travelling Salesperson Problem, is meant for discreate points you want to visit. When you give it a high density of locations, i.e., on every street mid-point, it may not give you the most optimal looking solution. One change you could do is to make sure the stops are loaded, the Curb Approach property is set to Right side of the Vehicle. This will provide a better sequence of visiting the edges.&lt;/P&gt;&lt;P&gt;However, I would suggest that you do not use the Route solver for this, rather use the Waste Collection solver. This is geared towards visiting edges in an area. More details here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/waste-collection-analysis-layer.htm" target="_blank"&gt;Waste collection analysis layer—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and you can try out a tutorial to understand it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/waste-collection.htm" target="_blank"&gt;Optimize municipal waste collection routes—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BTW, what is your use case for optimizing the visit to every edge in the city?&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 16:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1645702#M9127</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2025-08-26T16:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Whole City Drive Question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1646061#M9133</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1137"&gt;@JaySandhu&lt;/a&gt;&amp;nbsp;Thank you for the tip, I will look into this!&lt;/P&gt;&lt;P&gt;The use case is our Code Dept (local Govt) has attached AI cameras to their Vehicles, and want to do a sweep of the City to train for future use. They will be doing this sweep on a sustained basis.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 13:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1646061#M9133</guid>
      <dc:creator>amarcz_cc</dc:creator>
      <dc:date>2025-08-27T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Whole City Drive Question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1646127#M9134</link>
      <description>&lt;P&gt;Thanks for the additional detail. The waste collection solver will be a good way to tackle this problem and let us know how the results look for your use case.&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 16:02:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1646127#M9134</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2025-08-27T16:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Whole City Drive Question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1646688#M9142</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1137"&gt;@JaySandhu&lt;/a&gt;&amp;nbsp;Although this will create a route for the needs, you are unable to Share as Route Layer to Enterprise / AGOL. Something I wish I read before I spent the time creating, publishing and fine tuning the Network Dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will keep this as a Solution, because I forgot to mention it in the Original Post. But beware, it is only available in ArcPro.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 22:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/whole-city-drive-question/m-p/1646688#M9142</guid>
      <dc:creator>amarcz_cc</dc:creator>
      <dc:date>2025-08-28T22:29:22Z</dc:date>
    </item>
  </channel>
</rss>

