<div dir="ltr">Raghavan,<div><br></div><div>You can do this with the Driving Distance functions.  Also, have a look at the SQL here <a href="https://github.com/iant1212/networkReach">https://github.com/iant1212/networkReach</a> and here <a href="https://github.com/GregersP/networkReach">https://github.com/GregersP/networkReach</a>.  These are examples of returning all edges for a given distance from a node, you could modify these slightly to return your vertices, and use your lat/lon to find the closest vertex to start from.</div>

<div><br></div><div>-ian</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 22, 2014 at 1:31 AM, Raghavan Krishnasamylakshmanaperumal <span dir="ltr"><<a href="mailto:rkrish20@uic.edu" target="_blank">rkrish20@uic.edu</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">Hi All,<div><br></div><div>I am experimenting with Chicago runner's GPS traces(collected from Runkeeper.com). I like to know if the following problem can be solved using pgRouting.</div>

<div><br></div><div>


I have created a graph using pgr_nodeNetwork and pgr_createTopology. Given a longitude, latitude point I know to find the vertices closer to that but I want to know if given a longitude, latitude point can I find the vertices away  from a specified distance. Distance here means the lineStrings length in meters. </div>




<div><br></div><div>For example I have a longitude/latitude and want to know all the vertices 500meters away from the given longitude/latitude point. Are there functions available in pgRouting to infer such vertices?<span class="HOEnZb"><font color="#888888"><br clear="all">




<div><br></div>-- <br>Thanks and Regards,<div>Raghavan KL</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>