bailuk / AAT

Another Activity Tracker for Android
https://bailu.ch/aat
GNU General Public License v3.0
156 stars 41 forks source link

Enhancement: Have Decimal Values on Altitude recorded on tracks #73

Closed arsab closed 5 years ago

arsab commented 5 years ago

Currently Altitude is treated and recorded as integer.

While this is enough for visual reporting it does confuse post treatment applications which see jumps of 1meter between two consecutive track point, and would potentially regenerate altitude.

On the other hand thanks to barometer we would be able to get more accurate altitude evolution in the application, so decimal value recording is valuable.

Have done a fork, compiled and tested changes on up to following push: Cans see the different push and delta: https://github.com/arsab/AAT/commit/5c2a55ae161f4f8572bfca42a6523bd4714089ec

on top of last generic version: https://github.com/bailuk/AAT/commit/798ad452895d1a6156cf802e3e5b37ab153ff446 https://github.com/arsab/AAT/commit/798ad452895d1a6156cf802e3e5b37ab153ff446

Obviously changes to Readme are just for me ;-)

Please advise if I need to do anything and how & if we can get these changes in.

Thanks