@panaaj/sk-geodesy
v1.0.2
Published
Subset of libraries of geodesy functions from http://www.movable-type.co.uk/scripts/geodesy-library.html modified for use with Signal K server plugins
Downloads
206
Readme
Signal K plugin compatible geodesy library
This library contains a subset of the Geodesy functions from the https://www.movable-type.co.uk/scripts/geodesy-library.html modified to provide compatibility for use with signalk-node-server plugins
.
Usage:
const LatLon= module.require('@panaaj/sk-geodesy/latlon-spherical').LatLonSpherical;
...
let pos= new LatLon(5.0, 7.2);