David Cooper

Results 67 comments of David Cooper

Look at the bottom of `fitparse/records.py` (lines 289-297): ``` python # Custom conversion functions for FieldTypes (specific to FIT SDK 1.2) # TODO: # "0x10000000: if date_time is < 0x10000000...

My .FIT from the Garmin Edge 500 files just hold time relative to their current as far as I can tell. Do you have any example files to share? I...

Hey Tigge, I'm currently in the process of updating the library. Any sample files with and a description of expected behaviour sent to [email protected] would be very much appreciated! Thanks,...

*any sample files from your Forerunner 610 and a description of expected behaviour...

Looks decent. Thanks for submitting. Need more time to review more intimately. What sort of performance gains do you observe.

You'll need to use [openpyxl](https://openpyxl.readthedocs.io/en/stable/) or a library that can read xlsx files. PR welcome!

Thanks for noting the comment and letting us know. Of course a PR would be welcome! :)

Hey AirWatchman, I'm currently working a tool called [`fitdump`](/dtcooper/python-fitparse/blob/ng/scripts/fitdump) which will be a FIT to CSV converter tool in my development branch. It's not yet ready, but look to the...

Actually, I'll reopen and leave this pending as a reminder until the `fitdump` tool is ready!