Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rookiepeng/sensorview
- Owner: rookiepeng
- License: gpl-3.0
- Created: 2019-06-24T13:46:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T13:35:11.000Z (9 months ago)
- Last Synced: 2024-03-28T14:55:44.171Z (9 months ago)
- Topics: data-visualization, pandas-dataframe, plotly-dash, redis
- Language: Python
- Homepage:
- Size: 112 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.