## 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](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);

```






