Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rookiepeng/sensorview

Sensor data visualization tool.
https://github.com/rookiepeng/sensorview

data-visualization pandas-dataframe plotly-dash redis

Last synced: about 1 month ago
JSON representation

Sensor data visualization tool.

Awesome Lists containing this project

README

        

# SensorView

![screenshot](./assets/sensorview.png)

## Features

### 3D Visualization and Filtering

![3d](./assets/3d.gif)

### 2D Visualization and Filtering

![2d](./assets/2d.gif)

### Statistical Visualization

![stat](./assets/stat.gif)

## Dependence

### Python modules

See `requirements.txt`

## Usage

Save data as the `.pkl` or `.csv` files under `./data` directory. See `./data/Example`.

Put the `info.json` in the same directory, and specify the `columns` of the data in `info.json`. Check `./data/Example/info.json`.