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

Improvement in Hill Detection algorithm #95

Closed alenrajsp closed 2 years ago

alenrajsp commented 2 years ago

Fixed the following: you can now select the ascent_threshold (previously fixed 30) Added grade calculation to the hill identification algorithm

firefly-cpp commented 2 years ago

Thanks @alenrajsp!

Please also prepare test scenarios for grade detection.