firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python
MIT License
17 stars 11 forks source link

Added Weather data. #2

Closed alenrajsp closed 3 years ago

alenrajsp commented 3 years ago

Added trackpoint timestamps to read_one_file method. Renamed tcx2 to tcx for clarity in tcx_manipulation. Added WeatherIdentification class that can be used to retrieve historical weather data of the completed trainings.

firefly-cpp commented 3 years ago

Thank you @alenrajsp