Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jig/gpsnailer
- Owner: jig
- Created: 2012-07-14T22:25:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-16T20:43:23.000Z (over 12 years ago)
- Last Synced: 2024-04-14T15:51:29.671Z (7 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.