1.0.2 • Published 4 years ago

@panaaj/sk-geodesy v1.0.2

Weekly downloads
47
License
MIT
Repository
-
Last release
4 years ago

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);