Azimuth2
Determines azimuth (compass direction) & range of the second point (B) as seen from the first point (A), given latitude, longitude & altitude of two points on the Earth. Also determine latitude, longitude, & altitude from given range, azimuth, and elevation.
Original Author
Moulded from Don Cross's Azimuth/Distance Calculator
Forked from Debjeet Biswas
Getting Started
Install the module with: npm install azimuth2
let calculate = ;let rae = calculate; // "{ range: 3.9191090699705464, azimuth: 353.8149364508667, elevation: 1.3478271564744548 }" let lla = calculate;
Tests
To run tests
npm test
or
grunt nodeunit
License
Copyright (c) 2017 Andida Syahendar Licensed under the MIT license.