placemark / togeojson

convert KML, TCX, and GPX to GeoJSON, without the fuss
https://placemark.github.io/togeojson/
BSD 2-Clause "Simplified" License
410 stars 67 forks source link

Add parsing of GPX extensions speed, course, hAcc, vAcc #18

Closed rustyconover closed 4 years ago

rustyconover commented 4 years ago

Apple Watches track additional values that weren't being parsed these are:

speed - speed in meters course - bearing hAcc - horizontal accuracy vAcc - vertical accuracy

Add support for parsing and storing these values.

tmcw commented 4 years ago

Thanks! Merging, quick check, then I'll roll a release.