Updated C2 import function to add zero drag factor
This commit is contained in:
@@ -369,6 +369,7 @@ def add_workout_from_strokedata(user,importid,data,strokedata,source='c2'):
|
||||
' longitude':loncoord,
|
||||
' latitude':latcoord,
|
||||
' Stroke500mPace (sec/500m)':pace,
|
||||
' DragFactor':np.zeros(nr_rows),
|
||||
' Power (watts)':power,
|
||||
' DriveLength (meters)':np.zeros(nr_rows),
|
||||
' StrokeDistance (meters)':strokelength,
|
||||
|
||||
Reference in New Issue
Block a user