kjkjava / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
314 stars 134 forks source link

Error in Min. Elevation value #10

Open moderation opened 8 years ago

moderation commented 8 years ago

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).

ebrensi commented 8 years ago

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