UNPKG

standstill

Version:

Find locations where there has been no movement, a stop, within a GeoJSON track, typically recorded from a GPS

33 lines (32 loc) 799 B
{ "name": "standstill", "version": "1.0.4", "description": "Find locations where there has been no movement, a stop, within a GeoJSON track, typically recorded from a GPS", "main": "index.js", "scripts": { "test": "tape test/**/*.js | faucet" }, "repository": "git@github.com:perliedman/standstill.git", "homepage": "https://github.com/perliedman/standstill", "keywords": [ "gps", "geojson", "track", "stop", "stops", "geo" ], "author": "Per Liedman <per@liedman.net>", "license": "ISC", "dependencies": { "turf-distance": "^1.0.1", "turf-featurecollection": "^1.0.1", "turf-linestring": "^1.0.2", "turf-point": "^2.0.1" }, "devDependencies": { "almost-equal": "^1.0.0", "faucet": "0.0.1", "tape": "^4.0.0" } }