Hi Cameron,<div><br></div><div>Thank you for the review! About the "Implemented Standards" I wasn't sure it is a necessary part of the template or not. But you're right, it's not necessary for pgRouting.</div>

<div><br></div><div>Daniel</div><div><br><br><div class="gmail_quote">2010/7/28 Cameron Shorter <span dir="ltr"><<a href="mailto:cameron.shorter@gmail.com">cameron.shorter@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">







<div 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 href="?ui=2&ik=569523816d&view=att&th=12a18f9b9ea59333&attid=0.0.1.1&disp=emb&zw" title="Permalink to this headline" target="_blank">¶</a></h1>
<h2>GIS Tools<a href="?ui=2&ik=569523816d&view=att&th=12a18f9b9ea59333&attid=0.0.1.2&disp=emb&zw" title="Permalink to this headline" target="_blank">¶</a></h2>
<p>pgRouting extends the <a href="?ui=2&ik=569523816d&view=att&th=12a18f9b9ea59333&attid=0.0.1.3&disp=emb&zw" target="_blank">PostGIS</a>/<a href="http://www.postgresql.org" target="_blank">PostgreSQL</a>
geospatial database to provide geospatial routing functionality.</p>
<p>Advantages of the database routing approach are:</p>
<ul>
  <li>Data and attributes can be modified by many clients, like <a href="?ui=2&ik=569523816d&view=att&th=12a18f9b9ea59333&attid=0.0.1.4&disp=emb&zw" target="_blank">Quantum
GIS</a> and <a>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>
<h3>Core Features<a href="?ui=2&ik=569523816d&view=att&th=12a18f9b9ea59333&attid=0.0.1.5&disp=emb&zw" title="Permalink to this headline" target="_blank">¶</a></h3>
<p>pgRouting provides functions for:</p>
<ul>
  <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>
<h3>Details<a href="?ui=2&ik=569523816d&view=att&th=12a18f9b9ea59333&attid=0.0.1.6&disp=emb&zw" title="Permalink to this headline" target="_blank">¶</a></h3>
<p><strong>Website:</strong> <a href="http://www.pgrouting.org" target="_blank">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 href="http://www.pgrouting.org" target="_blank">http://www.pgrouting.org</a></p>
</div>
<br>
<pre 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 href="http://www.lisasoft.com" target="_blank">http://www.lisasoft.com</a>
</pre>
</div>

<br>_______________________________________________<br>
Live-demo mailing list<br>
<a href="mailto:Live-demo@lists.osgeo.org">Live-demo@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/live-demo" target="_blank">http://lists.osgeo.org/mailman/listinfo/live-demo</a><br>
<a href="http://wiki.osgeo.org/wiki/Live_GIS_Disc" target="_blank">http://wiki.osgeo.org/wiki/Live_GIS_Disc</a><br></blockquote></div><br></div>