garmin-connect-export
garmin-connect-export copied to clipboard
Error in Min. Elevation value
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).
Hi, I added this bug fix to my fork, which is pending pull request https://github.com/kjkjava/garmin-connect-export/pull/15.