Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gpsxml · GPX Developers Forum

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1253
  • Category: XML
  • Founded: Sep 18, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2151 - 2180 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2151 boscomonkey Send Email Feb 28, 2011
1:54 am
Is there a standard algorithm for detecting pauses in GPX files? The use case is that RunKeeper (iPhone & Android app at runkeeper.com) doesn't pause users...
2152 fgdufoe3 Send Email Feb 28, 2011
1:55 am
I've noticed what I believe to be a few errors in the documentation. Here are the changes I suggest: wptType: "wpt represents a waypoint, point of interest,...
2153 the_magicien Send Email Feb 28, 2011
1:56 am
Dear All, I want to create GPX file and upload to the my Garmin 60CSX gps device. Please advice me how I able to do that. Thanks...
2154 ragge0 Send Email Feb 28, 2011
1:56 am
Hello, Is there a recommended way to represent Accuracy or EPE (estimated position error) in distance (meters) in GPX? /ragge...
2155 Robert Lipe
robertlipe Send Email
Feb 28, 2011
1:58 am
... This list really is more for the development of the GPX file format itself than about how to use any specific piece of software. There are a large number...
2156 Robert Lipe
robertlipe Send Email
Feb 28, 2011
2:01 am
... As GPX is about exchanging GPS data between vendors there is no standard representation of EPE in the industry (most vendors won't even document how it's...
2157 Robert Lipe
robertlipe Send Email
Feb 28, 2011
2:03 am
... Lots of programs do this differently. You can denoise, look for low speed, look for clumps in proximity, etc. Filtering really depends ont he data you...
2158 Anthony Cartmell
fonant Send Email
Feb 28, 2011
9:28 am
... That's defined by the terms "longitude&quot; and "latitude"; to be honest, so no need to repeat it in the GPX definition. http://en.wikipedia.org/wiki/Longitude ...
2159 Tim Thornton
timtupham Send Email
Feb 28, 2011
9:51 am
I think that this does need defining. I have come across some US centric mapping tools that use West as +ve, on the basis that all of the USA is West and...
2160 Anthony Cartmell
fonant Send Email
Feb 28, 2011
10:29 am
... They're not using longitude then, and certainly not WGS84 coordinates, as used by most GPS systems. They must be using "negative longitude" instead ... ...
2161 Tim Thornton
timtupham Send Email
Feb 28, 2011
10:54 am
I agree it isn’t the normal convention, but NMEA0183 from GPS receivers explicitly uses N/S/E/W, and WGS84 defines Longitude as 0-180, +ve East. So to avoid...
2162 ragge0 Send Email Feb 28, 2011
11:11 am
... I am not talking about the EPE value (some strange vendor specific 1-20 value, agreed), but the error in meters (or feet), which many vendors do provide....
2163 Tim Thornton
timtupham Send Email
Feb 28, 2011
11:18 am
Note that different receiver manufacturers use different figures, e.g. historically many have used 95%, but others user 67%, 50%... Also, the period of time...
2164 Alan
gpsanimator Send Email
Feb 28, 2011
8:18 pm
Isn't this discussion&#39;s about HDOP (horizontal dilution of precision), which is supported in GPX? _____ From: gpsxml@yahoogroups.com...
2165 ragge0 Send Email Feb 28, 2011
8:49 pm
... Well, possibly; Is there a standard way to convert between error-in-distance (as meters or feet) and the xDOPs? (Is HDOP alone the same as the horizontal...
2166 Alan
gpsanimator Send Email
Feb 28, 2011
10:32 pm
I know my GPS reports horizontal accuracy in distance, which must be either derived from HDOP or calculated at the same time as the HDOP. Mathematically, the...
2167 Joshua Judson Rosen
Rozzin@... Send Email
Mar 3, 2011
3:52 am
... GPSd apparently includes code to do this, for the cases in which a GPS unit doesn't provide all of the numbers numbers itself--c.f.: ...
2168 ragge0 Send Email Mar 3, 2011
6:25 am
... Very interesting! Thanks for the pointer! It also says: "* The UERE constants are our assumption about the base error of * GPS fixes in different...
2169 Muhammad
muhammadhuss... Send Email
Apr 1, 2011
1:23 pm
Message-ID: <in3vh2+jsfc@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding:...
2170 WARREN
wbporter455... Send Email
May 4, 2011
4:23 pm
I am trying to start with an existing GPX file and removing waypoints which are outside an area of interest. When I write the edited file back out, neither...
2171 etheriau
eytheriault Send Email
May 4, 2011
4:24 pm
Hi-- I've noticed that the GPX files generated by Streets and Trips uses the rtept for encoding their waypoints verses what Garmin uses is a a trk. From the...
2172 cmarkc2001 Send Email May 4, 2011
4:25 pm
I am trying to build a test project that writes a .gpx file from new gps data. I've got the .gpx schema from Topografix, and i've built a "GPXType" with an xsd...
2173 Tony Kinsella
cinsellach Send Email
May 4, 2011
4:45 pm
You might like to try the validation procedure on http://www.topografix.com/gpx_validation.asp From: gpsxml@yahoogroups.com [mailto:gpsxml@yahoogroups.com] On...
2174 Anthony Cartmell
fonant Send Email
May 4, 2011
5:01 pm
... A route point is generally understood to be a pre-planned location along a route. A set of route points typically draws a set of straight lines from ...
2175 Alan
gpsanimator Send Email
May 4, 2011
8:58 pm
It's often a problem with the text editor you're using inserting non-printing characters - Notepad is a big offender here. Try changing test editor - I use Vim...
2176 Alan
gpsanimator Send Email
May 4, 2011
9:08 pm
You need to get your head around XML serialization. Here's some VB that I use to read GPX - I hope it helps. Public Sub LoadGPXData(ByVal fileName As String) ...
2177 cmarkc2001 Send Email May 17, 2011
1:38 am
Thanks for your help on this. I was able to run and adapt the code and it worked well. What i need help with now is this: creating a blank gpx file from the...
2178 jack Baker
jackb@... Send Email
May 28, 2011
2:08 pm
Sir If you want to send me the file I will check first to see if it is a good GPX file. I can remove the waypoints you don't want and send the file back if you...
2179 etheriau
eytheriault Send Email
May 28, 2011
2:08 pm
... Thanks for clarifying! That's what I had thought, but I just wanted to be sure I wasn't overlooking anything. Eric...
2180 James
jamescizek Send Email
Jun 14, 2011
4:14 pm
Hi everyone, I have a GPX file that currently has a track defined by waypoints (I believe somewhere in the neighborhood of 1400 of them) and that is all. I'd...
Messages 2151 - 2180 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help