Here are the results of my 21 ski days for the 2016-2017 season.
Details:
The app I used will export as KML or GPX, but I found the .SKIZ files it uses are actually .ZIP files. They contain an XML with day stats and CSV files with run segments, nodes, battery life, and any photos I tagged along the way.
I created a pentaho job that would expand the SKIZ files, and then process them into 3 files.
I created a pentaho job that would expand the SKIZ files, and then process them into 3 files.
- Day Level Stats - one record per file/day that has max speed, total decent, number of runs, min and max altitude, etc.
- Ski Paths - a combination of the runs and nodes data. Along the way I also add some calculations for delta altitude and distance so I don't have to do table calcs in Tableau.
- Battery life - it tracks battery life during use and will stop tracking if the battery gets low, but I am never reached that point or have done anything with this data yes.
Once the data is processed I take it away with Tableau! For my detailed speeds, I ended up using a moving average. I have found that with GPS data at small distances can be...less than accurate. Some line segments had me over 150mph. I am good, but not that good. A moving average helps smooth the speed line out.
No comments:
Post a Comment