speedgps

1.0.3 • Public • Published

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.

Package Sidebar

Install

npm i speedgps

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • ankitabc12