AoLiGei728 / aviz

Animates vehicle fleet routing traces using JS + Mapbox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVIZ - AV route Visualization

Example of visualization - 1000 vehicles

Installation

Enable HTTP server (nodejs tutorial: https://www.npmjs.com/package/http-server).

After installation:

  1. Open cmd
  2. Go to folder where server should be enabled (i.e., the folder containing animated.html)
  3. To enable server, enter command: http-server -p <PORT> --cors or python -m http.server <PORT>
  4. Go to localhost/<PORT>

Potential errors:

  • Data can be using specific PORT (2999)

Screen recording

Increase speed on Windows Video Editor
Convert video to .gif https://ezgif.com/

About

Animates vehicle fleet routing traces using JS + Mapbox.


Languages

Language:HTML 48.0%Language:JavaScript 47.1%Language:CSS 4.9%