<?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: Snow Plow Routing in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/snow-plow-routing/m-p/211028#M2106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our research here is directed toward the snow plow routing problem.&amp;nbsp; We have developed some artificial intelligence based solutions that are proving to be effective.&amp;nbsp; Such non-deterministic methods allow solutions that take into account minimization of u-turns, prioritization of arterial roads, route allocation, etc.&amp;nbsp; We have published a couple theory papers and a trade journal report.&amp;nbsp; We also are starting to work with local highway superintendents.&amp;nbsp; At this time we are actively seeking other collaborators!!!&amp;nbsp; Please let me know if you'd like to discuss this more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim Zollweg, &lt;/SPAN&gt;&lt;A href="mailto:jzollweg@brockport.edu"&gt;jzollweg@brockport.edu&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(Associate Professor of GIS, Earth Sciences)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2011 19:25:04 GMT</pubDate>
    <dc:creator>JamesZollweg</dc:creator>
    <dc:date>2011-07-29T19:25:04Z</dc:date>
    <item>
      <title>Snow Plow Routing</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/snow-plow-routing/m-p/211026#M2104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are a county with 504 square miles, a population of 36,000, and 405 miles of County Roads.&amp;nbsp; We have created maps for snow plowing but I am wondering if there is a way to improve our plow maps.&amp;nbsp; We have 14 route drivers.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Factors that influence plowing are:&amp;nbsp; Number of passes required due to shoulder width, posted speed, other traffic, snowfall accumulation, intersections, and sight distrance (wind).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes one part of the county will experience significantly different snowfall or wind.&amp;nbsp; Ideally we would like the 14 route drivers to complete their routes at the same time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions are:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Is it worth the cost FOR US to purchase Network analyst when there are so many variables?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Even if we dismiss the variables and only account for mileage, number of rounds required due to shoulder width, and posted speed, will network analyst produce 14 logical routes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Is there another tool we should consider instead?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 15:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/snow-plow-routing/m-p/211026#M2104</guid>
      <dc:creator>ChristianChristensen</dc:creator>
      <dc:date>2011-06-27T15:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Snow Plow Routing</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/snow-plow-routing/m-p/211027#M2105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Christy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Snow plow routing as you describe it is technically called a Chineese Postman Problem or Euler Tour where you have to visit every edge (not discrete locations) with a variety of constraints.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Network Analyst does not have a solver to do this as efficently as you may want to do it. An attempt can be made by using the Vehicle Routing Problem solver with a set of constraints to do it but may not be what you want. So I would not recommend you getting Network Analyst for it (but you could probably an evaluation copy to try out if needed).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The best product out there for this kind of work is by a company called RouteSmart and it works in conjunction with ArcGIS. You can read more about that here: &lt;/SPAN&gt;&lt;A href="http://www.routesmart.com/publicworks.aspx"&gt;http://www.routesmart.com/publicworks.aspx&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 16:07:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/snow-plow-routing/m-p/211027#M2105</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2011-06-27T16:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Snow Plow Routing</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/snow-plow-routing/m-p/211028#M2106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our research here is directed toward the snow plow routing problem.&amp;nbsp; We have developed some artificial intelligence based solutions that are proving to be effective.&amp;nbsp; Such non-deterministic methods allow solutions that take into account minimization of u-turns, prioritization of arterial roads, route allocation, etc.&amp;nbsp; We have published a couple theory papers and a trade journal report.&amp;nbsp; We also are starting to work with local highway superintendents.&amp;nbsp; At this time we are actively seeking other collaborators!!!&amp;nbsp; Please let me know if you'd like to discuss this more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim Zollweg, &lt;/SPAN&gt;&lt;A href="mailto:jzollweg@brockport.edu"&gt;jzollweg@brockport.edu&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(Associate Professor of GIS, Earth Sciences)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 19:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/snow-plow-routing/m-p/211028#M2106</guid>
      <dc:creator>JamesZollweg</dc:creator>
      <dc:date>2011-07-29T19:25:04Z</dc:date>
    </item>
  </channel>
</rss>

