polyvertex / fitdecode

A FIT file parsing and decoding library written in Python3
MIT License
157 stars 34 forks source link

Ability to write FIT files (question only) #7

Closed nref closed 4 years ago

nref commented 4 years ago

Hi Jean-Charles, nice work here. I was about to clone python-fitparse and port it to python3 when I discovered your project. Do you have any ambitions to add write support? Would you accept pulls for that? My use case is to add FIT support to tcxmill, a tool I wrote to clean up noisy treadmill data and which obviously only supports tcx at the moment.

polyvertex commented 4 years ago

Do you have any ambitions to add write support?

I am afraid I do not. The FIT format is awful enough to work with and so badly specified, that I do not feel the urge of having to support write operation :(