<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"><!----></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>It would be easier to create new points rather than modifying the returned route?</div>
<div><br>
</div>
<div>I'll take a look at the repo link.</div>
<div>Thanks!</div>
<div>Best,<br>
Steve</div>
<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div class="WordSection1">
<p class="MsoNormal"><img src="http://sig.cmparks.net/cmp-ms-90x122.png" alt="http://sig.cmparks.net/cmp-ms-90x122.png" align="left" height="122" hspace="12" width="90">
<span style="font-size:14.0pt; font-family:"Arial","sans-serif"; color:#006C56">Stephen V. Mather<br>
</span><span style="font-size:11.0pt; font-family:"Arial","sans-serif"; color:#006C56">GIS Manager<br>
</span><span style="font-size:9.0pt; font-family:"Arial","sans-serif"; color:#006C56">(216) 635-3243 (Work)
</span><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"><a href="http://www.clemetparks.com" target="_blank"><span style=""><br>
clevelandmetroparks.com</span></a></span></p>
<p class="MsoNormal"></p>
<br>
</div>
<div class="WordSection1"><br>
</div>
<div class="WordSection1"><br>
</div>
</div>
<div></div>
</div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF667533" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> pgrouting-users-bounces@lists.osgeo.org [pgrouting-users-bounces@lists.osgeo.org] on behalf of Daniel Kastl [daniel@georepublic.de]<br>
<b>Sent:</b> Friday, April 12, 2013 11:16 PM<br>
<b>To:</b> pgRouting users mailing list<br>
<b>Subject:</b> Re: [pgrouting-users] A* vs. Dijkstra and the nature of the A* implementation<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left-width:1px; border-left-color:rgb(204,204,204); border-left-style:solid; padding-left:1ex">
<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left-width:1px; border-left-color:rgb(204,204,204); border-left-style:solid; padding-left:1ex">
For datasets as large as the one we are working with, this seems to<br>
result in a pretty high random IO tax.  I wondered if anyone has some<br>
boilerplate modifying the returned route, slicing the nearest ways to<br>
the beginning and end points with ST_ClosestPoint or similar?<br>
</blockquote>
<br>
</div>
I have done this, it is not that hard.<br>
<br>
</blockquote>
<div><br>
</div>
<div style="">As Steve said, this is not so hard. You can select the closest point on the nearest road segment and PostGIS has all the function to gibe you a substring from that point.</div>
<div style="">There is an example how to do this with Shooting Star, which has some problems at the moment, but just to get an idea: <a href="https://github.com/pgRouting/pgrouting/blob/sew-devel-2_0/src/common/sql/pgrouting_network_check.sql" target="_blank">https://github.com/pgRouting/pgrouting/blob/sew-devel-2_0/src/common/sql/pgrouting_network_check.sql</a></div>
<div style="">Shooting Star routes from road segment to road segment, so the logic is slightly different. For other algorithms such as TRSP you probably need to create a temporary node.</div>
<div style="">So in short, I wouldn't modify the returned route but start from new points.</div>
<div style=""><br>
</div>
<div style="">Daniel </div>
<div><br>
</div>
</div>
<div><br>
</div>
-- <br>
<span style="font-family:arial,sans-serif; font-size:13px; border-collapse:collapse">Georepublic UG & Georepublic Japan<br>
eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66,99,171)" target="_blank">daniel.kastl@georepublic.de</a><br>
Web: <a href="http://georepublic.de/" style="color:rgb(66,99,171)" target="_blank">http://georepublic.de</a></span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>