<p dir="ltr">The openstreetmap community has also done some good practical work in this domain.</p>
<p dir="ltr">Best,<br>
Steve</p>
<div class="gmail_quote">On Apr 2, 2014 1:09 PM, "Stephen Woodbridge" <<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 4/2/2014 12:16 PM, Raghavan Krishnasamylakshmanaperumal wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Everyone,<br>
<br>
I have raw GPS points collected from runkeeper(runner/biker) traces.<br>
 From these points I am creating linestrings and on linestrings I am<br>
applying pgr_nodeNetwork to create the network edge table and then<br>
  using pgr_createTopology to build the topology with source and target<br>
information.<br>
<br>
How can I merge the gps traces which are close to each other, for<br>
example look at the picture which I have attached in which there are 3<br>
GPS traces(red,green,blue) which are close to each  and while forming<br>
the network graph I want these traces to be considered as a single<br>
trace(as shown in black color). It will be better to get the average of<br>
those 3 GPS traces to form a single GPS trace by this way I may get rid<br>
of the noise on the GPS traces obtained from runkeeper.<br>
<br>
Is there a function in pgRouting to make this possible?<br>
</blockquote>
<br>
No pgRouting does not have a function for this. While it would be useful, I think it falls more under PostGIS because this is a geometry problem.<br>
<br>
I will also note that the problem is not well defined. Consider the case where you have an exit ramp the parallels the highway for some time before connecting to a cross road or veering away from the highway. In this case how does one determine where to make the intersection of the ramp and highway?<br>

<br>
Ask the PostGIS list for some ideas. You might also ask GRASS GIS list they might have some tools for this.<br>
<br>
-Steve<br>
<br>
______________________________<u></u>_________________<br>
Pgrouting-users mailing list<br>
<a href="mailto:Pgrouting-users@lists.osgeo.org" target="_blank">Pgrouting-users@lists.osgeo.<u></u>org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-users" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/pgrouting-<u></u>users</a><br>
</blockquote></div>