python-fitparse icon indicating copy to clipboard operation
python-fitparse copied to clipboard

Python library to parse ANT/Garmin .FIT files

Results 36 python-fitparse issues
Sort by recently updated
recently updated
newest added

You can add new messages or add new fields to a message using by updating the config.csv, types.csv and messages.csv. It will be great if the profile can be updated...

When trying to update the sdk version to 20.66.00, I get the following error: ```py > python scripts/generate_profile.py /path/to/fit-sdk.zip fitparse/profile.py Traceback (most recent call last): File "scripts/generate_profile.py", line 548, in...

Is it possible to extract the raw accelerometer values from a fit file? I tested the following example from the docs but it doesn't contain any acceleration fields: ``` from...

fitparse uses many many objects and many of them are of `RecordBase`, The `RecordBase.__init__` is a bit slow. E.g. I've tried to optimize `FieldData.__init__`: ```py def __init__(self, field_def = None,...

Is a way to read only the header of the file to figure out what kind of FILE ID it is? As of today I read all the file only...

FitParseError: Invalid field size 1 for type 'uint32' (expected a multiple of 4)