dtcooper / python-fitparse

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

Reading only the header of the FIT file #142

Open rgmf opened 2 years ago

rgmf commented 2 years ago

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 for that.

If a feature like this is not already added, could it be added?