@panaaj/sk-geodesy
Version:
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
20 lines (8 loc) • 464 B
Markdown
## 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);
```