garmin-connect-export icon indicating copy to clipboard operation
garmin-connect-export copied to clipboard

Error in Min. Elevation value

Open moderation opened this issue 8 years ago • 1 comments

Max. Elevation values are being written to the Min. Elevation columns in the CSV. The two lines at https://github.com/kjkjava/garmin-connect-export/blob/master/gcexport.py#L277-L278 need to replace maxElevation with minElevation. I've made this change on my local copy and successfully tested.

Would you like to make the change or shall I fork, modify and create a pull request (assuming of course that this is a bug).

moderation avatar Feb 15 '16 05:02 moderation

Hi, I added this bug fix to my fork, which is pending pull request https://github.com/kjkjava/garmin-connect-export/pull/15.

ebrensi avatar May 08 '16 19:05 ebrensi