lat/lon bug fixes
This commit is contained in:
@@ -48,7 +48,7 @@ oauth_data = {
|
||||
|
||||
columns = {
|
||||
'startTimeInSeconds':'TimeStamp (sec)',
|
||||
'latitudeinDegree':' latitude',
|
||||
'latitudeInDegree':' latitude',
|
||||
'longitudeInDegree':' longitude',
|
||||
'heartRate':' HRCur (bpm)',
|
||||
'speedMetersPerSecond':' AverageBoatSpeed (m/s)',
|
||||
@@ -204,6 +204,7 @@ def garmin_workouts_from_details(activities):
|
||||
df[' DriveLength (meters)'] = 0
|
||||
df[' PeakDriveForce (lbs)'] = 1
|
||||
df[' DriveTime (ms)'] = 0
|
||||
print(df.info())
|
||||
rowdata = rowingdata(df=df)
|
||||
rowdata.write_csv(w.csvfilename,gzip=True)
|
||||
data = dataprep.dataprep(rowdata.df,id=w.id)
|
||||
|
||||
Reference in New Issue
Block a user