Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jig/gpsnailer

Javascript Client Side Code to narrow GPS positioning throught time integration
https://github.com/jig/gpsnailer

Last synced: 6 days ago
JSON representation

Javascript Client Side Code to narrow GPS positioning throught time integration

Awesome Lists containing this project

README

        

gpsNailer
=========

Javascript Client Side Code to narrow GPS positioning throught time integration

Description
-----------

Load the page (you can test it at astrosurf.com/jig/gps) and start geting samples.
It averages them and show on the browser the current average and the number of samples used.

Note
----

It sets enableHighAccuracy to true, so GPS must be used: But sometimes it is not.
Alternative methods return an altitude of 0 m above the sea level, so this indicates that data is not worth averaging.
Currently the code does not automatically warns of this fact.