<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help with GIS routing software?</title>
	<link>http://ask.metafilter.com/14839/Help-with-GIS-routing-software/</link>
	<description>Comments on Ask MetaFilter post Help with GIS routing software?</description>
	<pubDate>Sun, 06 Feb 2005 17:28:28 -0800</pubDate>
	<lastBuildDate>Sun, 06 Feb 2005 17:28:28 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help with GIS routing software?</title>
		<link>http://ask.metafilter.com/14839/Help-with-GIS-routing-software</link>	
		<description>Need some advice on GIS route software. &lt;br /&gt;&lt;br /&gt; Let&apos;s say hypothetically that I had one van and knew that I could sell X number of widgets in each city of a particular state per day.  Anyone aware of a driver route simulation program that can use weighted business opportunity to create a maximized daily itinerary?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.14839</guid>
		<pubDate>Sun, 06 Feb 2005 17:18:43 -0800</pubDate>
		<dc:creator>machaus</dc:creator>
		
			<category>software</category>
		
			<category>gis</category>
		
			<category>map</category>
		
			<category>mapping</category>
		
			<category>route</category>
		
			<category>direction</category>
		
			<category>plan</category>
		
			<category>planning</category>
		
	</item> <item>
		<title>By: tss</title>
		<link>http://ask.metafilter.com/14839/Help-with-GIS-routing-software#255325</link>	
		<description>&lt;a href=&quot;http://en.wikipedia.org/wiki/Traveling_salesman&quot;&gt;Some background on your problem...&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14839-255325</guid>
		<pubDate>Sun, 06 Feb 2005 17:28:28 -0800</pubDate>
		<dc:creator>tss</dc:creator>
	</item><item>
		<title>By: weston</title>
		<link>http://ask.metafilter.com/14839/Help-with-GIS-routing-software#255366</link>	
		<description>Despite the traveling salesman problem&apos;s intractability, I&apos;d be surprised if somebody hadn&apos;t done something with this... there are pretty good heuristics and even complete solutions for maps with a small number of nodes...&lt;br&gt;
&lt;br&gt;
But I&apos;m not, unfortunately, familiar with any software that does what machaus asks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14839-255366</guid>
		<pubDate>Sun, 06 Feb 2005 20:11:39 -0800</pubDate>
		<dc:creator>weston</dc:creator>
	</item><item>
		<title>By: Rumple</title>
		<link>http://ask.metafilter.com/14839/Help-with-GIS-routing-software#255383</link>	
		<description>The Network Analysis module of ESRI&apos;s Arc/Info will do this -- as weston suggests, it is done with a heuristic but produces essentially indistinguishable results from a complete solution for most applications.  The travelling salesman heuristics are widely used in &quot;location-allocation&quot; and other distribution problems in transport and retail geography.   They take a lot of processor grunt to do so.  My limited exposure to this involved setting up a 575 node, &amp;gt;3500 vertice location-allocation problem; it would take my old SG Indy overnight to run 25 iterations, though you could probably do that on a PalmPilot these days.  &lt;br&gt;
&lt;br&gt;
To weight your business day, so to speak, requires using dynamic segmentation in a program like Arc/Info.  Businesses use this for things like, &quot;how do different traffic densities at different times of day affect access to our gas station&quot;.  Similarly, one can then assign supply and demand at different nodes and search for optimal solutions that go beyond travelling salesman optimality based on vertices, and include economic and cultural attributes of the network nodes.  These are widely used for public and private sector facility locations which need to optimize some objective function (e.g., place a fifth school in a school district with four existing schools so that the fewest possible children are more than a twenty minute ride to school at 8.30 a.m. and a fifteen minute ride home at 3.30 pm - this would be a maximum coverage location-allocation model but much simpler implementations - p-median for example - are less assumption ridden)&lt;br&gt;
 &lt;br&gt;
Overall, the complexity of the problem has yielded somewhat to computer processing advances, but in large network applications, the cutting edge is using distributed software, so called &quot;&lt;a href=&quot;http://www.informatics.sussex.ac.uk/research/nlp/gazdar/teach/atc/1999/web/johannf/tsp.html&quot;&gt;ants&lt;/a&gt;,&quot; which can produce optimal real-time solutions as an emergent phenomenon with no centralized control.  As a distributed software solution this makes the system much more stable and requires far less processing power, at the expense of no-one knowing exactly how it is working at any given times.&lt;br&gt;
&lt;br&gt;
See &lt;a href=&quot;http://www.esriuk.com/products/overview.asp?pid=49&quot;&gt;here&lt;/a&gt;  for the software I used - Arc/Info is very expensive though widely available at universities - its still basically a unix app.  Its dumbed down PC application Arc/View is still expensive (base module + &lt;a href=&quot;http://www.esri.com/software/arcview/extensions/networkanalyst/&quot;&gt;network analysis module&lt;/a&gt; will cost you ca. $3,000; the full Arc/Info (6? modules) for a PC much more than that.  If you are a student you can get big educational discounts.&lt;br&gt;
&lt;br&gt;
There are probably much cheaper standalone programs that will do this -- its basically a matrix/graph theory problem.  However, the visual interface of a GIS is invaluable for setting up your problem.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14839-255383</guid>
		<pubDate>Sun, 06 Feb 2005 20:54:53 -0800</pubDate>
		<dc:creator>Rumple</dc:creator>
	</item>
	</channel>
</rss>
