fitdecode icon indicating copy to clipboard operation
fitdecode copied to clipboard

A FIT file parsing and decoding library written in Python3

Results 15 fitdecode issues
Sort by recently updated
recently updated
newest added

So far I can "decode" `.fit` files and export them e.g. in `.json`. Then I can easily modify the `.json`. I would like now to save the modified `.json` back...

I try to parse my wahoo fit file. {'file_id': 1, 'developer_data_id': 15, 'field_description': 15, 'event': 20, 'device_info': 47, 'unknown_65281': 2, 'sport': 1, 'workout': 1, 'record': 8440, 'hr_zone': 5, 'power_zone': 6,...

I'm trying to parse a Zwift fit file from an activity in progress, and I'm not having any luck with it. I fear Zwift isn't writing a valid file at...

Hey During the use of the fitdecode module I encountered the following AssertionError: Traceback (most recent call last): File "C:\Users\niels\OneDrive\Documenten\Metec\Metec_python\unpack_fit_niels.py", line 35, in for frame in fit_file: File "C:\Python\Python39\lib\site-packages\fitdecode\reader.py", line...

FIT SDK now comes with `Profile.xlsx` (previously `Profile.xls`) so `tools/generate_profile.py` needs to be updated (using [openpyxl](https://pypi.org/project/openpyxl/)?). As a workaround, it is possible to manually convert `Profile.xlsx` to the old format...

enhancement

Opening this file: **FitSDKRelease_21.89.00/examples/DeveloperData.fit** Generates this warning: ``` UserWarning: 'field "native_field_num" (idx #0) not found in message "field_description"' (local_mesg_num: 0; chunk_offset: 93); adding dummy dev data... warnings.warn(msg) ``` I think...

Hi, I am currently working on a bit of a toolbox utilizing your library and it is super. The goal for my toolbox is to get all my historical data...

Hello, I'd to work with .fit files. Until now, i' didn't know anything about this file format, so I've used your command line tool to decode one into a .json...

I have some large fit files that take several seconds to load. What would be the best way to show a progress bar, especially since the total number of frame...

I'm trying to decode whatever I can from the large "get all my data" zipfiles you can get from Garmin. In the `monitoring_b` files you have a `monitoring` message that...