dtcooper / python-fitparse

Python library to parse ANT/Garmin .FIT files
http://pythonhosted.org/fitparse/
MIT License
738 stars 183 forks source link

lap details? #136

Open lnovali opened 2 years ago

lnovali commented 2 years ago

is it possible to extract the details of the laps? what parameters should i use?

fundthmcalculus commented 2 years ago

Which specific details are you trying to find? Lap average information (eg lap average speed)? Or lap-specific information? (eg lap-duration)

lnovali commented 2 years ago

Hello, I'm sorry for delay. For each lap, I need all lap specific informations: lap number lap starting time lap duration lap distance lap avg speed lap max speed lap avg heart rate lap max heart rate lap avg power lap max power lap ascent lap cadence lap starting coordinates (lat;lng) and so on...