node-geodesy
v0.0.2
Published
Nodejs framework for geodetic calculations
Downloads
10
Readme
Node-geodesy
Nodejs library for geodetic calculations
Installation
npm install node-geodesy
Usage
To use the models in your code you have to import the module first inside of your application code
ES6 syntax
import Geodesy form 'node-geodesy';
ES5 syntax
const Geodesy = require("node-geodesy");
Supported Operations
- Point
- XYZ (mathematically)
- XYZ (geodetic)
- Directional angle
- Zenit angle
- Distance 2D/3D