What would be the drawbacks to having the users save and upload the tracks as a text file? I noticed in the one I created that there is a sort of summary line...
Dave, ... You'd need to define the format of the text file, and unless there's another obvious one to use, GPX is an ideal text file format for this. ... ...
Hi, has anybody succeeded in writing such tool? Since I have bought my first eTrex, I face the same problem with the logs, so I started to implement a simple...
You might want to take a look at the GeoConv program: http://www.kolumbus.fi/eino.uikkanen/geoconvgb/index.htm It can do filtering, and Eino(the author) has...
Hi, ... Take a look at http://www.gps-freeware.de/ is this what vour'e looking for? Uli ... www.moped-tour.info www.w650.de Reporte und Bilder Alles...
Looks like an interesting piece of SW. Unfortunatelly, my German skills are not very good -- will try to explore it and see what it is capable of. However, an...
Dave, thanks for a hint. Unfortunatelly, Eino's program has impressive variety of options, but it fails to perform filtering in the way I need -- it probably...
... Robert, the "math" in the background isn't complicated at all. I a) calculate the velocity for each pair of successive trackpoints b) from these, I...
... GeoConv's track reducing algorithm doesn't attempt to "clean up" the track by e.g. filtering peak-points and therefore GeoConv isn't a solution to your...
I'm trying to use MSXSL v4 to parse gpx files instead of using my own parser. I use the J language, and it has an interface to the MSXSL parser. When I tried...
Hello, ... Can you post (or email me directly) the GPX file in question? Here's the declaration of <cased> - I'm not sure why your parser is complaining,...
Hello, I'm looking for an easy way to generate graphical profiles from gpx track data offline. I realize I can do this online now with gpsvisualizer but in the...
Dan, Thanks for the link, but it looks like it's Windows only. If it's software then it needs to be debian linux and able to run on the ARM processor that the...
Answering my own question... http://trac.openstreetmap.org/browser/applications/utils/gps-tracks/gpx2svg A script for ruby to convert gpx tracks to svg...
... In Appendix B of the first edition of Jeffrey Friedl's book Mastering Regular Expressions he lists an "optimized version" of a regex for validating email...
Hey I'm fresh to gpx and I don't really have any developing/programming background. I'm searcihg for a easy way (read .exe :) ) to convert the gpx file to a...
... Take a look at GPSBabel: http://www.gpsbabel.org/ -- Dave Patton Canadian Coordinator, Degree Confluence Project http://www.confluence.org/ Personal...
... Just a note that as far as I know you cannot use commas in the format of numbers. You will need to format them in British style: <wpt lat="46.849998"...
thanks for all the input so far :) I've posted on a forum and they showed me GPSbabel and I've been using it since. I also noticed, that my coordiates should...
... Well, I don't know about most people, but I create a GPX file with open(XML, ">$xmlfile"); print XML (<<EOF); <?xml version="1.0"?>'; <gpx version="1.1" ...
I apologize in advance for newbie stuff on the list. I've been asked to get a quick GPX exporter together for the Firefox Operator extension. All I have for...
Hello, ... In GPX, attributes (things in quotes) are required. Elements (things in angle brackets) are optional. You'd skip <ele>, <sym>, and <time> entirely....
... Get the person who asked you for the facility to supply some examples in the desired format. GPX has many different tags you may or may not want to use,...
Hi, i get the following error when i make a Response.WriteFile("my.gpx") on my asp.net web page. Will appreciate any help on this issue. Cannot have a DOCTYPE...