taxi_visualizer
v1.0.5
Published
This project is free and opensorcce project which can visualise taxi routing data in simultaniously. This will allow user to input thier data files and see how/when taxis move around the cities
Downloads
15
Maintainers
Readme
Installation
Npm
npm install taxi_visualizer
index.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 start
or
node server.js
Usage
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