UNPKG

azimuth

Version:

Determines azimuth & distance of the second point (B) as seen from the first point (A), given latitude, longitude & elevation of two points on the Earth

38 lines 1.06 kB
{ "name": "azimuth", "description": "Determines azimuth & distance of the second point (B) as seen from the first point (A), given latitude, longitude & elevation of two points on the Earth", "version": "0.1.0", "homepage": "https://github.com/vxtindia/azimuth", "author": { "name": "Debjeet Biswas", "email": "debjeet@vxtindia.com", "url": "http://200ok.ghost.io/" }, "repository": { "type": "git", "url": "git@github.com:vxtindia/azimuth.git" }, "bugs": { "url": "https://github.com/vxtindia/azimuth/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/vxtindia/azimuth/blob/master/LICENSE" } ], "main": "lib/azimuth", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt nodeunit" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-nodeunit": "~0.2.0", "grunt-contrib-watch": "~0.5.3", "grunt": "~0.4.2" }, "keywords": ["distance", "azimuth", "altitude", "latitude", "longitude", "elevation", "gps"] }