Be-Prepared / Be-Prepared.github.io

Handy PWA filled with useful tools.
Other
0 stars 0 forks source link

Implement waypoint averaging #11

Closed fidian closed 3 months ago

fidian commented 3 months ago

The code to handle the math of averaging is already in the repository. Simply create a new screen, employ wake lock, show live information on the screen, and also maybe mention that dark mode would save battery because the screen must remain on.

fidian commented 3 months ago

Possibly useful:

fidian commented 3 months ago

During averaging, it is possible that the user is near ±180° longitude. Flipping positive to negative and back would average out to the wrong side of the world. Ensure longitude is always using the same sign and standardize whenever displaying. Depending on the method used, "using the same sign" might interfere with point collection near 0° longitude, which does not need this type of correction.