Harmoware-VIS Documents
  • Introduction
  • Using
    • Mapbox Accesstoken Setting
    • User Application Examples
  • API
    • State
    • Actions
    • getCombinedReducer
    • Container
    • connectToHarmowareVis
    • HarmoVisLayers
  • Layers
    • Base Layer properties.
    • MovesLayer
    • DepotsLayer
    • LineMapLayer
  • Control component
    • MovesInput
    • DepotsInput
    • LinemapInput
    • LoadingIcon
    • AddMinutesButton
    • ElapsedTimeRange
    • ElapsedTimeValue
    • PauseButton
    • PlayButton
    • ForwardButton
    • ReverseButton
    • NavigationButton
    • SimulationDateTime
    • SpeedRange
    • SpeedValue
    • FpsDisplay
  • css
Powered by GitBook
On this page
  • Important
  • Install

Was this helpful?

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.

NextUsing

Last updated 3 years ago

Was this helpful?

Important

This document has ceased to be updated as of November 2021.

Please use the following qiita site from now on.

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.

License

Compatible with version 1.7.x of Harmoware-VIS.

Refer to .

This project is licensed under the .

gitbook tutorial
Apache License 2.0
https://qiita.com/ucl_Harmoware_VIS