dtcooper / python-fitparse

Python library to parse ANT/Garmin .FIT files

Home Page:http://pythonhosted.org/fitparse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The heart rate can not be accurately extracted using this library

Luo-XiuFeng opened this issue · comments

I used the following cycles to extract heart rate data:
image
If I print databuf, I'll get a lot of None, which seriously affects my heart rate curve, because IF I draw it, I'll get the following problem:
image
Is it the way I extracted it?