fietsboek.convert module

Conversion functions to convert between various recording formats.

fietsboek.convert.from_fit(data)

Reads a .fit as GPX data.

This uses the fitparse library under the hood.

Parameters:

data (bytes) – The input bytes.

Return type:

GPX

Returns:

The converted structure.