0.0.2 • Published 3 years ago

node-geodesy v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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