<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Daniel,<br>
Thank you for your pgRouting Overview docs. Your docs are good and I've
only made minor comments, mainly reducing words, hopefully without
removing meaning.<br>
I did comment out the "Implemented Standards" section, as it seems that
pgRouting doesn't make use of specific OGC standards.<br>
<br>
I've committed changes back into svn. The results are below. Please
review and update if I've made mistakes.<br>
<h1>pgRouting<a class="headerlink"
 href="cid:part1.06020407.04020605@gmail.com"
 title="Permalink to this headline">¶</a></h1>
<h2>GIS Tools<a class="headerlink"
 href="cid:part2.01070201.05040602@gmail.com"
 title="Permalink to this headline">¶</a></h2>
<p>pgRouting extends the <a class="reference external"
 href="cid:part3.00030107.01030003@gmail.com">PostGIS</a>/<a
 class="reference external" href="http://www.postgresql.org">PostgreSQL</a>
geospatial database to provide geospatial routing functionality.</p>
<p>Advantages of the database routing approach are:</p>
<ul class="simple">
  <li>Data and attributes can be modified by many clients, like <a
 class="reference external" href="cid:part4.01020905.00010206@gmail.com">Quantum
GIS</a> and <a class="reference external"
 href="file:///home/cshorter/osgeo/livedvd/gisvm/trunk/doc/overview/_build/html/udig_overview.html">uDig</a>
through JDBC, ODBC, or directly using Pl/pgSQL. The clients can either
be PCs or mobile devices.</li>
  <li>Data changes can be reflected instantaneously through the routing
engine. There is no need for precalculation.</li>
  <li>The “cost” parameter can be dynamically calculated through SQL
and its value can come from multiple fields or tables.</li>
</ul>
<br>
<div class="section" id="core-features">
<h3>Core Features<a class="headerlink"
 href="cid:part5.06000601.03060700@gmail.com"
 title="Permalink to this headline">¶</a></h3>
<p>pgRouting provides functions for:</p>
<ul class="simple">
  <li>Shortest Path Dikstra: routing algorithm without heuristics</li>
  <li>Shortest Path A-Star: routing for large datasets (with heuristics)</li>
  <li>Shortest Path Shooting-Star: routing with turn restrictions (with
heuristics)</li>
  <li>Traveling Salesperson Problem (TSP)</li>
  <li>Driving Distance calculation (Isolines)</li>
</ul>
</div>
<div class="section" id="details">
<h3>Details<a class="headerlink"
 href="cid:part6.07020608.00090402@gmail.com"
 title="Permalink to this headline">¶</a></h3>
<p><strong>Website:</strong> <a class="reference external"
 href="http://www.pgrouting.org">http://www.pgrouting.org</a></p>
<p><strong>Licence:</strong> GNU General Public License (GPL) version 2</p>
<p><strong>Software Version:</strong> 1.03 (svn)</p>
<p><strong>Supported Platforms:</strong> Linux, Windows, Mac</p>
<p><strong>API Interfaces:</strong> SQL</p>
<p><strong>Commercial Support:</strong> <a class="reference external"
 href="http://www.pgrouting.org">http://www.pgrouting.org</a></p>
</div>
<br>
<pre class="moz-signature" cols="72">-- 
Cameron Shorter
Geospatial Director
Tel: +61 (0)2 8570 5050
Mob: +61 (0)419 142 254

Think Globally, Fix Locally
Geospatial Solutions enhanced with Open Standards and Open Source
<a class="moz-txt-link-freetext" href="http://www.lisasoft.com">http://www.lisasoft.com</a>
</pre>
</body>
</html>