<div class="gmail_quote">On Tue, Mar 10, 2009 at 6:44 AM, Ed Avis <span dir="ltr"><<a href="mailto:eda@waniasset.com">eda@waniasset.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Daniel A Carleton <daniel.carleton <at> <a href="http://exaptic.com" target="_blank">exaptic.com</a>> writes:<br>
<br>
>Are any of you aware of a conflation algorithm that "snaps" GPS tracks<br>
>to the street grid?  This could be a useful way to verify existing<br>
>road networks and fill in any gaps.  e.g. I go out and ride on city<br>
>streets, overlay my GPS track on the OSM grid, and the algorithm shows<br>
>me where I traveled over unknown segments of road or deviated a<br>
>disproportionate amount.<br>
<br>
To do that you'd ideally want to know the margin of error for the GPS readings.<br>
 My GPS unit (Garmin eTrex Vista HCx) shows an error circle on its screen<br>
(giving a tighter circle when there is good reception, and a wider one when the<br>
sky is obscured by tall buildings) but on saving the tracks as GPX this<br>
information is lost.  Is there a way to export the track log including error<br>
circles into a format that the OSM servers recognize?<br>
<br>
(It appears that I could connect the unit to a laptop and record the tracks with<br>
gpsd, but I would prefer to just carry the unit and recover the track log<br>
afterwards.)<br>
<font color="#888888"><br>
--<br>
Ed Avis <<a href="mailto:eda@waniasset.com">eda@waniasset.com</a>><br>
</font></blockquote></div><br>I have a Vista HCx, too. Bafflingly, Garmin does not store the DOP with the tracklog and there is no way to extract it after the fact (or even realtime, I don't think). If you can get an NMEA stream, you can get the HDOP (which is what you care about for this application). The USB-only Garmin units (like the Vista HCx) cannot emit a NMEA stream like the serial-enabled units could. I believe the Garmin 60CSx has USB and serial and can emit NMEA over the serial port, but you'd need a laptop to capture it. By the way, the circle on your Vista HCx is a function of both your EPE (positional error as estimated by the receiver) AND the resolution of the maps you're currently displaying. The circle is more conservative (i.e., larger) than the displayed EPE number, too.<br>
<br>Karl<br>