1.0.5 • Published 6 years ago
taxi_visualizer v1.0.5
Installation
Npm
npm install taxi_visualizerindex.js
var taxiVisualizer = require('taxi_viusalizer');
taxiVisualizer.initialize();Or
- Clone this project
git clone https://github.com/manushakaru/new-tvf/- Run npm install to install necessary dependencies
npm install- Run npm start or node server.js
npm startor
node server.jsUsage
Below structure is required in uploading data files
Input file structure
| Latitude | Longitude | # of passengers | state(0-idle,1-pickup,2-dropoff) |
|---|---|---|---|
| 40.7378 | -73.9882 | 0 | 0 |
| 40.7383 | -73.9877 | 1 | 1 |
| 40.7402 | 73.9863 | 1 | 0 |
License
MIT License