temp logging
This commit is contained in:
@@ -181,7 +181,40 @@ fitcollection = (
|
||||
|
||||
fitmapping = {key: value for key, value in Reverse(fitcollection)}
|
||||
|
||||
tcxcollection = (
|
||||
('water', 'Rowing'),
|
||||
('rower', 'Rowing'),
|
||||
('skierg', 'CrossCountrySkiing'),
|
||||
('bike', 'Biking'),
|
||||
('bikeerg', 'Biking'),
|
||||
('dynamic', 'Rowing'),
|
||||
('slides', 'Rowing'),
|
||||
('paddle', 'Other'),
|
||||
('snow', 'CrossCountrySkiing'),
|
||||
('coastal', 'Rowing'),
|
||||
('c-boat', 'Rowing'),
|
||||
('churchboat', 'Rowing'),
|
||||
('Ride', 'Biking'),
|
||||
('Run', 'Running'),
|
||||
('NordicSki', 'CrossCountrySkiing'),
|
||||
('Swim', 'Swimming'),
|
||||
('Hike', 'Hiking'),
|
||||
('Walk', 'Walking'),
|
||||
('Canoeing', 'Other'),
|
||||
('Crossfit', 'Other'),
|
||||
('StandUpPaddling', 'Other'),
|
||||
('IceSkate', 'Other'),
|
||||
('WeightTraining', 'Other'),
|
||||
('InlineSkate', 'Other'),
|
||||
('Kayaking', 'Other'),
|
||||
('Workout', 'Other'),
|
||||
('Yoga', 'Other'),
|
||||
('other', 'Other'),
|
||||
)
|
||||
|
||||
tcxmapping = {key: value for key, value in Reverse(tcxcollection)}
|
||||
|
||||
tcxmappinginv = {value: key for key, value in Reverse(tcxcollection) if value is not None}
|
||||
|
||||
intervalscollection = (
|
||||
('water', 'Rowing'),
|
||||
|
||||
Reference in New Issue
Block a user