TimberVis Flexiboard: Visualization and Exploration Flexiboard for Timber Buildings IoT data sensors. The pulse of the wood Monitoring of Wooden houses: Time series of sensors data measuring humidity, temperatures, vibrations and weather conditions. https://lnu.se/forskning/forskningsprojekt/projekt-flexiboard-for-visualisering-och-utforskning-av-trabyggnader/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
infravis-trahust/py/README.md

529 B

Instructions

All the lines below should be run inside the 'py' subdirectory.

  1. Run 'python import.py' to create the database.
  2. Run 'python -m flask --app main run' to start the API server.

By default the API will be available at http://localhost:5000.

Endpoints

/parallel

Returns data formatted for the parallel coordinates view.

URL parameters:

  • 'day' [Mandatory]: in the format YYYY-MM-DD.
  • 'family' [Optional; default: 'S1']: name of family of sensors.
  • 'type' [Optional; default: '°']: type of sensor.