<div dir="ltr"><div>Also there is a query at <a href="https://github.com/GregersP/networkReach" target="_blank">https://github.com/GregersP/networkReach</a> that will do that (return edges based on nodes reached) and cover parts of segments when the cost distance goes beyond a node without reaching another node.  It's based on pgr_drivingDistance() as mentioned.  You might not need such a level of detail but it's worth a look and I'm always looking for ways to improve on it if you have any suggestions.<br>

<br></div>-ian<br><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 18, 2014 at 1:45 PM, Daniel Kastl <span dir="ltr"><<a href="mailto:daniel@georepublic.de" target="_blank">daniel@georepublic.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Wed, Mar 19, 2014 at 2:32 AM, Valeria Muñoz <span dir="ltr"><<a href="mailto:valemunoz@gmail.com" target="_blank">valemunoz@gmail.com</a>></span> wrote:<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"><div dir="ltr">HI<div><br></div><div>I need to develop a system to generate isochrones according to minutes, you can make this with postgis and how?</div>



<span><font color="#888888"><div><br></div><div>Valeria</div></font></span></div>
</blockquote><div><br></div><div><br></div></div></div><div>Hi Valeria,</div><div><br></div><div>The function "pgr_drivingDistance" returns all nodes that can be reached from a start point within a certain "cost" (ie. time) and it also returns the time need to get to each of these nodes:</div>



<div><a href="http://docs.pgrouting.org/2.0/en/src/driving_distance/doc/dd_driving_distance.html#pgr-driving-distance" target="_blank">http://docs.pgrouting.org/2.0/en/src/driving_distance/doc/dd_driving_distance.html#pgr-driving-distance</a><br>



</div><div><br></div><div>The function "pgr_pointsAsPolygon" then returns a polygon that includes a set of points:</div><div><a href="http://docs.pgrouting.org/2.0/en/src/driving_distance/doc/dd_points_as_polygon.html#pgr-points-as-polygon" target="_blank">http://docs.pgrouting.org/2.0/en/src/driving_distance/doc/dd_points_as_polygon.html#pgr-points-as-polygon</a><br>



</div><div><br></div><div>The argument is a SQL statement, so if you need isochrones you could run it for each isoline.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Daniel</div><div><br></div><div>

<br></div><div><br></div><div><br></div></font></span></div><span class="HOEnZb"><font color="#888888">

<div><br></div>-- <br><div dir="ltr"><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.info" style="color:rgb(66,99,171)" target="_blank">http://georepublic.info</a></span></div>
</font></span></div></div>
<br>_______________________________________________<br>
Pgrouting-users mailing list<br>
<a href="mailto:Pgrouting-users@lists.osgeo.org">Pgrouting-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/pgrouting-users</a><br></blockquote></div><br></div></div></div></div>