Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoede3/espruino-gps
Convert between GPS WGS84 to OSGB36 OS grid reference
https://github.com/aoede3/espruino-gps
Last synced: about 1 month ago
JSON representation
Convert between GPS WGS84 to OSGB36 OS grid reference
- Host: GitHub
- URL: https://github.com/aoede3/espruino-gps
- Owner: aoede3
- License: mit
- Created: 2014-07-05T09:22:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-05T09:37:07.000Z (over 10 years ago)
- Last Synced: 2023-08-10T16:43:54.593Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
espruino-gps
============Convert between GPS WGS84 to OSGB36 OS grid reference
Ublox NEO6MV2 GPS + PCD8544 LCD DRIVER (NOKIA 5110)
The GPS example at [http://www.espruino.com/Pocket+Walking+GPS] for UK OS grid co-ordinates doesn't take into consideration
ellipsoid parameters and the differences in transforming lat/lon coordinates between different coordinate systems. The Ublox
NEO6MV2 GPS will take down GPS WGS84 co-ordinates and must be converted to OSGB36 with an additional Helmert transform
otherwise the OS grid reference will be out by upto 120m.Thanks to Chris Veness for his Geodesy tools of an ellipsoidal earth model at [http://www.movable-type.co.uk/]
The outcome
1. Take 10 GPS readings
2. Average
3. Convert between GPS WGS84 to OSGB36
4. Display OS grid reference