1.0.3 • Published 7 years ago

speedgps v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

SpeedGPS

Standard - JavaScript Style Guide

A speed calculater for GPS data using the GPSBabel application.

Getting Started

Install the module with: npm install speedgps

var speedGPS = require('SpeedGPS');
speedGPS.getSpeed(arr, function(result){
    console.log(results)
    // result contains the array of JSON objects
}); // "convert file"
// where arr = [ {lat: //Latitude, lng: //Longitude, time: //ISO time} ]
// result = [ {lat: //Latitude, lng: //Longitude, time: //ISO time, speed: // in m/s}.. ]

Contributions

Feel free to contribute to add other functionalities of GPS Babel

License

Copyright (c) 2017 Ankit Parashar
Licensed under the MIT license.