run import from Strava not accurate

Issue #535 open
Gregory Smith created an issue

workout reference: https://rowsandall.com/rowers/workout/d0a86382/edit/

strava reference: <iframe height='405' width='590' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/activities/3365315197/embed/a52010310aa7bab24380a83143ff58212cc73780'</iframe>>

Comments (8)

  1. Sander Roosendaal repo owner

    Could you add a TCX file that was used to create the Strava entry (or download from Strava as TCX). I need it to reproduce the issue.

  2. Sander Roosendaal repo owner

    Uploaded Running.tcx to my Strava test account https://www.strava.com/activities/3396389820

    Shows as a 44 minutes 6.9km run.

    Imported to my Rowsandall development site.

    Workout Summary - media/d07d10e3522d4060_3396389820.csv
    --|Total|-Total----|--Avg--|-Avg-|Avg-|-Avg-|-Max-|-Avg
    --|Dist-|-Time-----|-Pace--|-Pwr-|SPM-|-HR--|-HR--|-DPS
    --|06906|00:44:04.0|03:11.4|000.0|0.0|156.0|176.0|0inf
    W-|06906|00:44:04.0|03:11.4|000.0|00.0|156.0|176.0|00.0
    R-|00000|00:00:00.0|00:00.0|000.0|00.0|000.0|176.0|00.0
    Workout Details
    #-|SDist|-Split-|-SPace-|-Pwr-|SPM-|AvgHR|MaxHR|DPS-
    00|06906|44:04.0|03:11.4|000.0|00.0|156.0|176.0|00.0
    

    Hm, unable to reproduce.

  3. Sander Roosendaal repo owner

    Some notes. The data are read through stravastuff.get_workout, then goes through stravastuff.add_workout_from_data to dataprep.save_workout_database using a CSV file created from the data. Here, total distance and time are determined from the raw data.

  4. Sander Roosendaal repo owner
    Workout Summary - media/ffdfcf253b-20200512-183412o.csv
    --|Total|-Total----|--Avg--|-Avg-|Avg-|-Avg-|-Max-|-Avg
    --|Dist-|-Time-----|-Pace--|-Pwr-|SPM-|-HR--|-HR--|-DPS
    --|06383|00:38:23.0|03:00.4|000.0|0.0|155.6|173.0|0inf
    W-|06383|00:38:23.0|03:00.4|000.0|00.0|155.6|173.0|00.0
    R-|00000|00:00:00.0|00:00.0|000.0|00.0|000.0|173.0|00.0
    Workout Details
    #-|SDist|-Split-|-SPace-|-Pwr-|SPM-|AvgHR|MaxHR|DPS-
    01|06383|38:23.0|03:00.4|000.0|00.0|155.6|173.0|00.0
    

  5. Log in to comment