UNPKG

dbscan_gps

Version:

A node.js package for clustering GPS coordinates by using DBSCAN algorithm

25 lines (24 loc) 605 B
{ "name": "dbscan_gps", "version": "1.0.1", "description": "A node.js package for clustering GPS coordinates by using DBSCAN algorithm", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/ichenjia/dbscan_gps.git" }, "keywords": [ "DBSCAN", "clustering", "GPS" ], "author": "Jia Chen <jia@talentful.ai>", "license": "ISC", "bugs": { "url": "https://github.com/ichenjia/dbscan_gps/issues" }, "homepage": "https://github.com/ichenjia/dbscan_gps#readme" }