# Introduction

## 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>

![](/files/-Lo3yfKpDhbKOe1_CzJ5)

&#x20;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

```bash
npm install harmoware-vis
```

#### Github install & Run the software

```bash
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](https://harmoware-develop-tutorial.gitbook.io/).

#### License

* This project is licensed under the [Apache License 2.0](https://github.com/Harmoware/Harmoware-VIS/blob/master/LICENSE).

Compatible with version 1.7.x of Harmoware-VIS.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://harmoware-vis.gitbook.io/harmoware-vis-documents/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
