Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

taxi_visualizer

manushakaru35MIT1.0.5

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

leaflet, leaflet moving marker, leaflet custom controller, dom to image, d3.js, taxi_visualizer

readme

version dependencies GitHub repo size node license GitHub last commit GitHub followers

Taxi Visualizer | Demo

Installation


Npm

npm install taxi_visualizer

index.js

var taxiVisualizer = require('taxi_viusalizer');
taxiVisualizer.initialize();

Or

  1. Clone this project
    git clone https://github.com/manushakaru/new-tvf/
  2. Run npm install to install necessary dependencies
    npm install
  3. 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

Dummy data files

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