Introduction
This library is for visualizing moving objects and the additional info of them using Deck.GL (https://github.com/visgl/deck.gl) developed by UBER.
Important
This document has ceased to be updated as of November 2021.
Please use the following qiita site from now on.
https://qiita.com/ucl_Harmoware_VIS

This software is developed mainly by Kawaguchi lab, supported by JST OPERA (Program on Open Innovation Platform with Enterprises, Research Institute and Academia).
Install
Preparation
Install node, npm. The version of node.js has been confirmed in v14.17.X.
Acquire Mapbox accesstoken
npm install
npm install harmoware-vis
Github install & Run the software
git clone https://github.com/Harmoware/Harmoware-VIS
cd Harmoware-VIS
npm install
# example bus3d
npm run bus3d
# example real-time-sample
npm run real-time-sample
# example visualize-sample
npm run visualize-sample
Tutorial to use Harmoware-VIS from npm.
Refer to gitbook tutorial.
License
This project is licensed under the Apache License 2.0.
Compatible with version 1.7.x of Harmoware-VIS.
Last updated
Was this helpful?