Giter Club home page Giter Club logo

azimuth's Introduction

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 = require('azimuth2');
let rae = calculate.RAE({
  latitude: 18.513929,
  longitude: 73.924475,
  altitude: 561.9
}, {
  latitude: 18.513964,
  longitude: 73.924471,
  altitude: 562
}); // "{ range: 3.9191090699705464, azimuth: 353.8149364508667, elevation: 1.3478271564744548 }"

let lla = calculate.RAEtoLLA(rae);

Tests

To run tests

npm test

or

grunt nodeunit

License

Copyright (c) 2017 Andida Syahendar Licensed under the MIT license.

azimuth's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.