jvtm / pyambit

Python library for Suunto Ambit data files
ISC License
10 stars 2 forks source link

pyambit

Python library for Suunto Ambit data files

Suunto Ambit XML files

Can be found on:

Technically, these files are not XML, as they have multiple root elements. As a workaround this library internally first injects a dummy root element to the XML document (in memory).

Update: as of Moveslink2 v1.2.8 the application now stores files like 26FBXXXXXXXXXXXX-2014-08-24T15_01_49-0.sml. These are actually valid XML, and now somewhat supported by this library (not fully confirmed yet).

Plans / TODO

Test data

Initially this library is only tested with running, orienteering & cycling settings. At the moment only basic input files without gaps, splits etc have been tested.

Links

There is also a GPLv3 licensed project called ambit2gpx, it might or might not do similar things.