Re: Read Garmin XML (TCX) files in Python...

2009-03-30 Thread cmalmqui
Elementtree solved the problem! I am very impressed with the speed you get from the cElementTree library. Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: Read Garmin XML (TCX) files in Python...

2009-03-29 Thread Diez B. Roggisch
cmalmqui schrieb: Dear All, Garmin uses XML as an exchange format for their Forerunner GPS series (http://developer.garmin.com/schemas/tcx/v2/) and I have been thinking about creating a python script that parses the Garmin XML file and dumps the training information to a KML file as well as vario

Read Garmin XML (TCX) files in Python...

2009-03-29 Thread cmalmqui
Dear All, Garmin uses XML as an exchange format for their Forerunner GPS series (http://developer.garmin.com/schemas/tcx/v2/) and I have been thinking about creating a python script that parses the Garmin XML file and dumps the training information to a KML file as well as various graphs (png or ma