BirdyF / rw_tcx

Dart package to read or write TCX files
Other
7 stars 3 forks source link

writeTCX could deduct statistical values from the list of TrackPoints if they are not present in the TCXModel #5

Closed MrCsabaToth closed 5 months ago

MrCsabaToth commented 3 years ago

Values which could be calculated if they are not supplied:

Potentially even totalTime, but we'd need to think about if that should include auto-paused periods or not. If not, then it could be just the last reading in the last TrackPoint.

MrCsabaToth commented 3 years ago

If we do these computations on-demand only, then all the APIs (models) will remain the same, just the library will be more intelligent. It will be able to even supplement few missing stats if the others present.