coordist
Version:
Calculate distance between two points as on geoid as on flat surface (cartesian coordinate system)
31 lines (30 loc) • 670 B
JSON
{
"name": "coordist",
"version": "0.0.2",
"description": "Calculate distance between two points as on geoid as on flat surface (cartesian coordinate system)",
"main": "coordist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lial/coordist.git"
},
"keywords": [
"distance",
"coordinate",
"geoid",
"descartes",
"gps coordinate",
"two point distance",
"two points"
],
"author": {
"name": "LIAL",
"email": "dev@instup.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lial/coordist/issues"
}
}