Hi all,

a few days ago I bought a Garmin Fortrex 401 + heart-rate sensor.
It does not record TCX-files but a GPX-version with an extension:

<trkpt lat="47.864417" lon="8.214991">
<ele>722.57</ele>
<time>2011-09-05T17:05:49Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:hr>79</gpxtpx:hr>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>


Fiddeling with the existing plugins of pytrainer does not result in a
proper import of the heart rate data.

So my question is, what is the best way to implement support for this
file format?

1) hack some text replacement to convert into the pytrainer-format
(looks quite easy)

2) Start a new plugin similar to TCX with XSLT (quite sophisticated, but
no XSLT experience so far)

3) Use gpsbabel if possible.

May be there exist some prior work for this, too.


cheers,
friso


p.s.: How many file formats has garmin invented for the same thing?








-- 
viele Grüße,
   Jan-Friso Evers-Senne


Dr.-Ing. Jan-Friso Evers-Senne
Bonndorfer Str. 22
79853 Lenzkirch
07653-9648053
0179-1499217
fr...@evers-senne.de

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Pytrainer-devel mailing list
Pytrainer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytrainer-devel

Reply via email to